RobotStudio event

Omnicore - Toggle to specific window

Options
JohnG
JohnG
edited April 3 in ScreenMaker
Is there a way to bring up a specific window on the pendent from a WebApp? The windows I'd specifically be interested in are: Jog, Program Data > robtarget, Integrated Vision. Possibly some way like below?


button.onclick = function () {
    RWS.Open(jogView);
}