Two-Screen Operator Workplace Configuration
Hi everyone,
I have a two-screen (monitors) operator workplace (and two applications bars, consequently). At one application bar, there're aspect links that called VB6 graphic displays.
I'll be trying configure the following behavior for this workplace: the graphic displays must be displayed in different monitors, alternately.
So, the first graphic display must be displayed on the screen "A", the second must be displayed on the screen "B", the third graphic display to be called must be displayed on the screen "A"...and so on ("A" - "B" - "A" - "B" - "A" - "B" sequency, independent of the graphic display to be called).
How can I implement that configuration (System 800xA, 5.1 REVE FP4 Version)?
Thanks for the attention.
Answers
The current design limits what you can do; I doubt that you can manage to create a button that you are describing without being able to code the callup with some internal interface (if such even exists and if, for sure does not come with any documentation).
Normally, local action is desired - a button on monitor 1 shall bring results to monitor 1.
If the workplace Replacement Strategy is set to "Replace" a replace of the oldest unpinned window of the same kind will be attempted on any monitor.
With View Class settings, window placement can be controlled - but it often require dedicated (extra) aspect categories and the resulting window placement is "static", ie can not be set to alter between monitors.
Hi Stefan.
Thanks for the answer.I'm working in an upgrade project from System 800xA 4.1 to 5.1 RevE FP4. In the 4.1 version, that is a default behavior. It's very interesting because always maintains the last graphic display called on the monitor.
Add new comment