DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Select VIEW tab

Solved!
Go to solution

Is there a way to select the VIEW tab using a script?

 

For example If the end user has the any other tab selected in DIAdem (such as the NAVIGATOR or SCRIPT tab) the script will select the VIEW tab.

Thanks

Tim
0 Kudos
Message 1 of 3
(3,252 Views)
Solution
Accepted by topic author smoothdurban

Hello Tim,

 

The following command should do what you are looking for:

 

Call WndShow("VIEW","MAXIMIZE")

The following are valid entries for the two variables of the WndShow command:

 

Input Parameters:
WndName Specifies the name of a DIAdem panel. By default the WndName variable contains the name of the DIAdem panel which was used last. 
Enumeration variable with the following selection terms
Script Term Interface Term, Explanation "SHELL" Active panel "NAVIGATOR" DIAdem NAVIGATOR panel "REPORT" DIAdem REPORT panel "VIEW" DIAdem VIEW panel "ANALYSIS" DIAdem ANALYSIS panel "DAC" DIAdem DAC panel "VISUAL" DIAdem VISUAL panel "SCRIPT" DIAdem SCRIPT panel WndMode Specifies the display mode for a DIAdem panel. Enumeration variable with the following selection terms
Script Term Interface Term, Explanation "OPEN" Open DIAdem panel "CLOSE" Close DIAdem panel "SHOW" Display DIAdem panel "MAXIMIZE" Maximize DIAdem panel "MINIMIZE" Minimize DIAdem panel "NORMAL" DIAdem panel default size "FULLSIZE" Full screen "HIDE" Hide DIAdem panel

Let us know if that's what tou were looing for,

 

      Otmar

Otmar D. Foehner
Message 2 of 3
(3,237 Views)

Exactly what I was looking for Thanks!

Tim
0 Kudos
Message 3 of 3
(3,226 Views)