Re: Is it possible to add Event to the front of the Event queue?

2004-02-20 Thread pawel
Hello Jeremy I was thinking about state machine aswell, but I have already developped quite big application using events and I do not think I will go for state machine. Actually I think I may combine those two. Thanks anyways Pawel

Re: Is it possible to add Event to the front of the Event queue?

2004-02-19 Thread Jeremy Braden
LabVIEW does not give the programmer the ablity to add events to the beginning of the event queue. If you need this functionality you might consider using a queued state machine. Search NI's site for a description. You might perfer to use an existing VI template that uses two loops--one for UI a

Is it possible to add Event to the front of the Event queue?

2004-02-18 Thread pawel
Hello All The "Generate User Event" can add the event to the end of the queue. Is there any possibility to add the event to the front of the queue?, like in the standard "queue operation"? Thanks in advance Pawel