LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i automatically maximize lab view project (if project is minimized) if no one is working on PC after one time

Solved!
Go to solution

Hi Asif,

 

you got that example code from Blokk.

 

In the case structure you need to put code to maximize your front panel. (Hint: You need to use property nodes like Frontpanel.State…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 38
(871 Views)

@Asif138 wrote:

hi GerdW

thanks for replay

in block diagram in can only see that i need to edit "max window" inside case structure.

what should i put inside case structure?

 

Thanks,


That post was by me (Blokk) not GerdW 😉

You have two options, you can bring back the Front Panel where it was and with the same size ("Standard"), or you can maximize the Front Panel to expand over the whole screen. Pick what you need:

 

maximi.png

0 Kudos
Message 12 of 38
(867 Views)

i am not expert so asking stupid question.

 

how can i use this with your first vi to check it?

 

 

0 Kudos
Message 13 of 38
(863 Views)

Hi Asif,

 

you asked what to put inside of the case structure - and you have been told what to use!

 

So you should put that property node into the case…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 14 of 38
(860 Views)

need help on this.

if attached file i want to be maximized how can i use its property node as shown in your answer?

 

Thanks,

 

0 Kudos
Message 15 of 38
(833 Views)

please see my attached file...

i want this VI to be automatically maximized (if minimized) and be on front (if not in front window) after "5" second?

i am able to set its property node.

can any one help me?

 

Thanks,

Asif  

0 Kudos
Message 16 of 38
(838 Views)

i solved it 90 %,

windows in automatically mazimized after set time but not be on top front window.

 

Any help?

 

0 Kudos
Message 17 of 38
(831 Views)

hi Blokk

 

i already use this in my code..

but not working.

0 Kudos
Message 19 of 38
(822 Views)