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

2007-10-25 Thread Alex Harui
Are you using modules or SWFLoader or loading other swfs somehow? How is model defined? Can you whittle this down to a small test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Thursday, October 25, 2007 12:39

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

2007-10-25 Thread Alex Harui
I suspect there might be an easier way, but I'm not sure I fully understand what you are trying to accomplish. Let's start with the data objects: what do they look like? Then, what does the DG look like? Then we can talk about sorting. itemRenderers shouldn't affect your ability to so

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

2007-10-26 Thread Alex Harui
Typically, one uses labelFunction to pull role.application.code and display it, and provides a custom sortCompareFunction that pulls the same and sorts it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Friday, Octobe

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 w

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

2007-10-30 Thread Alex Harui
Verify errors should be virtually impossible to code up. They are usually caused by incompatible code in a swf when loaded into another swf, where the class definitions used by one swf does not match the other. I've never seen one when all you have is one swf. You'd have to be calling functio

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

2007-10-31 Thread Alex Harui
Just a wild guess: Don't use variables with the same name as namespaces. Xmlns:model actually creates a namespace object. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Wednesday, October 31, 2007 7:09 AM To: flexco

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

2007-11-01 Thread Alex Harui
I would also make sure you are running a 'good' player. I'd uninstall and re-install everything Flex and Flash related. I don't remember seeing verify errors in call stacks very often, but I would make sure to use a debug build because then you should see line numbers. Then I'd double chec

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

2007-11-01 Thread Alex Harui
No, make sure the SWF is a debuggable SWF. In 2.0.1 FlexBuilder it was swfs ending with -debug.swf. In 3.0 FB it should be all swfs unless you cut a production swf. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Thu

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

2007-11-01 Thread Alex Harui
The verifier runs on a class or function just before it runs it for the first time. Is ApplicationServiceSoap your code? Or is it coming from a library/swc? What does the code for that look like? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

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

2007-11-02 Thread Alex Harui
I don't think I saw where deletApplicationCallback gets assigned. Maybe others have suggestions as to how to do this w/o blind callbacks. Callbacks of type Function lose compile time type checking and can become a pain to manage, but shouldn't be the problem here. __

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

2007-11-02 Thread Alex Harui
verification occurs just before the call. It looks at the code in the body to make sure it looks reasonable. If you comment out the body, what happens? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Friday, November 02

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

2007-11-02 Thread Alex Harui
Yes, could be bug in the compiler. Can you turn this into a small test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent: Friday, November 02, 2007 10:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

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