View Full Version : ComboBox
luffymk
12-03-2007, 02:14 PM
As an example
http://www.imagenonline.com/img_a7106.gif
Here as filling the ComboBox
http://www.imagenonline.com/img_a7126.png
Dermot
12-03-2007, 04:39 PM
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.
luffymk
12-03-2007, 08:58 PM
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.
Powered by vBulletin™ Version 4.0.6 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.