- AuthorPosts
- July 25, 2019 at 10:27 am #26020LTTParticipant
ShowTip(“sTip”, eeShowTipCurrentMouse);
** The tooltip blocks the mouse clicks.
December 8, 2019 at 10:35 am #26454LTTParticipant▲ Hope the tooltip position can be optimized a little bit.
—————
Suggestion:
I see (in IPTip.jsee) we can show links in a tooltip via a macro.
1:
Please add a note/list of such features in CHM for ShowTip method.
2:
And hope the URL in a tooltip can be copied individually, and can be shown somehow (e.g. in Status bar).December 12, 2019 at 2:11 pm #26491LTTParticipantShowTip(“sTip”, eeShowTipActiveString);
** If LineSpace >= 0, the underline of the Active String is covered by the top border of the tooltip.
Please move it down by 1 pixel.December 16, 2019 at 12:54 pm #26504Yutaka EmuraKeymaster> ShowTip(“sTip”, eeShowTipCurrentMouse);
> ** The tooltip blocks the mouse clicks.> Please add a note/list of such features in CHM for ShowTip method.
>ShowTip(“sTip”, eeShowTipActiveString);
>** If LineSpace >= 0, the underline of the Active String is covered by the top border of the tooltip.
>Please move it down by 1 pixel.All these issues were addressed on the next version (v19.5.0).
Thank you, - AuthorPosts
- You must be logged in to reply to this topic.