Flex and ActionScript Development Tips
An assortment of custom flex components, tricks and tips.
Wednesday, March 31, 2010
Tree Item ToolTips
›
Here is how you can set custom tooltips in Flex 3 on each item in a Tree . First, you have to set the following properties on the Tree : s...
9 comments:
Wednesday, March 17, 2010
Custom Components Live Preview (Design Mode)
›
If you have created your own component and you drag it onto your Flex app in Design Mode and it appears as a tiny almost invisible square o...
1 comment:
Thursday, March 4, 2010
DragHandle, ResizeHandle
›
Here are two customizable drag and resize handles: You can set the following properties: rows - sets the number of rows of dots columns...
Thursday, February 4, 2010
Image CheckBox and RadioButton
›
Here are two custom components that extend the CheckBox and RadioButton classes to render an image in between the checkbox/radiobutton ico...
10 comments:
Friday, January 29, 2010
Drawing Dashed Lines, Arcs, and Cubic Curves
›
The ActionScript Graphics class supports drawing solid lines and quadratic curves . But there isn't native support for dashed lines ...
15 comments:
‹
›
Home
View web version