PDA

View Full Version : Navigate to Sage Menu and/or Option Box From Java


lamanmi
05-23-2010, 08:17 AM
I am looking for if it is possbile through Java code to tell the Sage UI to navigate to a specific menu and/or to bring up an option box in sage?

For extenders, ideally I would like the Java code to be able to tell the server UI or a specific extender to navigate.

Any help would be greatly appreciated.

Thanks!

GKusnick
05-23-2010, 11:36 AM
ExecuteWidgetChain() in the WidgetAPI can do this. You'll need the correct UI context for the client UI you're trying to navigate.

If none of this means anything to you, see the sticky posts in the Studio forum (where most questions about plugin development should go).