Hint never hides

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36582
    Pavel Poles
    Participant

    Hi,

    in version 9.14 of Alpha Skins I used THintManager, which is now deprecated. I switched to TsAlphaHints. In my application I use also TNextGrid, which calls hints as bellow:

    Code:
    HintWindow := HintWindowClass.Create(Self);

    HintWindow.ActivateHint(Rect, AHint);

    This causes that Hint correctly appears, but never disappeares, as in acAlphaHints unit the HideTimer is creted only in ShowHint procedures, not in ActivateHint procedure.

    best regards

    Pavel

    #53638
    Support
    Keymaster

    I will check it and I will search a solution soon.

    #53644
    Support
    Keymaster

    Can you give me a demo with NextGrid, please?

    #53665
    Pavel Poles
    Participant

    Hi,

    find attached very simple demo with NextGrid.

    Try to hover mouse over any cell with truncated text, hint will appear correctly.

    If you move mouse over another cell with truncated text, hint redraws again correctly,

    however if you move mouse over empty part of grid, or outside of grid, hint remains on screen, doesn't hide.

    To demonstrate how the hint is invoked and released in next grid, I add two buttons. First shows the hint, second should hide it.

    You can download trial version of Next Grid at http://www.bergsoft.net/en-us/downloads.htm

    Pavel

    #53666
    Support
    Keymaster

    Hi! Here are no attached files, unfortunately.

    #53672
    Pavel Poles
    Participant
    'Support' wrote:

    Hi! Here are no attached files, unfortunately.

    Seems I missed button “Attach this file” 🙄

    #53673
    Support
    Keymaster

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.