Opening a 'contexted' panel from a task

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
yaccri
HouseBot Special Member
Posts: 304
Joined: Wed May 07, 2003 2:19 pm
Location: Tel-Aviv, Israel
Contact:

Opening a 'contexted' panel from a task

Post by yaccri »

Is it possible to specify the context when opening a popup panel with a task?

Thanks
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Re: Opening a 'contexted' panel from a task

Post by ScottBot »

Not directly. You can, however, have the Task call a script that can do it. The script call you would use is

Code: Select all

OpenRemotePanelAndSetContext( "Panel Name", "ContextID" )
Scott
Post Reply