[flexcoders] Re: Flex bug database - choosing a milestone

2008-04-13 Thread Dmitri Girski
thanks, guys

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 RC6 is the official release build, but Moxie Release is fine too.
 
 Matt
 
 
 On 4/11/08 5:58 AM, valdhor [EMAIL PROTECTED] wrote:
 
 
 
 
 I had the same dilema.
 
 I decided that Moxie Release seemed closest so picked that.
 
 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com
, Dmitri Girski mitek17@ wrote:
 
  Hi all,
 
  When you create an bug in the Flex bug database you have to select
  the milestone or release in which bug is found.
 
  Does anybody know what is the proper name for the Flex Builder 3
  release (Feb 27, 2008)?
 
 
  I3
  Moxie Release (Fix Before Release)
  RC6
  RC5
  RC4
  RC3
  RC2
  RC1
  RC0
  Moxie M3(zero)
  Moxie M3 (Beta 2)
  Moxie M2 (Beta 1)
  Moxie M1 (Alpha)
  Moxie M0
 
  Thanks!
 
  Dmitri.
 





[flexcoders] Re: Flex bug database - choosing a milestone

2008-04-11 Thread valdhor
I had the same dilema.

I decided that Moxie Release seemed closest so picked that.


--- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote:

 Hi all,
 
 When you create an bug in the Flex bug database you have to select 
 the milestone or release in which bug is found.
 
 Does anybody know what is the proper name for the Flex Builder 3
 release (Feb 27, 2008)?
 
 
 I3
 Moxie Release (Fix Before Release)
 RC6
 RC5
 RC4
 RC3
 RC2
 RC1
 RC0
 Moxie M3(zero)
 Moxie M3 (Beta 2)
 Moxie M2 (Beta 1)
 Moxie M1 (Alpha)
 Moxie M0
 
 Thanks!
 
 Dmitri.





Re: [flexcoders] Re: Flex bug database - choosing a milestone

2008-04-11 Thread Matt Chotin
RC6 is the official release build, but Moxie Release is fine too.

Matt


On 4/11/08 5:58 AM, valdhor [EMAIL PROTECTED] wrote:




I had the same dilema.

I decided that Moxie Release seemed closest so picked that.

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com , 
Dmitri Girski [EMAIL PROTECTED] wrote:

 Hi all,

 When you create an bug in the Flex bug database you have to select
 the milestone or release in which bug is found.

 Does anybody know what is the proper name for the Flex Builder 3
 release (Feb 27, 2008)?


 I3
 Moxie Release (Fix Before Release)
 RC6
 RC5
 RC4
 RC3
 RC2
 RC1
 RC0
 Moxie M3(zero)
 Moxie M3 (Beta 2)
 Moxie M2 (Beta 1)
 Moxie M1 (Alpha)
 Moxie M0

 Thanks!

 Dmitri.






[flexcoders] Re: Flex Bug or Not?

2005-04-14 Thread dchilcoat


I have a similar problem.  Did you find a solution?

--- In flexcoders@yahoogroups.com, gevgelija50 [EMAIL PROTECTED] 
wrote:
 
 While attempting to run in Debug mode, I received the following 
 message:
 
 2 Errors found. 
  
 Error generated version of _watcherSetup:260 
 Branch between 42711 and 75485 around line 1157 exceeds 32K span. 
If 
 possible, please refactor this component.
 
 
 
 Error 
 Branch between 42711 and 75485 around line 1157 exceeds 32K span.
 
 Any thoughts? 
 
 Thanks, Alex





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: Flex Bug or Not?

2005-04-14 Thread dchilcoat


Thanks.  I did look at your post.  I will try the solution.  I guess 
I am asking whether you have implemented your solution and you know 
that will fix the problem.

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
wrote:
 There is no single simple solution.  See my post in this thread. 
Also
 search the list for 32k
 
 Tracy
 
 -Original Message-
 From: dchilcoat [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 14, 2005 1:56 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex Bug or Not?
 
 
 
 I have a similar problem.  Did you find a solution?
 
 --- In flexcoders@yahoogroups.com, gevgelija50 [EMAIL PROTECTED] 
 wrote:
  
  While attempting to run in Debug mode, I received the following 
  message:
  
  2 Errors found. 
   
  Error generated version of _watcherSetup:260 
  Branch between 42711 and 75485 around line 1157 exceeds 32K span. 
 If 
  possible, please refactor this component.
  
  
  
  Error 
  Branch between 42711 and 75485 around line 1157 exceeds 32K span.
  
  Any thoughts? 
  
  Thanks, Alex
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: Flex Bug or Not?

2005-04-14 Thread Tracy Spratt

Again, there is no single solution to implement, and no general fix. 

Mainly just keep included or in-line script blocks small, put script in
helper classes, use custom components.

Try the bogus code route.

Tracy

-Original Message-
From: dchilcoat [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 2:53 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Bug or Not?



Thanks.  I did look at your post.  I will try the solution.  I guess 
I am asking whether you have implemented your solution and you know 
that will fix the problem.

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
wrote:
 There is no single simple solution.  See my post in this thread. 
Also
 search the list for 32k
 
 Tracy
 
 -Original Message-
 From: dchilcoat [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 14, 2005 1:56 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex Bug or Not?
 
 
 
 I have a similar problem.  Did you find a solution?
 
 --- In flexcoders@yahoogroups.com, gevgelija50 [EMAIL PROTECTED] 
 wrote:
  
  While attempting to run in Debug mode, I received the following 
  message:
  
  2 Errors found. 
   
  Error generated version of _watcherSetup:260 
  Branch between 42711 and 75485 around line 1157 exceeds 32K span. 
 If 
  possible, please refactor this component.
  
  
  
  Error 
  Branch between 42711 and 75485 around line 1157 exceeds 32K span.
  
  Any thoughts? 
  
  Thanks, Alex
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/