キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

Programmatically Select VIEW tab

解決済み
解決策を見る

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 件の賞賛
メッセージ1/3
4,210件の閲覧回数
解決策
受理者 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
メッセージ2/3
4,195件の閲覧回数

Exactly what I was looking for Thanks!

Tim
0 件の賞賛
メッセージ3/3
4,184件の閲覧回数