Hi,
have you checked with xray if there is something in the way?
Or commented out some of the stuff that gets created in order to pinpoint
the problem?

regards,
JC


On 5/31/07, Randy Tinfow <[EMAIL PROTECTED]> wrote:

>@randy:
define not working?<

The combobox is being placed initially like this:



this._lockroot = true;

_cbCategory = ComboBox(createClassObject(ComboBox, "_cbCategory",
this.getNextHighestDepth()));

_cbCategory.addEventListener("change", objComboListen);

_cbCategory.setStyle("embedFonts", true);

_cbCategory.setStyle("fontFamily", "Univers");

_cbCategory.setStyle("fontSize", 14);

_cbCategory.setStyle("color", 0x000000);

_cbCategory.move(138, 0);

_cbCategory.setSize(200, 24);



Right after this, a bunch of stuff is added to the combobox using
addItem.  addItem takes an object with 2 properties, label and data, and I'm
using both.  The change event that is defined earlier runs a function that
adds a bunch of fields to the screen, including more comboboxes, that are
being placed exactly the same way as above, with the same styling.  They do
not have any events assigned to them, so I don't think they are interfering
in any way.  The problem is, you can select something from the main combobox
once, and it works fine.  You can select a 2nd item, and that works fine
too.  After that, it doesn't work at all.  You click the combobox, or the
arrow next to it, and nothing happens at all, no dropdown, no nothing.

Thanks,

RT



_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to