Announcement

Collapse
No announcement yet.

BUG: ComboBox Object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BUG: ComboBox Object

    1. Create new empty project.cPlace new ComboBox object on page (any coordinates). Place manually new xButton object on page. Place this example code on event "On Click" of xButton object:

    Code:
    -- setting font size
    ComboBox.SetProperties("ComboBox1", {FontSize = 8});
    -- redraw area
    Page.Redraw();
    5. Run your app.

    6. Click xButton.

    7. Try select items in ComboBox object.

    Result: you can't select items because dropdown list of ComboBox object become likely you set FontSize = 1 (or = 0).

    OS: Windows 7 x64
    AMS ver. 8.0.7.0

  • #2
    Your not having much luck with the ComboBox, you could try the Microsoft one using MemoryEx then you'll get to use images etc. It's an easy enough control to create and use so just search the forum for MemoryEx and you'll find all the posts relating to creating windows and setting structures.

    Comment


    • #3
      Originally posted by Shrek View Post
      Your not having much luck with the ComboBox...
      You could say that again!
      Bas Groothedde
      Imagine Programming :: Blog

      AMS8 Plugins
      IMXLH Compiler

      Comment


      • #4
        This issue was fixed in AutoPlay Media Studio 8.1. - Changelog

        Ulrich
        Last edited by Ulrich; 05-26-2014, 03:10 PM.

        Comment

        Working...
        X