Web Design Resources & Tutorials to help you design the best website!
The AutoSuggest Component behaves similar to the Firefox Search Component. It takes a dataProvider of type ICollectionView and when the user types it displays the closest match to that. If _usingAutoCompleteSuggest is true then it behaves by completing the closest matching word sort of like the OpenOffice auto completion for a word. This Component will probably be written sometime again with better code and be more flexible. There are lots of comments in the code and of course view source is enabled.
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/
Hottest Posts