PDA

View Full Version : ComboBox, force "drop-down list" up or down



derm116
March 12th, 2008, 11:56 AM
Hi all,

I'm running a flex app with 3 comboboxes - 2 of them drop down but the third one goes up!!! It's really irritating me and was wondering if anyone knew how to force the combobox to drop down??

NB - it's nothing to do with the panel size as there is more room for the combobox to drop down than to go up!

Any help on this would be greatly appreciated!

Thanks in advance,
Derm

dColumbus
March 12th, 2008, 01:38 PM
Before you get bombarded with ignorant, sarcastic, and utterly pointless responses about Flex, check out these links. And make sure that your ComboBox isn't slammed to the bottom of the Application border:

http://www.actionscript.org/forums/showthread.php3?t=33605

http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00003169.html

The best way to deal with odd issues like this is to create a new application and try to duplicate the problem. You'll soon narrow down the cause.