LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
moderator1983

Make 'on the fly edit mode' available for the probes (specially when type-def)

Status: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined. 

When probing a type-def control, there should be an option to edit the probe indicator. Consider following situation when the programmer is probing a Strict-type control (cluster with two hidden elements).

 

1. Type-def:

 

Strict Type-Def

 

2. Probing a VI containing above Type-def:

 

Probing a strict type def control

 

3. Probing isn't useful as can't check the values of other two elements:

 

Strict type def control probe


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


3 Comments
X.
Trusted Enthusiast
Trusted Enthusiast

NI's (reasonable) response in the past: we have already provided plenty of flexibility for you to create your own custom controls.

Don't shoot the messenger...

AristosQueue (NI)
NI Employee (retired)

Before we consider whether this is something that LV should support, I have to ask how you got yourself into needing such a feature. Why do you have typedefs with hidden elements? That would imply that you're using your model data as your view data. That's a kind of coupling that almost has to* be hampering your development. Have you tried building your user interface without using the typedef and using the typedef only for passing the data around in your diagram (thus avoiding the need to have any hidden elements in the typedef)?

 

* based on other user apps I've seen, this kind of development is generally unhealthy, but I won't go so far as to say it is definitely bad in your case, but you'd be the first.

Darren
Proven Zealot
Status changed to: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined.