Posted 9/22/2006 11:48:04 AM
|
|
|
|
| I am trying to figure out, how do you open a separate window in eResolve by clicking on a button. I guess I want to specifically how do I configure the button to do this.
|
|
Posted 9/27/2006 3:24:09 PM
|
|
|
|
| You need to add a ViewerController object to the main screen you are working on. Configure the ViewerController by giving it a name, setting the Viewer to the main viewer on the main screen, and setting the document name to the name of the screen that you want to open. Inspect the button that will launch the screen and configure the control for the button. Set the target to the viewer controller and set the action to loadsubviewer.
|
|
Posted 9/27/2006 3:48:12 PM
|
|
|
|
Thanks, your instructions worked like a charm.
|
|
|
|