LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is String constant display style visible per default?

Solved!
Go to solution

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?

 

 

Greets, Dave
0 Kudos
Message 1 of 7
(1,481 Views)
Solution
Accepted by topic author daveTW

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.

Message 2 of 7
(1,466 Views)

some other way to place them always with the indicator visible?

Try a typedef.

 

George Zou
0 Kudos
Message 3 of 7
(1,465 Views)

@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.)

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 7
(1,451 Views)

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...

Message 5 of 7
(1,387 Views)

@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.


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 7
(1,367 Views)

@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".

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 7 of 7
(1,353 Views)