Common Handler for a number of Buttons
Posted: Fri Sep 26, 2008 2:36 am
Tried a few variations in an attempt to
find a way of using the same code for
a number of buttons without having to
repeat the code in each button handler.
Is there a way to have one line of code
in each "mouseUp" handler which directs
to common code elsewhere?
Expect it might need 'with message' to
pass the click to the common code but
haven't been able to find something that
works.
find a way of using the same code for
a number of buttons without having to
repeat the code in each button handler.
Is there a way to have one line of code
in each "mouseUp" handler which directs
to common code elsewhere?
Expect it might need 'with message' to
pass the click to the common code but
haven't been able to find something that
works.