Re: [Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-06-01 Thread Andy Herrman
I have 2 movies. The main movie has all of the code, and the UI resources movie contains all of the assets, with no code and nothing on the stage. When the main movie loads it displays a loading progress bar, creates an empty movie clip and then loads the UI resources SWF into that empty clip.

[Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-05-31 Thread Andy Herrman
The application I'm working on gets all of its UI resources from a separate SWF. This will allow us to internationalize/brand the UI by simply providing different resource SWFs. Because the UI resources are all in the child movie I have to construct the UI within the movie clips owned by that

Re: [Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-05-31 Thread Hans Wichman
Hi, I found another strange thing in ComboBox today, Ive overriden the displayDropdown method to open up upwards always. The only thing is Macromedia changed 2 lines in the combobox class between mx2004 and flash 8, which caused the overridden component to no longer trigger events. So when

Re: [Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-05-31 Thread Hans Wichman
Hi Andy, one more question, do you load in a clip with all the assets and actually construct an interface within that library, OR do you use runtime shared libraries to accomplish this, if and not, why not;). We are running into problems (as described in the previous post) which forces us to