RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-02 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Friday, November 02, 2007 7:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. ApplicationServiceSoap is my code

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-02 Thread Alex Harui
02, 2007 9:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. deleteApplicationCallback is injected by the user of the service, but my hunch is that it isn't a problem because the deleteHandler never gets called. The verify

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-02 Thread Alex Harui
: VerifyError: Error #1025: An invalid register 5 was accessed. If I comment out the body, I get the same error at the same place. For grins, I also tried renaming the method in case deleteHandler was somehow reserved. Same result. At this point it looks like the ActionScript compiler (or maybe

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-02 Thread Alex Harui
Can you make the site available to me? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Friday, November 02, 2007 11:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread Alex Harui
check what was assigned to deleteApplicationCallback. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Thursday, November 01, 2007 11:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread Alex Harui
: Thursday, November 01, 2007 11:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. Did you mean a debug build of the flash player? If so, where would I get one? I did run my app in the debugger, and I don't even get inside

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread Alex Harui
] On Behalf Of lrdvadersith Sent: Thursday, November 01, 2007 3:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. Sadly, this didn't solve the problem for me. I cleaned my project, then deleted it from Eclipse. I

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-10-31 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. I stripped out as much code as I could, and the error does still happen. I think the error has something to do with one of 2 files: roles.mxml: mx:Canvas xmlns:mx=http://www.adobe.com

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-10-30 Thread Alex Harui
How did you fix it last time? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Tuesday, October 30, 2007 7:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-10-30 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. I've fixed the problem that was originally giving me this problem, but now I am getting it again under different circumstances. Does anyone know exactly what this error

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-10-26 Thread Alex Harui
, October 26, 2007 9:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. I don't think the itemRenderers are affecting my ability to sort, but I think my lack of dataFields are. My dataobjects look like this: An Application

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-10-25 Thread Alex Harui
:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. I think I answered the wrong question before. I have a function called sortFunctions defined in the model, with the signature given in the original post. Steve

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-10-25 Thread Alex Harui
to sort. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Thursday, October 25, 2007 1:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed. I'm