06-16-2020 09:15 AM
hello,
I would like to know if there ispossibility to select multiple objects from the front panel programmatically and at the run time of LabVIEW ,
Thanks for your help
06-16-2020 09:25 AM
06-16-2020 09:42 AM
Hey GerdW,
i 'm working on the improvemnt of a user interface and I would like to add approximately the same selection functionality that we find in edit mode,i mean when you drag diagonnaly until the selection rectangle includes all the objects you want to select , because later, I would like to move them, to align them programmatically , at the run time ,
best regards,
06-16-2020 09:53 AM
Hi SSLabVIEW,
you might use an event structure to handle mouse movement events, as well as any menu actions on enabling/disabling this "selection mode"…
Quite some work to do to replicate this "marching ants" selection mode!
06-16-2020 01:19 PM
HEY,
could you please direct me towards examples which treats the same problematic as mine
best regards,
06-18-2020 07:43 AM
hello,
how can we create a selection rectangle around the objects in the front panel labview at the runtime ,
objects=controls
Best regards,
06-18-2020 07:49 AM
06-18-2020 08:03 AM
ok thanks for the advice