11-03-2022 09:40 AM - edited 11-03-2022 09:41 AM
Hello,
I like the little indicator showing the display style of a string constant. I'm tired to switch its visibility on with every placed string constant. Is there a LabVIEW.ini - hack or some other way to place them always with the indicator visible?
Solved! Go to Solution.
11-03-2022 10:08 AM
Hi,
you can create a 'Place VI Contents VI' and call it with Quick Drop when you need it.
See: https://forums.ni.com/t5/Quick-Drop-Enthusiasts/Quick-Drop-Keyboard-Shortcut-Create-Place-VI-Content... for more information.
11-03-2022 10:08 AM
> some other way to place them always with the indicator visible?
Try a typedef.
11-03-2022 10:21 AM
@zou wrote:
> some other way to place them always with the indicator visible?
Try a typedef.
Maybe a control template is more appropriate? (I've actually never used one before.)
11-05-2022 10:01 PM
11-06-2022 08:30 AM - edited 11-06-2022 08:35 AM
@raphschru wrote:
Control templates and type definitions (even strict) do not apply their style on block diagram constants, only on front panel controls.
I think using a Place VI Content is the only way...
I doubt it is the only way. But, I use exactly that method! I never looked for another way since it is rather simple to implement. 😀
It would make a great Idea Exchange entry.
11-06-2022 12:47 PM
@raphschru wrote:
Control templates and type definitions (even strict) do not apply their style on block diagram constants, only on front panel controls.
I think using a Place VI Content is the only way...
Oops, I missed "string constant".