LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Catch minimize event

Solved!
Go to solution

Hi,

 

I would like to execute some code when user minimizes a window, but there is no event in event structure that catches minimize event. Any ideas how to do that?

0 Kudos
Message 1 of 3
(2,953 Views)
Solution
Accepted by topic author andrej

actually there is :

 

event.png


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

Message 2 of 3
(2,949 Views)

You can catch the minimized event by using Panel Resize Act and PrevState data nodes.

Here's one way to handle the minimize event:

 

Resize event.jpg

Message 3 of 3
(2,832 Views)