08-03-2005 01:51 PM
08-04-2005 04:01 AM
Hello,
I don't know how to lock front panel until the event case completes on nor how to check if it is.
The prupose of the programm is to let people enter a code (bar code) with the keyboard (in case no other way is possible). So if you click on the button "CTRL+F7", you should be abble to enter a code, and then if you choose Validate (F1) you validate the code, if not Cancel (F12), you come back to the first front panel and you should be abble to click again on the button "CTRL+F7" (that is what does not work). Indeed the case when I click on F1 works without problem.
Moreover, trying to post you the selected code, I first selected only the 2 parallel loop ( one is with the event structure). When the code is only this (step 0 and 1 from "grde boucle.vi"), it's working perfectly.
The complete code is in "grde boucle.vi" and the one which works "essai lecture code palette.vi" (Sorry it's french names).
08-04-2005 07:23 AM
If you are setting up a "value change" events or events that you create through a registration node, right click on the element of the event registration node and there is an option there for locking the font panel. For other kinds of events, when you define the event case in the event structure, there is a checkbox at the bottom of the dialog that accomplishes the same thing.
Mike...
08-04-2005 07:59 AM
08-04-2005 08:49 AM