The TextInputCue component displays a prompt in italics in the TextInput control to guide the user on what to type in. It is similar to the Windows Vista Prompt Log in page where it tells you to type the password in the TextField.
Source Code is enabled with lots of comments.
This is the DragCanvas that is in the FlexLib, I rewrote it with comments to help others, it is structured the way I have written it so there aren’t any functions or variables floating all over the place. I wrote this a while ago, all new code. here is the link. Source Code is enabled
http://www.sherifabdou.com/FlexAIRExamples/DragCanvas/WordPress.swf
FlexLib
http://code.google.com/p/flexlib/
The AutoSave Form is Used to save Any of the text that the user enters in the TextInput or any other of the supported Controls such as ComboBox, CheckBox, RadioButton, It uses Ctrl+Y to Redo and Ctrl+Z to Undo, The _undoHistorySize will be used to control how much of information should we undo or redo. The Default is 5. Also, There is an Optional Validation where the Submit Button or any other button will not be enabled unless all the Validation is correct. We Implement the
IHistoryManagerClient so we can use it to save the states of our text. Lots of comments and view source is enabled.
http://www.sherifabdou.com/FlexAIRExamples/AutoSaveForm/AutoForm.swf
This is the Exact same SalesBuilder that can be found in this link http://coenraets.org/blog/2007/08/salesbuilder-source-code-available/. The only difference is I wrote it to work in Flex instead of AIR and I commented alot in it to help people follow the code and what I am doing. It is 85% done, I plan to rewrite the entire thing soon but this time using best practices since when I wrote this I was relatively new to flex and learned alot since. All Credit goes to Christophe Coenraets who wrote the Orginal one. You need ColdFusion for the Server and MSSql