Delicious

I wrote this component awhile ago which is the same one in the flexlib, except i commented alot as i went so any new devlopers can just follow it and understand what i did. there are alot of comments in there. It is 100% my code with the exception of just stealing the idea from the flexlib. Hopefully it will be of aid to people new to flex and make sure you also checkout the flexlib.

ButtonScrollCanvas

AutoSuggest Flex

27 Mar
2008
Delicious

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.

AutoSuggest

TextInputCue

26 Mar
2008
Delicious

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.

TextInputCue

Source Code is enabled with lots of comments.

DragCanvas

25 Mar
2008
Delicious

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/

top