[flexcoders] Re: who is going to Real World Flex (NYC, Monday the 14th)

2006-08-11 Thread grant.straker
Provided I don't spend the next 2 days stuck in Airports queues I'll be there, and certainly looking forward to my first trip to NY. Visit the ZoomFlex stand to say hello. Cheers Grant Straker --- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED] wrote: Hi,

[flexcoders] Re: Dump?

2006-08-07 Thread grant.straker
You might want to look at Mike Nimers Debug.show() function http://www.mikenimer.com/index.cfm/2006/7/5/FlexDebugPanel It's as close to a cfdump as you will get in Flex. --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, How can I dump the following variable

[flexcoders] DateChooser Scrool Events

2006-07-17 Thread grant.straker
I'm trying to handle a DateChooser scroll event to run function when the month is changed in a datechooser and Im not having too much luck. If this works for a change event change =filterByDay(DateChooser(event.target).selectedDate); What do I pass for a scroll event? and what type

[flexcoders] Re: DateChooser Scrool Events

2006-07-17 Thread grant.straker
; } --- In flexcoders@yahoogroups.com, Stacey Mulcahy [EMAIL PROTECTED] wrote: mx:DateChooser scroll=getItems();/ _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grant.straker Sent: Monday, July 17, 2006 5:52 AM To: flexcoders

[flexcoders] Binding htmlText to a variable

2006-07-09 Thread grant.straker
I'm trying to use a variable to populate a htmlText control. This works mx:Text width=90% htmlText={valueObject.body} /mx:Text This doesn't mx:Text width=100% mx:htmlText ![CDATA[{valueObject.body}]] /mx:htmlText /mx:Text I need the later as my