[flexcoders] Removing Items from a list

2006-04-10 Thread merrittwchapman
Can someone provide me with an example of how to use actionscript to remove items from a list control by clicking a button? Thanks! MC -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Word wrapping RadioButton Labels

2007-04-07 Thread merrittwchapman
I'm creating a survey application where I use RadioButtons as answer choices. Because my answer types are dynamic, meaning that they can be one word, like 'True' or an entire paragraph of text, I need a way to display the answer text in the RadioButton label so it can wrap text as necessary.

[flexcoders] Extending PrintDataGrid

2007-05-14 Thread merrittwchapman
I'm trying to print dynamic reports in Flex 2 using a combination of VBox controls sized to simulate 8.5/11 sheets of paper and TextArea controls containing dynamic text. I'm finding a that the FlexPrintJob does not allow me to control where the page breaks are so printing gets pretty messy

[flexcoders] Runtime CSS Switching at App Startup

2008-04-07 Thread merrittwchapman
I have an application that needs to be styled based on a URL variable. I'm having trouble applying the style BEFORE the application starts displaying controls. When the app loads, a login Panel is displayed in the default look and feel (gray) until the StyleManager runs as part of an init