Your Account
Community
Topics (Upcoming)
More |
Everyone: Flex Components - Upcoming
Accordian with open on hover on the accordian headers
http://blog.739saintlouis.com/2007/08/30/flex-accordion-open...
Submitted by arpit
26 months, 2 weeks, 4 days, 5 hours ago
Interesting. Also shows how to get a handle on the accordian headers in the component
Join discussion...
Derrick Grigg's Blog, Datagrid runtime item renderers
http://www.dgrigg.com/post.cfm/08/01/2007/Datagrid-runtime-i...
Submitted by arpit
28 months, 2 days, 1 hour ago
Datagrid with runtime renderes...sweet
Join discussion...
detect when an item is selected
http://www.adobe.com/cfusion/communityengine/index.cfm?event...
Submitted by arpit
28 months, 1 week, 4 days ago
In any class extending listbase
Join discussion...
Position Popup when the app is resized
http://www.cflex.net/showFileDetails.cfm?ObjectID=689&Channe...
Submitted by arpit
28 months, 3 weeks, 4 days, 4 hours ago
As the title says ...
Join discussion...
Using parentDocument or outerDocument to get data in inline itemrenderers
http://www.coldfusionjedi.com/index.cfm/2007/4/10/Something-...
Submitted by arpit
29 months, 3 weeks, 5 days, 8 hours ago
This one saved me a LOT of time the other day. When using inline itemRenderers, the <mx:Component> tag that you have to write before the itemRenderer tags marks a change of scope. To call methods on the parent mxml document from an inline renderer , use the parentDocument property.
Join discussion...
Use paddingTop and paddingBottom to control the distance between a List's itemRenderers
This took me a long time to figure out and was finally answered by an Adobe Flex engineer.
Join discussion...
Setting a combobox as a header renderer in a datagrid
http://flexgeek.wordpress.com/2007/06/07/tips-tricks-adding-...
Submitted by arpit
29 months, 4 weeks, 14 hours ago
Adding a combobox as a header renderer in a datagrid by default gives an RTE. This can be avoided by one simple modification
Join discussion...
UITextfield gotcha: setStyle does nothing !!
http://www.feed-squirrel.com/index.cfm?evt=viewItem&ID=56287
Submitted by arpit
29 months, 4 weeks, 21 hours ago
In Flex, when you want to draw text and apply CSS styles, you use a UITextField, which adds support for CSS as well as many other things.Even though you can set the styleName of the UITextField and reference CSS values on it, you cant call setStyle() on it to set an inline style. There’s a setStyle() implementation in UITextField that does exactly nothing.
Join discussion...
code zen » Blog Archive » Flex Tip: Changing the source of an ArrayCollection
Change the source array of an ArrayCollection using source without killing Data Binding
Join discussion...
Undocumented Flex Stuff: Calculate Drop Index
Find out where Flex is about to drop your dragged data
Join discussion...
|