Hi,

 

Again.....

 

I’ve found my error..... as often happens when finally asking the question.

 

I’ve been using namespace.filename instead of foldername.filename

 

So now it works.

 

Regards,

Martin


From: [email protected] [mailto:[email protected]] On Behalf Of martin schioeth
Sent: 30. januar 2006 14:43
To: [email protected]
Subject: [flexcoders] referencing mxml file in createChild - flex 1.5

 

Hi,

 

Perhaps a very basic question.

 

I want to use a createChild() on a TabNavigator

Instead of a class i want to reference a mxml-file

I can do it as long as the file being referenced is in the same folder.

But i’d like to reference a file in another folder.

 

 

IF User.mxml is in the same folder:

TabNavigator.createChild(User,…..);              WORKS

 

IF User.mxml is in a subfolder:

                      TabNavigator.createChild(????,……);

 

I’ve tried

subfoldername.User

and

“subfoldername/User.mxml”

 

With no success.

 

Is there anyone who can explain the solution to me.

 

Thx,

 

Best regards,

martin




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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to