Kim, On Thu, Jul 30, 2009 at 8:56 AM, Kim Hoopingarner < [email protected]> wrote:
> > I noticed that the Flex forum doesn't get as much attention as the > Coldfusion - so forgive me for posting my Flex question here. I know a lot > of the CF programmers use Flex... The place to go for Flex advice is the FlexCoders group, which is a Yahoo group. It's a very high-traffic, high-noise group. But you can get answers to just about anything there, since even Adobe Flex folks participate. > I created a datagrid using actionscript. Now I need to add a button to one > of the columns and I can't find the right way to make this work. I'd suggest adding a little more information about your problem, and writing to FlexCoders. Your button will be an itemRenderer -- or a component within an itemRenderer. And in fact, the Adobe Flex documentation has good examples about itemRenderers like buttons -- although they're pretty much all for datagrids created in MXML, not ActionScript. The process would be much the same though, just a little more script. But for anyone to help, they'll need more information about exactly what you're trying to do. If the docs don't help, write to FlexCoders and be a little more specific, even including your code. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325112 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

