
WayneA
USA
Asked
— Edited

Good Afternoon,
I am trying to get a better understanding of the show control command. showctrlhelp.EZB
I have a Main Mobile Interface App window with a button. When I click it I want to show the other window which is labeled My mobile Interface 2. Please take a look.
Thanks
Maybe someone has tried this and know if its possible on the mobile view.
Using the "Cheat Sheet" tab when editing a script for the button will show you all of the commands for ControlCommand, and other shortcuts. In this case, your "ShowControl()" will be there for the other control.
Review the tutorial: http://www.ez-robot.com/Tutorials/Lesson/23
Using the "Cheat Sheet" tab when editing a script for the button will show you all of the commands for ControlCommand, and other shortcuts. In this case, your "ShowControl()" will be there for the other control.
1) Edit the script for the button
2) Press Cheat Sheet
3) Select from the top of the list "ShowControl()" and find the one with your desired control in it
4) Click the listing with the desired control
5) Press the SAVE button to exit the script edit
6) Press the SAVE button on the button in the mobile editor that you are editing
7) Load the project on your mobile device
8) Press the button that you edited the script for
9) The control that you specified to display will show
It is an HP 7" tablet with android on it.
I hope this helps.
Thank You all.