#VBT11 Bug
2 messages in this thread
Mark,
I think the version of VBTools in the VBT2 directory on BUG (as of yesterday)
has a bug. Buttons which aren't state buttons stay down in some situations
where they didn't before. Have I missed a feature change? There also seems
to be some wierd cross wiring between the MhIconTag and MhButton tools.
Clicking in an MhIconTag causes Buttons to depress. Very strange.
I can try to send you an example, but the only one I have currently is in an
app which is a half meg zipped. I'll try to isolate the problem if you
aren't aware of it.
– JwT
There is 1 Reply.
John,
We fixed a problem in the MhButton control that could account for your
problem. Previously, if you set the Enabled property to False while inside
a click event for the button, it did not paint itself correctly. If that's
what you are referring to, then yes, it has changed (been corrected).
We also made another change to correct a situation where the user would
press the mouse on a button having StateButton=True, but then release the
mouse while *off* the button. In this case, the control was changed to go
back to the state it was in when the mouse went down.
We aren't aware of a problem with MhIconTag and buttons. If you could
upload a small form that will duplicate the problem, we'll be happy to take
a look.
Mark
P.S. All the changes were listed in the VBTFIXES.TXT file. You might
consider getting into the habit of downloading that file whenever you
download the "latest and greatest".