RobotStudio event

I cant edit Textbox in runtime

Options


Hi,

I have a textBox (tb), that can modify it programmatically, i.e

tb.Text = value; without problems.

But, from the user screen (with VIRC5), the textbox cant be edited from the my PC keyboard.


thanks,
Marcos

Marcos2008-6-18 3:49:49

Comments

  • RussD
    Options
    I doubt if it "knows" how to accept PC keyboard input, you should probably just go ahead and use the AlphaPad control, since you wouldn't be able to use a keybaord on your real-world app anyway.
    Russell Drown
  • John Wiberg
    Options
    The virtual FlexPendant works just like the real one. Tha means that you have to tap the screen to make input. So just like Russ says you need to add an AlphaPad control that puts its input into the textbox.
  • Marcos
    Options

    Ok, i understand.
    Thanks to Russ and John

    Marcos2008-6-23 15:18:47