We’re hoping this will be fixed in the next version of Flex with some changes to the SWF format.  You canusually avoid this error by making components smaller.  Simply extract some Container into its own file and have people reference it instead.  Make sure no MXML file in combination with AS gets too big.  We’ve made every effort tohave the current compiler re-link code to avoid this problem but sometimes it’s unavoidable and the detection of the problem isn’t clean (obviously).

 

Matt

 


From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED]
Sent: Monday, February 21, 2005 6:58 AM
To: [email protected]
Subject: Re: [flexcoders] Error generated version of _watcherSetup:182

 

I am a person that had/has success with this.  Unfortunately our
production system now sits with tons of debug and test code, because
as soon as we take it out, we get the error.

I would suggest you add your name to the wishlist so Macromedia can
fix this riduculous bug.  The compiler should return proper code -
ALWAYS.

It is particularly difficult to find if you change several components
etc and then compile - you might NEVER find where you made the
mistake.

Jonathan


On Fri, 18 Feb 2005 13:51:53 -0800 (PST), Alexander DAvila
<[EMAIL PROTECTED]> wrote:

> Thank You!   It worked!
>  (I probably should refactor it, but right now the due dates do not permit
> it.)

>
>
> Tracy Spratt <[EMAIL PROTECTED]> wrote:


>
> Try just adding some more code, even ifit is bogus.
>
>  
>
> I have experienced conditions where we hit the 32k limit, but adding "more
> code" makes it go away.  At least one other person on this list had success
> with this approach as well.
>
>  
>
> Tracy
>
>  

>  ________________________________

>
> From: Alexander DAvila [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 18, 2005 2:21 PM
> To: [email protected]
> Subject: [flexcoders] Error generated version of _watcherSetup:182
>
>  

>
> I received the following error when compiling a Flex application.

>
>  

>
> Is there a way around this issue without having to refactor the code?

>
>  

>
>
> Error generated version of _watcherSetup:182

>
>  

>
>
> Branch between 6878 and 39652 around line 0 exceeds 32K span. If possible,
> please refactor this component
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the bestspam protection around
> http://mail.yahoo.com
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the bestspam protection around
> http://mail.yahoo.com
>  ________________________________
>  Yahoo! Groups Links

> To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
>  
> To unsubscribe from this group, send anemail to:
> [EMAIL PROTECTED]
>  
> Your use of Yahoo! Groups is subject tothe Yahoo! Terms of Service.

Reply via email to