A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: set combobox height??

  1. #1
    default user juxtaflo's Avatar
    Join Date
    Mar 2003
    Location
    Long Beach, CA
    Posts
    302

    set combobox height??

    Howdy,

    Does anyone know how to set the height of a combobox? It automatically sets its size according to the font used. I know how to set the length.

    Thanks

  2. #2

    combobox

    use:

    combo_box_instance.setSize(300,18);

    this would set the height to 18 pixels.

  3. #3
    default user juxtaflo's Avatar
    Join Date
    Mar 2003
    Location
    Long Beach, CA
    Posts
    302
    Thanks for the reply. I didnt think anyone ever would.

    This didnt work though. The width worked but not the height.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center