RE: [Flashcoders] ComboBox not dropping down in browser?

2008-11-03 Thread Mendelsohn, Michael
Hi Cor... I was looking for an example but I don't have one at the moment. All you need to do is add an onEnterFrame function somewhere, then within that function, set the params of the ComboBox instance. The last line of the onEnterFrame function is to delete onEnterFrame. The issue is that V2

RE: [Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Karim Beyrouti
The problem with the drop down not working could be you removing some needed assets from the styling MovieClips. I suggest if you need to remove some bits of components you just test a lot and try to set the alpha to 0 from the palette if you need to remove something... As for the fonts - I had

RE: [Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Mendelsohn, Michael
It's possible that if your movie is a one frame timeline, you need to initiate all the ComboBox params after one frame. I can only speak for V2 components in AS2, but I have always needed to set up components after one refresh. - MM ___ Flashcoders

RE: [Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Cor
Can you show it?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Preston Parris Sent: vrijdag 31 oktober 2008 17:53 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] ComboBox not dropping down in browser? I have a combo box that I just