[flexcoders] Trying to underline datagrid header text. How???

2008-09-12 Thread cjcuccaro
I am using the headerRelease event in the DataGrid control and calling preventDefault in my header release custom function, which, as you know, keeps the sort arrow from displaying. Therefore, I want to do a less complicated work around and just underline the header text when the column is

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-12 Thread cjcuccaro
Thank you Alex for your feedback. So I visited your blog read about renderers, very good info, and started with your checkbox example. I changed the checkbox to a label and have it underlining on the click but don't know how to toggle the underline when clicking other columns. Can you or anyone

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-13 Thread cjcuccaro
is displaying. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cjcuccaro Sent: Friday, September 12, 2008 8:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trying to underline datagrid header text. How??? Thank you Alex for your feedback. So I

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-13 Thread cjcuccaro
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cjcuccaro Sent: Friday, September 12, 2008 8:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trying to underline datagrid header text. How??? Thank you Alex for your feedback. So I visited your blog read about renderers, very

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-13 Thread cjcuccaro
help is appreciated. Desperately, CJ --- In flexcoders@yahoogroups.com, cjcuccaro [EMAIL PROTECTED] wrote: I believe I got it. I use the added sortEventHandler event listener to set the style textDecoration to none and the clickHandler to reset the textDecoration to underline

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-14 Thread cjcuccaro
for this kind of behavior? What do I need to extend/override to keep the sort arrow or in my latest attempt the underlining? Any and all help is appreciated. Desperately, CJ --- In flexcoders@yahoogroups.commailto:flexcoders% 40yahoogroups.com, cjcuccaro cj_cuccaro@ wrote: I believe

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-15 Thread cjcuccaro
looking at the wrong collection? What does the code that checks the sortField look like? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cjcuccaro Sent: Sunday, September 14, 2008 6:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trying to underline datagrid

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-16 Thread cjcuccaro
Of cjcuccaro Sent: Monday, September 15, 2008 5:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trying to underline datagrid header text. How??? This is my check I put in the set data, sortEventHandler, and clickHandler events within the renderer: if(DataGrid(listData.owner

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-17 Thread cjcuccaro
. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cjcuccaro Sent: Tuesday, September 16, 2008 6:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trying to underline datagrid header text. How??? No there isn't a sort applied. I want to override

[flexcoders] Dynamic text flowing

2009-01-27 Thread cjcuccaro
I have a custom component comprised of stacked mx:Text within a mx:VBox within a mx:HBox and using this component within a TileList. I need to have the text resize dynamically to show all the wrapped text within the Text to display within the tile. Some of the custom component is shown

[flexcoders] Re: Desperate Help! crossdomain.xml

2009-02-18 Thread cjcuccaro
We ran into a similar situation with having the crossdomain.xml policy file in a subdirectory of a site. The phase 3 change that went into affect with FP10.02 requires the root directory of the site to have a meta policy file (policy file for policy files) that allows for the use of policy files