Hi
I'd suggest you to use the producer consumer pattern.
So each time one of those buttons is clicked, you produce the same element (usually this means enqueueing something). The consumer then start always the same action.
To see which button was pressed, you can write a numerical constant, depending on the case of the event-structure to an indicator. In the consumer you then will be able to read the value and decide what to do exactly.
Another way is to wire the control refnum to a property-node - so you can read the properties of this button.
Hope this helps.
Thomas
Message Edited by becktho on 06-17-2005 11:23 AM
Message Edited by becktho on 06-17-2005 11:24 AM
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------