kaiiii
8 years agoRegular Contributor
Enter a text into textbox
Here's a sample of code below:
Set Sell_currency = Mobile.Device("Q3000").Process("com.cor.currency").Layout("NO_ID").Layout("action_bar_root").Layout("content").View("drawer_layout").ScrollView("homeScrollView").Layout("NO_ID").Layout("NO_ID", 2).Layout("sample2").Layout("NO_ID", 2).Layout("NO_ID").Layout("NO_ID").Layout("NO_ID").TextView("textYouSend")
Sell_currency.Click
Sell_currency.SetText(Project.variable.Currency("Amount"))
but it's not entering the text into text box.....also got there SetText_2 to SetText_8 types property...I don't know what's the difference between them and when we will use it