Hi Omkar,

These two methods should work.  They will give round corners on the top of the panel and square on the bottom.

MXML:
<mx:Panel cornerRadius="8" roundedBottomCorners="false">

CSS:
Panel {
 cornerRadius:   8;
 roundedBottomCorners: false;
}

-TH

--- In flexcoders@yahoogroups.com, "omkarjoe" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am reposting this problem again as I havn't got any reply... Here is
> the problem I am facing,
>
> I am trying to create a pannel which does not have rounded bottom
> corners. When I set roundedBottomCorners style of a panel to 'false',
> GOD knows why but it doesn't affect??? And interestingly if I switch
> to design mode it shows squarish corners but when I run my application
> they are rounded again.... Also If I attach a controlbar to my panel
> no matter what i set it will always show rounded corners at the
> bottom. Is there any way or workaround for this??? I also tried
> finding if any updates are available... but couldn't findone. I really
> need this urgently...
>
> Thanks in advance
> Omkar
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to