[flexcoders] Re: how to loop thru mx.events.DataGridEvent (flex 2)

2006-02-07 Thread bhaq1972
+ [EMAIL PROTECTED] + "\n"; > } > > } > > >styleName="myButtonStyle"/> > > > > > > > > -Original Message- > >

RE: [flexcoders] Re: how to loop thru mx.events.DataGridEvent (flex 2)

2006-02-07 Thread Matt Horn
ta2.text += "Method " + [EMAIL PROTECTED] + "():" + [EMAIL PROTECTED] + "\n"; } } > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 > Sent: Tu

[flexcoders] Re: how to loop thru mx.events.DataGridEvent (flex 2)

2006-02-07 Thread bhaq1972
Thanks for your suggestion, but its giving me a 'StackOverflowError' for this example. any ideas? --- In flexcoders@yahoogroups.com, Teoti Graphix <[EMAIL PROTECTED]> wrote: > > Hey, > > import mx.utils.ObjectUtil; > > trace(ObjectUtil.toString(evt)); > > or... > > out.text += "\n" + Object