Re: [Flashcoders] combobox still giving grief

2008-09-03 Thread Hans Wichman
Hi, you're not using runtime file sharing right? greetz JC On Wed, Sep 3, 2008 at 11:48 AM, allandt bik-elliott (thefieldcomic.com) [EMAIL PROTECTED] wrote: sorry to necro an old thread but i still have a problem file structure: one index swf that preloads the main swf main swf that loads in

Re: [Flashcoders] combobox still giving grief

2008-09-03 Thread allandt bik-elliott (thefieldcomic.com)
i've tried amending the combo box to instantiate it on the fly and that doesn't seem to work either // first attempt using the component as an mc //var c:MovieClip = mc_university.cb_listOfUniversities; //var c:MovieClip = mc_university.attachMovie(ComboBox, cb_listOfUniversities,

Re: [Flashcoders] combobox still giving grief

2008-09-03 Thread allandt bik-elliott (thefieldcomic.com)
just tried putting the box on the stage and applying the style to it on the first frame and putting the rest of the code on the second but no joy On Wed, Sep 3, 2008 at 11:49 AM, allandt bik-elliott (thefieldcomic.com) [EMAIL PROTECTED] wrote: i've tried amending the combo box to instantiate

RE: [Flashcoders] combobox still giving grief

2008-09-03 Thread Cor
Why can't you put all the code in the first frame? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com) Sent: woensdag 3 september 2008 13:22 To: Flash Coders List Subject: Re: [Flashcoders] combobox still giving grief

RE : [Flashcoders] combobox still giving grief ...

2008-09-03 Thread S0 F1
In regards to this part of your question: --- If the list is scrolled or an entry is selected (it's fully populated), the entire list renders properly, including the entry that's selected.

Re: RE : [Flashcoders] combobox still giving grief ...

2008-09-03 Thread allandt bik-elliott (thefieldcomic.com)
ah - i solved the problem - the dataprovider wasn't populated properly thanks for the response On Wed, Sep 3, 2008 at 12:46 PM, S0 F1 [EMAIL PROTECTED] wrote: In regards to this part of your question: --- If the list is scrolled or