ComboBox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • luffymk
    Forum Member
    • May 2007
    • 46

    ComboBox

    As an example



    Here as filling the ComboBox
    Attached Files
    Last edited by luffymk; 12-03-2007, 02:21 PM.
  • Dermot
    Indigo Rose Customer
    • Apr 2004
    • 1791

    #2
    If you spent a fraction of the time you spend on the animations, you would find everything you asked for recently in the help file.
    Dermot

    I am so out of here :yes

    Comment

    • luffymk
      Forum Member
      • May 2007
      • 46

      #3
      You could be so

      if ComboBox.AddItem <> 1 then
      ComboBox.AddItem("ComboBox1", "opcion 1");
      ComboBox.AddItem("ComboBox1", "opcion 2");
      ComboBox.AddItem("ComboBox1", "opcion 3");
      end if


      Input.SetText("ComboBox1", Input.GetText("Input1");

      -- The image is to express what I intend to do.

      Comment

      Working...
      X