12-12-2024 07:57 AM
Hi,
I am using a decoration box in my front panel, I want to fix that box with tab, so that user can't move it or drag it. Is there a way to do that?
Thanks
Faizan Habib
Solved! Go to Solution.
12-12-2024 08:07 AM
Hi Faizan,
@Faizan_habib wrote:
I am using a decoration box in my front panel, I want to fix that box with tab, so that user can't move it or drag it. Is there a way to do that?
I don't understand your problem: why/how should a user be able to "move or drag" a decoration on your front panel of your executable???
12-12-2024 08:36 AM
So, you can see in below screen shots, the background box is moveable, I want to fix it so that user can't even select it when put cursor on the box, user should only access the controls.
12-12-2024 08:44 AM
Hi Faizan,
@Faizan_habib wrote:
I want to fix it so that user can't even select it when put cursor on the box, user should only access the controls.
You can group front panel elements…
Still the question is: why do your users have access to VI front panels in edit mode?
12-12-2024 09:19 AM
You can lock any front panel object, even decorations.
12-12-2024 09:27 AM - edited 12-12-2024 09:30 AM
You can "lock" everything on the panel like Basjong53 has shown, but your end user can simply "unlock" them.
GerdW has an extremely valid question that I will rephrase.
Why are your end users running programs from the LabVIEW development environment?
This issue will not exist if you are compiling your LabVIEW program into a Windows executable and distributing that to your end user.
BTW: You are free to distribute and even charge money for executables, no further licencing is required.
12-12-2024 09:33 AM
So, right now the project is in debugging stage, here the user means me and my colleagues.
12-12-2024 10:54 AM
Actually you can lock things individually here is an example