Hi all,
IA’m looking for a way to launch a Screenmaker Application from Rapid. I did that allready with some Applications that i created with RAB using the UIShow intructions and that works fine but it doesnA’t work with the ScreenMaker Application. It looks like that my used “Type-definition” (ABB.Robotics.ScreenMaker.TpsViewMyTestApp) is wrong
I did it like this:
PROC ShowMyTestApp()
CONST string Name:=“TpsViewMyTestApp.dll”;
CONST string Type:=“ABB.Robotics.ScreenMaker.TpsViewMyTestApp”;
UIShow Name, Type;
ENDPROC
Is there a way to launch a ScreenMaker Application from Rapid ?