Hi,
I try to resize a chart if the user is resizing the vi UI.
Unfortunaltly, the option from the menu edition "Resize with the front
panel" is unavailable for my chart (maybe because it's in a tab
panel). So a way to resize it is to get the event "UI resize" and to
manage the size of my graphe.
But as I enter in my event, I seem to never go away from this event
structure.
Actually, just to stop my vi with the famous "stop button", I do the
following actions :
I launch my vi
I resize my UI
I put the stop button (its state is changing but my vi don't stop)
I need to resize my UI for the stop button state to be considered and
my VI stop.
I certainly do something wrong ;-(
My event structure is inside the main "while" loop.
I did not
use the option "block the front face until this event ends*"
Thanks for all.
*excuse for the translation, I use a french version.