LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to make a numeric control blank after entering in a value


@Yamaeda wrote:

@Martin_Henz wrote:

@Kyle97330 wrote:

Numeric controls by their nature always show a number.  They can't show "blank".


Not completely true. There is a hidden/unofficial property "HideText" that does exactly that.


Wait, what?


The help for the private "Hide Text" property says: "Temporily hide the numeric text until text is entered into the control".

I learned something new, thanks.

0 Kudos
Message 11 of 21
(322 Views)

It was not possible to create a small VI with the smartphone this morning. Here it is.

0 Kudos
Message 12 of 21
(312 Views)

@Martin_Henz wrote:

It was not possible to create a small VI with the smartphone this morning. Here it is.


I guess i need to activate an ini-key to find it?

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 13 of 21
(297 Views)

@Yamaeda wrote:

@Martin_Henz wrote:

It was not possible to create a small VI with the smartphone this morning. Here it is.


I guess i need to activate an ini-key to find it?


Yes, sure.

 

enableSecretPopups=True
SuperSecretPrivateSpecialStuff=True

 

Don't remember which one from both take effect, but it does:

Screenshot 2024-11-14 13.25.58.png

Update: It is SuperSecretPrivateSpecialStuff=True

Message 14 of 21
(291 Views)

I don't understand why those are hidden. I understand you don't want to clutter the default list, but have a sub-menu with advanced properties or something ...

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 15 of 21
(286 Views)


@Yamaeda wrote:

I don't understand why those are hidden.


Because it's Super Secret Private Special Stuff!!!  🤣
LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 16 of 21
(268 Views)
Write property Text.Text = NUL

"Should be" isn't "Is" -Jay
0 Kudos
Message 17 of 21
(254 Views)

@NIquist wrote:


@Yamaeda wrote:

I don't understand why those are hidden.


Because it's Super Secret Private Special Stuff!!!  🤣

So, a tickbox in settings and a sub-menu with all those? 🙂

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 18 of 21
(244 Views)

@JÞB wrote:
Write property Text.Text = NUL

I don't think that works.

 

Frozen_0-1731602412440.png

 

---------------------------------------------
Certified LabVIEW Developer (CLD)
0 Kudos
Message 19 of 21
(233 Views)

I can't find this property. This is the first time and I would appreciate an explanation.
I open the LabVIEW.ini in the path: C:\Program Files\National Instruments\LabVIEW 2024\LabVIEW.ini

0 Kudos
Message 20 of 21
(219 Views)