LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Increment/Decrement buttons, eternal banishment

Solved!
Go to solution

Besides toggling the visibility property by hand, every time I drop a numeric control down. Is there a vi or project property somewhere?

0 Kudos
Message 1 of 8
(2,881 Views)
Solution
Accepted by topic author Corelab

You can make a new .ctl file which has them hidden already. You can also use VI scripting to hide them. I use the "align panel" quick drop function a lot which hides them by default.

Message 2 of 8
(2,860 Views)

Ooooh.  I like (and never knew about) the Align Panel Quickdrop!  Will save a lot of clicking around ...

 

Bob Schor

0 Kudos
Message 3 of 8
(2,840 Views)

@Corelab wrote:

Besides toggling the visibility property by hand, every time I drop a numeric control down. Is there a vi or project property somewhere?


Especially the enum.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 8
(2,834 Views)

Though, why would you want to drop down hidden indicators? If there are several, group them in a cluster or a Tab control and you can hide all at once by hiding the cluster or simply changing tab. I assume/hope you're not using the indicators as data containers, that's bad practice.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 8
(2,714 Views)

@Yamaeda wrote:

Though, why would you want to drop down hidden indicators? If there are several, group them in a cluster or a Tab control and you can hide all at once by hiding the cluster or simply changing tab. I assume/hope you're not using the indicators as data containers, that's bad practice.

/Y


The OP is referring to the Increment/Decrement buttons that are attached to numeric controls by default.  Yes, you have to infer this from the subject.  I also dislike the buttons and remove it from all of my VIs.  I might also look at that QD Plugin mentioned earlier.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 8
(2,688 Views)

@crossrulz wrote:

The OP is referring to the Increment/Decrement buttons that are attached to numeric controls by default.  Yes, you have to infer this from the subject.  I also dislike the buttons and remove it from all of my VIs.  I might also look at that QD Plugin mentioned earlier.


Ah, i missed the button part and assumed it was the full control/indicator.

Yes, i often hide those buttons also. I haven't thought about making it a custom control though, that's a nice workaround.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 7 of 8
(2,648 Views)

Hi,

 

I mostly use controls from System palette: here my users expect those up/down buttons as are also used in any other tool/software they use…

Best regards,
GerdW


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