[flexcoders] Flash skin for DataGrid sort arrow doesn't flip when sort order changes

2008-08-30 Thread rachelmaxim
Hello I'm wondering if anyone else has encountered this and might know why it happens and how to fix it :) I skinned a DataGrid with Flash using the templates provided with Flash CS3. When I use that skin, the sort arrow in the Data Grid Header doesn't flip upside down when the sort order of the

[flexcoders] Re: Flash skin for DataGrid sort arrow doesn't flip when sort order changes

2008-08-30 Thread rachelmaxim
I seem to have solved the problem by exporting the arrow artwork as its own swf and then using that as the sort arrow skin, not sure why it won't work as part of the template though!

[flexcoders] Re: Image over a panel title?

2008-08-30 Thread rachelmaxim
You're going to need to extend the Panel class to add the icon to the header. It's not as difficult as it sounds, check out this example as a starting point: http://dougr.net/?p=160 hth -Rachel --- In flexcoders@yahoogroups.com, David Pariente [EMAIL PROTECTED] wrote: Hi all, I wanna put

[flexcoders] Re: flex interface with coldfusion

2008-08-30 Thread rachelmaxim
All the suggestions made by other commenters are correct... to elaborate on that... You're going to want to write CFCs (ColdFusion components) with methods whose access attributes are remote. This exposes your CFCs to Flex. Then you can use the Flex RPC components to call the CFC. The easiest

[flexcoders] Grouping result set output

2006-10-16 Thread rachelmaxim
Hello, I have a query result set that I am displaying with TileLists. I have it working fine where the entire result set is in one tile list, but what I really need is to group the output into separate tile lists by a certain field. Something like User1 - record a - record b... User2 -