12-02-2005 08:09 AM
12-02-2005 09:01 AM
12-02-2005 09:40 AM
12-02-2005 09:59 AM
Hi Vivi and Tom,
Thanks for your suggestions. They center on what I have been considering. In Vivi's case I have been trying to figure out how to ingnore (turn off) mouse evnts while in "change" mode or at least clear them just before I reenter "monitoring" mode. For Tom's suggestion, I have the controls disabled so that writing new values to them dosen't cause all sorts of nasty things to happen -- but when they are disabled you can't change the value.
--Lee
12-02-2005 10:07 AM
12-02-2005 11:11 AM
Hi Vivi,
That is sort of what I am doing now. I have tried both case structures and sequences. For example, I put a two frame sequence in a while loop. The first frame has the event structure that looks for the mouse down event on a parameter control. When it sees a mouse down event the event structure is "done" and execution moves on to the second frame which goes into "change" mode which then lets the user modify parameters, applys the changes, and then puts the parameter controls back into "monitor" mode. The second frame is then done. The sequence is done. The while loop iterates. Frame 1 of the sequence is executed again. The event structure now seems to process all the mouse clicks that were used to edit the parameter values in frame 2 of the previous while loop iteration. In other words, you immeadiately get put back into "change" mode (frame 2) becasue the event structure sees a "que??" of mouse clicks to process. I know this becasue if I count the number of times I click on the parameter control in a single "change" mode session, the while loop interates that many times before the event structure in frame 1 of the sequence will again wait for a mouse down event (I can just the while loop iterate by exiting from "change" mode in frame 2 without clicking on any of the parameter controls). I wish I could explain the problem better, I suppose I don't known the correct vocabulary.
12-02-2005 11:18 AM
12-02-2005 01:35 PM
12-02-2005 01:37 PM
12-02-2005 01:45 PM
Hi Vivi,
Here it is as LV7.1 (the only pervious version choice I had).
--Lee