PlugIn Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > PlugIn-Commands > PIS. - PlugIn Send >

PlugIn Commands

PIS.sh/sv  - SetHorizontal / SetVertical

Previous Top Next


MiniRobotLanguage (MRL)

 

PIS.SetHorizontal Command

PIS.SetVertical Command

Set/Change the Button-Stacking Direction of the Plugin-Buttons

 

 

Intention

 

The PIS.SetHorizontal ( PIS.SetVertical -Command will set or change the stacking direction of the Buttons in the  Buttonbar.

 

 

PIS.$$REA|SetHorizontal
 

clip0307

 

 

 

PIS.$$REA|SetVertical

 

clip0309

 

 

 

Syntax

 

PIS.P1|SetHorizontal

PIS.P1|sh

 

PIS.P1|SetVertical

PIS.P1|sv

 

 

Parameter Explanation

 

P1 - Variable which contains the PlugIn Index-No.

 

 

All commands are specific for the type of PlugIn used.

 

 

Example

-

 

 

 

 

Remarks

 

You can use up to 5 Plugins at the same time.

Just start them, each will get another Index.

To communicate with each PlugIn, you just give the PlugIn-Index to each command.

 

Button-Colors and transparency:

Please note that if you set Buttons transparent, that they can not have a background-color at the same time.

 

To set multiple Buttontext at once you can use:

PIS.$$PIN|sbt|all|Button %n

The "%n" is replaced with the number of that button.

The "all" and %n-scheme will also work with most other commands, where it makes sense.

 

 

Limitations:-

-

 

 

 

See also:

 

    PIL. - PlugIn Launch

    PIS. - PlugIn Send

    PIW. - PlugInWait