Posted by: vx on: August 30, 2008
http://flex.org/
http://www.flex.org/blogs/
http://weblogs.macromedia.com/flexteam/
http://www.adobe.com/products/flex/
http://www.adobe.com/devnet/flex/
http://www.onflex.org/
http://quietlyscheming.com/blog/
http://butterfliesandbugs.wordpress.com/
http://blogs.adobe.com/aharui/
Chinese FlexExamples (http://blog.minidx.com/)
Russian FlexExamples (http://flexcookbook.ru/)
Posted by: vx on: August 19, 2008
These are a few shortcuts that I’ve worked into my development routine that I couldn’t live without.
Shortcuts:
Go to Definition: Ctrl+Click on function name or variable to go to it’s definition.
Auto Complete: Ctrl+Space will bring up that handy list of auto-completion options.
Ctrl+/: Comments or uncomments the selected line(s).
Ctrl+Shift+C: Adds or removes block comment to selection.
Quick Outline: [...]
Posted by: vx on: August 18, 2008
The following example shows the customize data grid by applying a copy and paste functionality.
The idea is very simple but i think its useful, the data copied in clipboard can directly paste in excel and it will pasted in proper columns rather than in a single column, I tested this on Excel 2007.
for the running [...]
Posted by: vx on: August 6, 2008
i had a hard time figuring out how to add remove columns dynamically from a datagrid and after lots of code iterations i have reached a workable scenario. i still need to add other important functionalities. close headerrenderer for each column, delete entire row functionality , user defined default state … etc
check out the code:
(make [...]
Posted by: vx on: August 6, 2008
i found a very useful component for people working with charts in flex i always wanted to add annotations and save them on the server side.
sample and source code
http://www.visualconcepts.ca/blog/
Click Here
Comments