Thanks Michal,

Are the forms that "misbehave" small, or are the speed buttons on them very close to form's border?
I had a similar issue (never solved) and everything suggested that the speed buttons just don't get the MouseOut notification. But that happens only if the mouse moves very fast from above the button to outside of the form and is practically possible only if the amount of the form's body between the button and the border is very small (like <10 pixels).


You could make a test if this is the case: move the mouse *very* quickly from above the button, then move the mouse slowly, so that you are *sure* that it *had to* "touch" the form's body before it got out.
If in the first case the button retains its border, while in the second it does not, then this is the problem.



None is valid in my case. Speed buttons are not very close to Boundary, Whether u move mouse slowly or fast in both cases these retain borders. More ever I am using oxButtons those are not getting borders when mouse is over them. Surprisingly this is happening with some forms only. There are other forms in DLLs also which behave normally.

its true that speed buttons are not getting mouse out notification
but why some forms are getting that notification and some are Not ?


Thanks and best Regards.

R. S. Patil

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to