03-08-2023 10:31 AM
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
03-08-2023 11:07 AM - edited 03-08-2023 11:08 AM
@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.
03-08-2023 11:16 AM
I simply have to try it - thanks 😊
03-10-2023 03:20 AM
@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? 🙂
04-25-2023 03:25 AM
Hi Altenbach
Since you are not that happy about listbox for user input, would you recomment an array of clusters as frontpanel?