Replies: 5 comments
-
If you look at the hoverframe example (I don't remember where it comes from, probably from MSEUniverse), you will see that the button reacts to mouse move. So I am not sure that a modification is necessary for what you want to do. |
Beta Was this translation helpful? Give feedback.
-
OK, I will see, thanks. |
Beta Was this translation helpful? Give feedback.
-
Bravo Fred! No idea how it works, but it works. :) By the way, how do you define BGRABITMAPDIR? To build your project, I had to define it in project options, macros. What is your method? |
Beta Was this translation helpful? Give feedback.
-
With MSEide, in "Configure MSEide" tab, create a new "Global Macro" (bottom of form) with name: BGRABITMAPDIR and value: the directory of BGRABitmap. With ideU, in "General Settings" path tab, fill the directory of BGRABitmap. |
Beta Was this translation helpful? Give feedback.
-
Do you agree to make onmouseevent() published for tcustombutton?
I would like to be able to control things when something is done with the mouse on a Tbutton (not only execute).
But property onmouseevent() is not published so no access to mouse-event.
I did try publishing it and it works like charm.
By the way, I was not able to make work tbutton.onfocus, tbutton.ondefocus, onbeforeexecute.
Beta Was this translation helpful? Give feedback.
All reactions