Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

triggering a event

Former Member
0 Likes
650

Hi Friends,

is it possible to trigger ,when i move mouse cursor to either to a label or to a button without clicking on it.If so give me a tips for this.

6 REPLIES 6
Read only

dani_mn
Active Contributor
0 Likes
625

HI,

I don't think so this event is possible in ABAP. there is no such event.

Regards,

Read only

Former Member
0 Likes
625

Hi Michael,

We can not do so in ABAP. because there must be some event (like click event ) to trigger some code. We can not trigger code on mouse movement.

Regards,

Pragya

Read only

0 Likes
625

Hi Pragya and H R A ,

thanks for ur reply.is there any example program in SAP for Tooltip.

Message was edited by:

Michael Jerrin

Read only

0 Likes
625

Hi Michael,

If you are using screen painter, then you can use the property <b>Quick Info</b>.

whatever text you enter in Quick Info, that will appear<b> as tooltip</b>.

Regards,

Pragya

Read only

0 Likes
625

Hi Pragya

Is it any program that explains about , how the quick info is processing while we place the mouse cursor to that button.

Read only

0 Likes
625

Hi Michael,

I don't know any such program. But I can tell you about quick info.

When you create a button, you can give the text in Quick info property..

There will be limitation that we will have to set the tooltip text in advance . We can not change it during program execution.

Regards,

Pragya