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

LabVIEW (New..) Window

解決済み
解決策を見る

Hi, 

I want to create the same window like the (New..) window in LabVIEW .using LabVIEW .is that possible ? .

Capture.PNG

 

0 件の賞賛
メッセージ1/9
4,200件の閲覧回数

Of course.

It's just a tree control and a picture control.

 

George Zou
0 件の賞賛
メッセージ2/9
4,159件の閲覧回数

hi,

thank you  George Zou, all i want is when i clic to a button a window appears  and this window look like the new window . please help me to do this .

 

EN .

 

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

hi , 

i want to make this window .

Capture.PNG

0 件の賞賛
メッセージ4/9
4,127件の閲覧回数

Hi Emna,

 

i want to make this window .

Create a new VI, with just those 3 buttons on the frontpanel!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 件の賞賛
メッセージ5/9
4,120件の閲覧回数

hi , 

thank you for you response . run the (application .vi)  and click on ( File > Open ) .  ( i change the run time menu ) .

Capture1.PNG

a window appear ( Untitled 1 .vi )  .

Capture 2.PNG

i want the (Untitled 1 .vi ) window appear like this . 

Capture.PNG

see the code .

すべてをダウンロード
0 件の賞賛
メッセージ6/9
4,104件の閲覧回数

I assume you want to hide the LabVIEW menu and the tool bar.

Open the VI Properties dialog (Ctrl + I) and select Category 'Window Appearance'. There you can write a new window title and configure the VI to be a 'Dialog' when running.

VIProperties_Dialog.png

0 件の賞賛
メッセージ7/9
4,099件の閲覧回数

hi UliB , 

thank you so much  . but in running  mode i still have the Toolbar menu . and i have to clicks on the Run button  to obtaine the result of the Sum    .

Capture3.PNG 

 

0 件の賞賛
メッセージ8/9
4,090件の閲覧回数
解決策
トピック作成者Emna20が受理

 

hi ,

to hide the tool bar menu you have to do this : 

* change your appearance window to this :

Capture4.PNG

* Select "Show front panel when called " from " SubVI Node Setup " .

Capture6.PNG

You could find the code below .

すべてをダウンロード
0 件の賞賛
メッセージ9/9
4,082件の閲覧回数