loading

Add to this Thread


Steven Gentner from United States 8 year
Jaheer,

Change your thinking to avoiding modules instead of cancel/deleting or disabling modules. You can always use an IF_Statement module to skip around a couple other modules that should not be executed at a particular time. Changing the value of a single variable using whatever (VBScript, API, etc) will allow you to turn the innards of the IF_Statement on or off.

You can also use the Call module with a [tab_to_call] variable that can be set to call or not call a particular tab. This is the way one can simulate subroutines ... i.e. put a function or sub within a tab and then only call it when needed from the Main tab.

Using the

SetVariable "X", Y

in the VBScript can be used to enable or disable sections using these techniques. You don't disable modules directly, just change a variable that includes/excludes code.

Does that make sense?

STeven.

Pick Avatar
* Question/Comment - Only <b>, <i>, <u> tags are allowed. All others will be escaped.
Use the tags [image1], [image2], etc. to place the images within your question/comment.
Upload Images (.jpg, .png, .gif) < 300K, robofiles (.robo) or Zip files (.zip) < 300K.

If you have any questions/issues about RoboRealm or image processing this is your chance to ask a question. Your question and any responses will be posted to the forum section of the website for others to read and learn from.

Note that any submission will be considered property of RoboRealm. If you do not wish your images to be displayed as part of the RoboRealm site please do not submit those images. Any submission may be removed from the website at the discretion of RoboRealm personnel.