12-06-2012 04:45 AM
hello,
another question for you all...
i would create a program that remember me in which way proceed to make a test...
i would that sometimes it appears a window that tell me "do it" and until i don't press ok i can't go to the next step...this many times with many windows with differents "post-it"
thanks
Solved! Go to Solution.
12-06-2012 05:13 AM
What I understood is use want to pop up user with a message for user interaction.
One way of doing this could be to make seequential structure in which you want to start the test. and dialog vi for every structure. it will hang execution untill OK or canceal button is pressed on pop up message.
12-06-2012 06:19 AM
and dialog vi for every structure...? in which way...sorry but i'm new in labview
12-06-2012 06:22 AM
You may use such structures.
12-10-2012 02:03 AM
if someone could make me an example in labview 7.1 should be great...just a second window that appears if i press ok in the first one
12-10-2012 02:26 AM - edited 12-10-2012 02:42 AM
OK...it works...but with a problem...if i press cancel it go to the next step in the same way as i press ok 😞
just a question...have I to link nothing to the output of two button dialog?
and if i want that in a specific case after i've pressed ok in the first window i want make a control...and only if true go to the next step? i have to join my true output to the next-button-ok?
12-10-2012 02:55 AM
You got some really bad advice above. A long seqence with popups seems rather silly, especially since a sequence cannot be escaped easily.
Use a state machine and an single popup instance. Change the text according to the state and proceed to the next state according to the button that was pressed.
12-10-2012 03:23 AM
thanks...it works 🙂
i used 2 buttons dialog to have the choice to esc from while loop if i press ok 🙂 anyway it works 🙂 thankkkkssss
12-10-2012 03:28 AM