02-28-2023 07:50 AM
Try typing into the 2 strings on the attached VI. What happens?
02-28-2023 11:08 AM
Thank you Paul!
How can I get Force Unicode Text property nodes?
Best regards,
Bojan
02-28-2023 11:27 AM
@Bojan wrote:
Thank you Paul!
How can I get Force Unicode Text property nodes?
![]()
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.
02-28-2023 11:55 AM
@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.
02-21-2024 04:26 AM
It looks like this has now finally been resolved in LabVIEW 2024 Q1.