06-22-2021 04:00 PM
I want to make a button with options :
For exemple button has as name "start"
I want when i click this button give me options for exemple run all or run 1 or run 2 .
means as a liste of choice.
After each choice I want to link it to a page from tab
For exemple when i click option after I Choose run 1 after turns me to the page of tab has as name production.
I hope Let my words be clear and i find the solution .
Thanks for all.
06-22-2021 05:07 PM
OK, that sounds simple enough. Can you show us what you tried and where you got stuck?
06-22-2021 06:22 PM
First of all, thank you, dear sir
It's hard for me because i am not very good in labview l search idea how I created list of option for the button and after how I related this option to page of tab?!
I search the idea or tp step per step
Not solution or vi prepared
Just help me if you can sir I am blocked
06-23-2021 01:30 AM
Do you want pop-up with options "run all", "run 1" and "run 2" or buttons to appear in place of "start" button?
06-23-2021 01:45 AM
Hi Midoazert,
@Midoazert wrote:
I want to make a button with options :
For exemple button has as name "start"
I want when i click this button give me options for exemple run all or run 1 or run 2 .
means as a liste of choice.
When you need a "list of choices" then you should learn about rings, enums, or listboxes…
@Midoazert wrote:
After each choice I want to link it to a page from tab
For exemple when i click option after I Choose run 1 after turns me to the page of tab has as name production.
I hope Let my words be clear
Well, those words aren't clear (for me): why do you go to "production" after choosing "Run1" from clicking on "option"?
You really should describe your problem by telling us "what" you want to achieve. Right now you focus on "how" you want to solve your problem!
06-23-2021 05:34 AM
06-23-2021 05:37 AM
Hi Ams,
what happened to Midoazert?
@Ams1920 wrote:
Now when I click on one of the options i want to turn towards another page of the tab
Use an event structure, wait for a ValueChange event of your ring, then switch to the other tab by using a local variable of the tab control…
06-23-2021 05:54 AM
I know my questions are easy but I am a beginner in labview so for that I ask if it is worth video or documents
to follow step by step
in any case thank you for your answers
06-23-2021 06:01 AM
Hi ams,
@Ams1920 wrote:
I know my questions are easy but I am a beginner in labview so for that I ask if it is worth video or documents to follow step by step
As a beginner in LabVIEW you should take note of those "Training resources" offered at the top of the LabVIEW board!
06-23-2021 06:02 AM
okay thanks sir