LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable all keystrokes than numeric in multicolumnListbox

Solved!
Go to solution

Hi Altenback. 

Okay now I certainly see you point. I would like to recreate the sample code you posted.It will be easier for me to visualize and understand. But how do I make the
“ok button”, “cancel button” value change?

I guess it's not possible to make headers to your numeric popup array?

 

Michael

0 Kudos
Message 11 of 15
(594 Views)

@Michael.Koppelgaard wrote:

But how do I make the“ok button”, “cancel button” value change?


Not sure what the question is. Do you have the event structure? (not available in LabVIEW base until a few years ago). If you don't have it, you simply need a polling loop. No big deal.

 


@Michael.Koppelgaard wrote:

I guess it's not possible to make headers to your numeric popup array?


You can make the popup as elaborate as you want. It is just a VI! For example the control could be an array of clusters where each cluster contains a string, an integer array with two elements.  You can add decorations and free labels, etc.

 

0 Kudos
Message 12 of 15
(591 Views)

I simply have to try it - thanks 😊

0 Kudos
Message 13 of 15
(583 Views)

@altenbach wrote:

@Michael.Koppelgaard wrote:

But how do I make the“ok button”, “cancel button” value change?


Not sure what the question is. Do you have the event structure? (not available in LabVIEW base until a few years ago). If you don't have it, you simply need a polling loop. No big deal.

 


Hasn't that been in Base since version 7.1 or something? 🙂

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 14 of 15
(549 Views)

Hi Altenbach

Since you are not that happy about listbox for user input, would you recomment  an array of clusters as frontpanel?

0 Kudos
Message 15 of 15
(412 Views)