France
Asked — Edited
Resolved Resolved by thetechguru!

Question On Ezscript

Hi

I'm new with EZ Scripting is it possible to open in a script a plugin control window.

I have tested ShowControl("Synbot Plugin")

Script is executing without any error but control is not showing

I test also ShowControl("Benchmark") and other controls

and it is the same ...

Thanks for your help


ARC Pro

Upgrade to ARC Pro

ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

#1  

Sorry It's closed and resolved , cause I don't use it in a mobile interface.

I Will do in another way

Regards

#2  

There is no way to add an object using a script. Showcontrol (and close control) are used in the Mobil Interface builder to show or hide a (normally desktop) control in the interface.

From the script help:


ShowControl( ControlName )
Used for mobile devices and the Interface Builder only, this command will open the specified control into the foreground.
Example: ShowControl(Wii Remote)

CloseControl( )
Used for mobile devices and the Interface Builder only, this command will close the current control, the same as pressing the BACK button on your device.
Example: CloseControl()

Alan

#3  

Ok thanks for pour help