[flexcoders] move effect Flex live doc example does not work

2008-12-02 Thread hworke

   Hello all,

   the example in this link does not work.
http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html

   The exact error message is:

Severity and DescriptionPathResourceLocation
Creation Time   Id

Type was not found or was not a compile-time constant: move.
[Generated code (use -keep to save): Path: move-generated.as, Line:
187, Column: 14]moveUnknown 1101999455125   884


Any idea why it is not working in my Flex builder?

Regards...



RE: [flexcoders] move effect Flex live doc example does not work

2008-12-02 Thread Chet Haase

I think the problem is that you named your application move. 'move' is a word 
that's already used in Flex (such as the move() function), so it runs into 
problems when it tries to use that word as a type as well.

name your application differently and it should work fine (it did for me, but I 
was able to reproduce your error by naming the application 'move' instead)

Chet.


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke
Sent: Tuesday, December 02, 2008 8:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] move effect Flex live doc example does not work


Hello all,

the example in this link does not work.
http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html

The exact error message is:

Severity and Description Path Resource Location Creation Time Id

Type was not found or was not a compile-time constant: move.
[Generated code (use -keep to save): Path: move-generated.as, Line:
187, Column: 14] move Unknown 1101999455125 884

Any idea why it is not working in my Flex builder?

Regards...



Re: [flexcoders] move effect Flex live doc example does not work

2008-12-02 Thread Vivian Richard
Excellent! Thanks a lot



On Tue, Dec 2, 2008 at 8:30 AM, Chet Haase [EMAIL PROTECTED] wrote:


 I think the problem is that you named your application move. 'move' is a
 word that's already used in Flex (such as the move() function), so it runs
 into problems when it tries to use that word as a type as well.



 name your application differently and it should work fine (it did for me,
 but I was able to reproduce your error by naming the application 'move'
 instead)



 Chet.





 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of hworke
 Sent: Tuesday, December 02, 2008 8:05 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] move effect Flex live doc example does not work



 Hello all,

 the example in this link does not work.
 http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html

 The exact error message is:

 Severity and Description Path Resource Location Creation Time Id

 Type was not found or was not a compile-time constant: move.
 [Generated code (use -keep to save): Path: move-generated.as, Line:
 187, Column: 14] move Unknown 1101999455125 884

 Any idea why it is not working in my Flex builder?

 Regards...