RE: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Steven Webster
I should catchup on email from top to bottom, not bottom to top.

Sorry ... hadn't seen Jesse's post.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: 03 August 2005 19:20
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Array of VOs class loading issue

myV0 != myVO

One is a zero, the other is the letter "o", right?



 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12higuhss/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123114783/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!.
~-> 

--
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/
 




RE: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
var test:myVO = new myVO;
gives this error "The class 'myV0' could not be loaded".

var test = new myVO;
gives this error "There is no method with the name 'myVO'".

Adding the parenthesis has no effect. (e.g. new myVO())

Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, August 03, 2005 2:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Array of VOs class loading issue

myV0 != myVO

One is a zero, the other is the letter "o", right?

- Original Message - 
From: "Rob Rusher" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 03, 2005 2:15 PM
Subject: [flexcoders] Array of VOs class loading issue


I'm getting an error when working with a VO that is an array of VOs.
The error is "The class 'myV0' could not be loaded". The class is
clearly imported. What am I missing?

 Code for the myListVO.as 
import org.nevis.cairngorm.vo.ValueObject;
import com.company.app.vo.myVO;

class com.company.app.vo.myListVO implements ValueObject
{
public static function fromXML( xml:Object ) : myListVO
{
var newObj = new myListVO;
var displayOrder:Number;
/*error on this line*/ var test:myV0 = new myV0;
...
return newObj;
}

public var qArray:Array = new Array();
}

-- 
Regards,
Rob Rusher



--
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



 




 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hmpa9n8/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123101462/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy.
~-> 

--
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/
 





Re: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Oscar . Cortes


I think your are missing the parenthesis...

var test:myV0 = new myV0();



   

   
 "JesterXL"To: flexcoders@yahoogroups.com   
   
 <[EMAIL PROTECTED]>cc: 

 Sent by:      Subject:  Re: [flexcoders] Array 
of VOs class loading issue 
 flexcoders@yahoogroups.com 
   
 08/03/2005 02:20 PM
   
 Please respond to  
   
 flexcoders 
   

   

   




myV0 != myVO

One is a zero, the other is the letter "o", right?

- Original Message -
From: "Rob Rusher" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 03, 2005 2:15 PM
Subject: [flexcoders] Array of VOs class loading issue


I'm getting an error when working with a VO that is an array of VOs.
The error is "The class 'myV0' could not be loaded". The class is
clearly imported. What am I missing?

 Code for the myListVO.as 
import org.nevis.cairngorm.vo.ValueObject;
import com.company.app.vo.myVO;

class com.company.app.vo.myListVO implements ValueObject
{
public static function fromXML( xml:Object ) : myListVO
{
var newObj = new myListVO;
var displayOrder:Number;
/*error on this line*/ var test:myV0 = new myV0;
...
return newObj;
}

public var qArray:Array = new Array();
}

--
Regards,
Rob Rusher



--
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











---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---






 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12h1akkes/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123100910/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy.
~-> 

--
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/
 




Re: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread JesterXL
myV0 != myVO

One is a zero, the other is the letter "o", right?

- Original Message - 
From: "Rob Rusher" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 03, 2005 2:15 PM
Subject: [flexcoders] Array of VOs class loading issue


I'm getting an error when working with a VO that is an array of VOs.
The error is "The class 'myV0' could not be loaded". The class is
clearly imported. What am I missing?

 Code for the myListVO.as 
import org.nevis.cairngorm.vo.ValueObject;
import com.company.app.vo.myVO;

class com.company.app.vo.myListVO implements ValueObject
{
public static function fromXML( xml:Object ) : myListVO
{
var newObj = new myListVO;
var displayOrder:Number;
/*error on this line*/ var test:myV0 = new myV0;
...
return newObj;
}

public var qArray:Array = new Array();
}

-- 
Regards,
Rob Rusher



--
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








 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hf180e8/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123100466/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy.
~-> 

--
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/