[flexcoders] DataGrid + ItemRenderer Bugs?

2007-06-10 Thread zedan_gu
I have a datagrid like below: mx:DataGrid columns mx:DataGridColumn dataField=¡±name¡±/ mx:DataGridColumn dataField=¡±type¡± itemRenderer component

[flexcoders] Re: How can I get the item's new parent node when drag a tree item to itself

2007-05-09 Thread zedan_gu
Nobody can help me? Does I not clearly express?

[flexcoders] How can I get the item's new parent node when drag a tree item to itself

2007-05-08 Thread zedan_gu
The tree dataPrivoder xml node id='1' label='A' / node id='2' label='B' node id='3' label='C'/ node id='4' label='D'/ /node /xml Now, I want drag the node(id=3,label=C) [marked as N3] to node(id=1,label=A) [marked as N1] on the tree, and this will set new tree

[flexcoders] Re: How to embed FlashType font?

2007-01-21 Thread zedan_gu
Can other help me? I am silly for this issue! --- In flexcoders@yahoogroups.com, zedan_gu [EMAIL PROTECTED] wrote: igorpcosta, thanks for your help, but I always make a error when I bulid the project, I had created a swf file in Flash 8, and embeded it in CSS. My project is in 2.0 now, I

[flexcoders] Re: How can I do to add a background color for datagrid header?

2007-01-19 Thread zedan_gu
of dataGrid by using the following in css: DataGrid { backgroundAlpha: 0.5; backgroundColor: #cc; headerColors: #ffcc00, #ff9900; } Regards, Sanjay --- In flexcoders@yahoogroups.com, zedan_gu zedan_gu@ wrote: Igor Costa, thanks for help, but I just want to set the column

[flexcoders] How to embed FlashType font?

2007-01-18 Thread zedan_gu
Hi, I have a trouble about FlashType font. I created a swf file follow Creating Flash 8 files with embedded FlashType fonts in Adobe Flex2 Help(Flex2 Developer's Guide), and then want to embed it in flex with code that: @font-face { src:url(/Font/test2.swf); fontFamily:

[flexcoders] How can I do to add a background color for datagrid header?

2007-01-18 Thread zedan_gu
I¡¯m attempting to add a background color for datagrid header when user clicks the header to sort the data, to indicate which column was sorted, how can I achieve this? I want to get the header which user click, and then set it¡¯s background color style, but I can¡¯t get the header, getChildAt()

[flexcoders] Re: How to embed FlashType font?

2007-01-18 Thread zedan_gu
PROTECTED] wrote: Zedan Try to do this with flex 2.0.1 now it's a direct mode, otherwise in the 2.0you had to create first in Flash 8 and then add the source Embeded as your font created and passed throw the library to be acessed. Best. On 1/18/07, zedan_gu [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: How can I do to add a background color for datagrid header?

2007-01-18 Thread zedan_gu
handler. Isn't a best decribe for your problem just point you out on that. Best. On 1/18/07, zedan_gu [EMAIL PROTECTED] wrote: I*m attempting to add a background color for datagrid header when user clicks the header to sort the data, to indicate which column was sorted, how can

[flexcoders] Re: Problem transcoding FlashType font

2007-01-17 Thread zedan_gu
perhaps your swf file can't found by flex,use like this src:url(/Font/xx.swf); the xx.swf file in project floder/Font/xx.swf good luck! --- In flexcoders@yahoogroups.com, billlane1962 [EMAIL PROTECTED] wrote: I'm currently not trying to use the font on any text object. I'm still just trying

[flexcoders] Re: Accordion header style problem

2006-12-21 Thread zedan_gu
] On Behalf Of zedan_gu Sent: Wednesday, December 20, 2006 3:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion header style problem Hi,everyone. I am new for flex2,I has a problem about accordion header style, can I set the header's cornerRadius style? Because I want

[flexcoders] Accordion header style problem

2006-12-20 Thread zedan_gu
Hi,everyone. I am new for flex2,I has a problem about accordion header style, can I set the header's cornerRadius style? Because I want to set my accordion's corners to be rounded. How can I achieve it? Thanks.