[flexcoders] Re: Alert Control Crashing App

2007-04-27 Thread Troy A. Binford
That's weird. Why would the program go into recursion at that point? Is the alert refiring the itemEditEnd? I've tried creating an object to invoke the alert indirectly from the itemEditEnd with the same result. --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > It se

Re: [flexcoders] Re: Alert Control Crashing App

2007-04-27 Thread Abdul Qabiz
It seems, itemEditEnd event handler is getting invoked recursively, you might to look at it... -abdul On 4/27/07, Abdul Qabiz <[EMAIL PROTECTED]> wrote: Ok, I tried running your app. It seems, it gets into recursion somewhere and that's where Flash crashes.. -abdul On 4/26/07, Troy A. Binfor

Re: [flexcoders] Re: Alert Control Crashing App

2007-04-27 Thread Ralf Bokelberg
Yes, i can verify the crash with 9.0.45 netscape windows player The following script crashes the whole browser when you edit a cell and press return http://www.adobe.com/2006/mxml"; layout="vertical" > Cheers Ralf. On 4/26/07, Troy A. Binford <[EMAIL PROTECTED]> wrote: I updated

Re: [flexcoders] Re: Alert Control Crashing App

2007-04-27 Thread Abdul Qabiz
Ok, I tried running your app. It seems, it gets into recursion somewhere and that's where Flash crashes.. -abdul On 4/26/07, Troy A. Binford <[EMAIL PROTECTED]> wrote: I updated to version 9.0.45.0 that was released april 12. The code still crashes to a large stack dump and an "undefined" er

[flexcoders] Re: Alert Control Crashing App

2007-04-26 Thread Troy A. Binford
I updated to version 9.0.45.0 that was released april 12. The code still crashes to a large stack dump and an "undefined" error. Thanks for the suggestion, but this didn't seem to fix my problem. Anyone else have any suggestions? It would be much appreciated. Thanks, Troy --- In flexcoders@yahoo

[flexcoders] Re: Alert Control Crashing App

2007-04-25 Thread Troy A. Binford
I don't have anywhere to host the app, but I'll put the source up here: MAIN: http://www.speechlessrock.com/RendererAlertTest.mxml Custom Control: http://www.speechlessrock.com/GridTest.mxml Upon further testing. I believe it's either I am doing something wrong or there is something wrong with P