06-28-2013, 01:21 PM
Hello ,
I have a question, please look at my code below:
When i run my code … JavaDialog change every time from and expects different code each time and i have to change code to any of following:
OR
why does it change every time. how can i write a code that run every time without changing anything?
I have a question, please look at my code below:
Code:
JavaWindow(“ABC”).JavaDialog(“Add”).JavaEdit(“JTextArea”).Set(“123″)
Code:
JavaWindow(“ABC”).JavaDialog(“Add”).JavaEdit(“JTextArea”).Set(“123″)
Code:
JavaWindow(“ABC”).JavaDialog(“Add_2″).JavaEdit(“JTextArea”).Set(“123″)
JavaWindow(“ABC”).JavaDialog(“Add_3″).JavaEdit(“JTextArea”).Set(“123″)
why does it change every time. how can i write a code that run every time without changing anything?