My aplication update some componentes when I press the tab key, based in the text of one text component. But WinRunner don't perform the action when a run the script. I have the following code:
posted 07-14-2002 12:28 AM
Sample code: 1707006.zip
Try the code from above link with the Windows Notepad application. The text in the sample box should change size after "13" is typed in the Size editbox and the TAB key is "typed".
If it works in Notepad make sure to use the "set_window" then "win_activate" before any TSL function's that send keystrokes!!!
[This message has been edited by cranem451 (edited 07-20-2002).]