I'd like to implement the visual effect of
extending a (MEMO) field when mouse hovers over it.
I mean something like the pop-up menus on websites.
One solution I came up with is to use the onMouseMove action
and then opening a form at modal view, without any margins
containing only a text box-the enlarged textbox of which I wish
be extended.
But this implementation seems rather cumbersome to me,
while I also find difficulties on tacking when the mouse is over
textbox and when goes outside it, in order to close the pop-up.
Do have you anything else to suggest?
Thanks in advance
extending a (MEMO) field when mouse hovers over it.
I mean something like the pop-up menus on websites.
One solution I came up with is to use the onMouseMove action
and then opening a form at modal view, without any margins
containing only a text box-the enlarged textbox of which I wish
be extended.
But this implementation seems rather cumbersome to me,
while I also find difficulties on tacking when the mouse is over
textbox and when goes outside it, in order to close the pop-up.
Do have you anything else to suggest?
Thanks in advance