Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
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

Your robot can be more than a simple automated machine with the power of ARC Pro!

#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:

Code:


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