‎2006 Dec 14 5:23 AM
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.
‎2006 Dec 14 5:33 AM
HI,
I don't think so this event is possible in ABAP. there is no such event.
Regards,
‎2006 Dec 14 5:35 AM
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
‎2006 Dec 14 5:49 AM
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
‎2006 Dec 14 5:57 AM
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
‎2006 Dec 14 6:43 AM
Hi Pragya
Is it any program that explains about , how the quick info is processing while we place the mouse cursor to that button.
‎2006 Dec 14 7:05 AM
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