LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix the Labview Decorations with Tabs

Solved!
Go to solution

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

0 Kudos
Message 1 of 8
(117 Views)

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???

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 8
(114 Views)

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. 

 

 

 

Faizan_habib_0-1734013989982.png 

Faizan_habib_1-1734014039203.png

 

 

0 Kudos
Message 3 of 8
(94 Views)

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?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 8
(89 Views)
Solution
Accepted by topic author Faizan_habib

Basjong53_0-1734016752864.png

You can lock any front panel object, even decorations. 

 

Message 5 of 8
(71 Views)
Solution
Accepted by topic author Faizan_habib

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.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 6 of 8
(58 Views)

So, right now the project is in debugging stage, here the user means me and my colleagues. 

0 Kudos
Message 7 of 8
(48 Views)

Actually you can lock things individually here is an example

 

aeastet_0-1734022448587.png

 

Tim
GHSP
0 Kudos
Message 8 of 8
(17 Views)