Well, not really - it's part of a larger application, and I have certain business obligations not to just give it all away. However, if you are stuck with something specific then I don't mind helping out (although it is almost 7pm here - I will be heading home soon).

Basically what we did was had a controller to manage the list of Fields (our data type for a grid column). The popup window had a datagrid that displayed all of the Field objects from the controller, displaying only the "title" and "visible" attributes. We had a Checkbox CellRenderer used for the "visible" column, so ticking / unticking would change this attribute. Once the popup window is hidden, then the main datagrid columns are recreated, by looping through all the Field objects from the controller, and creating a DataGridColumn for each Field whose "visible" is set to true.

Macromedia have some sample CellRenderers, one of which is for a checkbox. You can download this from
http://www.macromedia.com/support/documentation/en/flash/fl8/samples.html

Regards,
Grant Cox


[EMAIL PROTECTED] wrote:

Hi Grant,
Can u plz send me ur code for the same...the way u implemented...
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s)and may 
contain confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to