
R1D1
USA
Asked
— Edited

So I'm running out of real estate on my tablet for my EZB mobile app. I was looking for a way to have an extra screen that I can toggle between on the same mobile app, so I can have one set of buttons on one screen, and another set of buttons on the other screen.
This is not an issue on the PC edition, as I can use the Script Manager and run as many programs / routines as I want to. Does anybody know of a way to do this?
Thanks.
When your mobile interface is showing on the screen, swipe up to show options, then his "Desktop". Or you can press "Controls" which will show all of your project control options.
Not all of your project controls may work on the mobile app though (and you will get a warning saying as much), as they may not have been implemented for mobile use yet, such as speech recognition.
I was concerned about making smaller buttons that I wouldn't be able to read them, but I guess I can color code them in order to tell what is what, then with smaller buttons I can have a little more functionality.
Thanks again.
Thanks again for your help and not leaving me in the lurch.
Thanks
Now look at the cheat sheet. See there's a "show()" for each of them? Select that for your buttons.
There's also a return or back or close or something. Not in front of my PC to tell you but take a look and you'll see. The manual explains it as well
The only way to show a control on the mobile app programmatically is to use the ShowControl() command.
I recommend adding back buttons to return from the control so you do not create a huge breadcrumb stack. You can close controls with CloseControl(). The EZ-Script manual explains further detail.