LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't type some Slovenian alphabet characters after LV 2021 SP1

Try typing into the 2 strings on the attached VI.  What happens?

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 11 of 15
(557 Views)

Thank you Paul! 

 

How can I get Force Unicode Text property nodes?

 

Bojan_0-1677603357365.png 

 

Best regards,

Bojan

0 Kudos
Message 12 of 15
(536 Views)

@Bojan wrote:

Thank you Paul! 

 

How can I get Force Unicode Text property nodes?

 

Bojan_0-1677603357365.png 

 

Best regards,

Bojan


Add these to labview.ini:

SuperPrivateScriptingFeatureVisible=True
SuperPrivateSpecialStuff=TRUE
SuperSecretPrivateSpecialStuff=True

Note: Setting "Force Unicode Text" to TRUE has the effect of forcing keyboard input to be interpreted as Unicode.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 13 of 15
(526 Views)

@paul_cardinale wrote:

@Bojan wrote:

How can I get Force Unicode Text property nodes?


Add these to labview.ini:

SuperPrivateScriptingFeatureVisible=True
SuperPrivateSpecialStuff=TRUE
SuperSecretPrivateSpecialStuff=True


I don't like adding these INI keys as they add a ton of properties and invoke nodes that fill the dropdown lists with stuff that's almost never used.  There is a workaround if you ever need one of them and know its name, but don't see it in the list.

 

If there's a hidden selection on any property or invoke node, no matter why it's hidden (INI key not set, deprecated, scripting, etc.) this should always work to create it:

 

1. Create a property or invoke node from the object type you want the hidden selection of.  In this case, it appears to be a string property node.

2. Select the node (and nothing else), then press control-space to bring up the quickdrop window.

3. In the quickdrop window, type in the exact name of the property or function you need (case insensitive, but spacing and punctuation needs to be intact).

4. Press Control-Shift-B.

 

0 Kudos
Message 14 of 15
(520 Views)

It looks like this has now finally been resolved in LabVIEW 2024 Q1.

 

Bojan_0-1708511136669.png

 

0 Kudos
Message 15 of 15
(219 Views)