Hi, Angelo,
It is not an easy way.
You can try:
CallMethod(sType, sMethod, oArg)
sType - string, that corresponds object type (usually object's file/folder name, for example "nav_001_selector")
sMethod - string, method name (not pretty name used in dialog! real name)
oArg - object, contains at least one parameter oArg.pid = object ID, and also all other parameters of method.
But it is all at your own risk - in fact there are a lot of checks before methods call. Especially for Agents...
Hi, Angelo,
It is not an easy way.
You can try:
CallMethod(sType, sMethod, oArg)
sType - string, that corresponds object type (usually object's file/folder name, for example "nav_001_selector")
sMethod - string, method name (not pretty name used in dialog! real name)
oArg - object, contains at least one parameter oArg.pid = object ID, and also all other parameters of method.
But it is all at your own risk - in fact there are a lot of checks before methods call. Especially for Agents...