|
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:
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] referencing mxml file in createChild - flex 1... martin schioeth
- [flexcoders] Re: referencing mxml file in createChild... moyosaned
- RE: [flexcoders] referencing mxml file in createChild... martin schioeth
- [flexcoders] Problem with image and cache Barrau Antoine
- RE: [flexcoders] Problem with image and cache Matt Chotin

