Yes, there is:
http://livedocs.macromedia.com/labs/1/flex/langref/migration.html

Migrating Applications to Flex 2:
http://labs.macromedia.com/wiki/index.php/Flex:Release_Notes#Beta_1_docu
mentation

Best,
Alex

Alex Uhlmann
Consultant (Rich Internet Applications)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6969
m: +44 (0) 7917 428 951 
[EMAIL PROTECTED] 


-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sufibaba
Sent: 08 March 2006 17:33
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex2 beta -- localToGlobal(), globalToLocal()
bug

Hi Alex,

I wasn't aware of the change.  BTW, is there a published list of changes
of this sort that you know of.

Cheers,

Tim


--- In flexcoders@yahoogroups.com, "Alex Uhlmann" <[EMAIL PROTECTED]> wrote:
>
> How are you using it? Make sure you are using the return value. 
> 
> i.e.
> 
> target.localToGlobal(p);
> trace(p.x);
> 
> would previously have changed p. Now you have to do:
> 
> P = target.localToGlobal(p);
> trace(p.x);
> 
> Alex
> 
> Alex Uhlmann
> Consultant (Rich Internet Applications) Adobe Consulting Westpoint, 4 
> Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> p: +44 (0) 131 338 6969
> m: +44 (0) 7917 428 951
> [EMAIL PROTECTED] 
> 
> 
> -----Original Message-----
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of sufibaba
> Sent: 07 March 2006 19:35
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex2 beta -- localToGlobal(), globalToLocal() 
> bug
> 
> Hi Flexors,
> 
> I am using these two functions and they don't seem to working.
> 
> Has anyone looked into this.  Is this a bug and if it is, is there a 
> work around.
> 
> Cheers,
> 
> Tim
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.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 an email to:
    [EMAIL PROTECTED]

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



Reply via email to