Hi,
I would like to create custom menu , so I use :
Call MenuItemAdd(strPanel,menuPos & ".1.1","MenuItem","Test", "call Do_Test()")
It doesn't work (Type mismatch error), seems to be an error in the "call Do_Test()", to call my Do_Test function. Any suggestion ? Need to use ScriptStart ??
Thank's in advance.