LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Splitter moving step

Hello,

 

When we move splitter, the moving step is not fluent.
It seem be move on a lot of pixels and not pixel by pixel.

 

Are there an option or parameter to set to move it pixel by pixel ?

 

Thanks by advance.

Cordialement,

Julien V.

[FIRST]

[LabVIEW Programming]


[FIRST]

0 Kudos
Message 1 of 4
(2,079 Views)

It usually means there is a delay in your user interface loop. Somebody is locking it, for example long calculations, waiting for data, Defer processing until some event completes (in event structure).

Message 2 of 4
(2,016 Views)

If you have an event which is triggered by the change in position (for example, to resize elements within the area after the move finishes) you might also benefit from limiting the number of events to 1 in the Events Structure dialog box. I'm not certain this will solve your problem, but it can at least improve latency if you have lots of calculation.

 

However, it seems like there's no event for the movement of a splitter bar (I could only find mouse events on the splitter, or size changes of the pane, which occur when you release the splitter) so perhaps this isn't that important...

 


GCentral
Message 3 of 4
(1,989 Views)

Hello,

 

Thanks for responses.

 

In my case the diagram is empty (only one event to leave the program).

 

That it.

Cordialement,

Julien V.

[FIRST]

[LabVIEW Programming]


[FIRST]

0 Kudos
Message 4 of 4
(1,959 Views)