luffymk
10-07-2007, 01:58 PM
http://s1.subirimagenes.com/imagenes/previo/thump_15041102007-10-07_145212.gif
as I can, "ComboBox" when selecting shows in “input1”
my code:
Page1
On Show
if ComboBox.ItemIndex ~= -0 then
ComboBox.AddItem("ComboBox1", "opcion 1");
ComboBox.AddItem("ComboBox1", "opcion 2");
end
Button 1
On Click
Input.SetText("Input1", ComboBox);
I have error when it makes the call ComboBox to input
http://s1.subirimagenes.com/imagenes/previo/thump_15041202007-10-07_145244.gif
thus deberia of being
http://s1.subirimagenes.com/imagenes/previo/thump_15041312007-10-07_145717.gif
as I can, "ComboBox" when selecting shows in “input1”
my code:
Page1
On Show
if ComboBox.ItemIndex ~= -0 then
ComboBox.AddItem("ComboBox1", "opcion 1");
ComboBox.AddItem("ComboBox1", "opcion 2");
end
Button 1
On Click
Input.SetText("Input1", ComboBox);
I have error when it makes the call ComboBox to input
http://s1.subirimagenes.com/imagenes/previo/thump_15041202007-10-07_145244.gif
thus deberia of being
http://s1.subirimagenes.com/imagenes/previo/thump_15041312007-10-07_145717.gif