#MhButton
Hi Mark,
I finally received Muscle and was thrilled to see how many routines were
available. It looks like another dynamite product.
I am trying to use an array of MhButtons to implement a tool palette. Only
one tool is to be selected at any one time. I tried to do the following:
Sub Tool_Click(Index As Integer)
For i=0 to MAX_TOOLS
Tool(i).Value = 0
Next i
Tool(Index).Value = -1 End Sub This caused Stack Overflow because
Tool_Click is recursively called every time .Value is changed. Can you
please suggest a solution. Thanks.
Victor
There is 1 Reply.