| Author |
Performing a code when user "hover" the cursor over a control.
|
|
| sandinzz@yahoo.com 2005-12-15, 3:55 am |
| Hi. Is it possible to perform some code when the cursor is over a
button control - change text of the tooltip, for example. Button is not
accepted nor selected. Thank you.
| |
|
| Change your button into a region.
Guy
In news:1134634379.825619.143860@g14g2000cwa.googlegroups.com,
sandinzz@yahoo.com typed:
> Hi. Is it possible to perform some code when the cursor is over a
> button control - change text of the tooltip, for example. Button is
> not accepted nor selected. Thank you.
| |
| edwfitzpatrick@aol.com 2005-12-17, 6:55 pm |
| Place a Region control on the screen then place the button inside the
region area. On the Region properties, the "Immediate" attribute
should be checked. Then in the Region embeds, there will be embed
points for MouseIn and MouseOut where you can place the appropriate
code.
Ed
| |
| Leonid Chudakov 2005-12-18, 9:55 pm |
| Hi,
Check this article
http://tinyurl.com/927bw
--
--
Leonid Chudakov
chudakov@klarisoft.com
Cool tools and Clarion examples at
http://www.klarisoft.com
<sandinzz@yahoo.com> wrote in message
news:1134634379.825619.143860@g14g2000cwa.googlegroups.com...
> Hi. Is it possible to perform some code when the cursor is over a
> button control - change text of the tooltip, for example. Button is not
> accepted nor selected. Thank you.
>
| |
| sandinzz@yahoo.com 2006-01-10, 3:55 am |
| Thank You all. You've been very helpfull
|
|
|
|