hintmanager hint position

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39954
    ronel11
    Participant

      Pls help, how can i add Trect in tshintmanager

      Pls see atachment 2, i want to show the tsHintmanager in the position of the default hint

      #39956
      ronel11
      Participant

        Ok, I solve It <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

        #39967
        Support
        Keymaster

          Hello
          You can check also your inbox, a letter with other solution was sent there. Maybe this solution will be more universal.

          #39985
          HeDiBo
          Participant

            QUOTE (Support @ Jul 17 2009, 09:35 AM)
            Hello
            You can check also your inbox, a letter with other solution was sent there. Maybe this solution will be more universal.

            By publishing solutions here in the forum, the forum is more useful. So, can you do that? <img src="style_emoticons//unsure.gif” style=”vertical-align:middle” emoid=”:???:” border=”0″ alt=”unsure.gif” />

            #40050
            Support
            Keymaster

              Yes, I can paste this letter there :

              QUOTE
              TsMousePosition = (mpLeftTop, mpLeftBottom, mpRightTop, mpRightBottom);
              It's not the TPoint. This type shows a position of the mouse near hint.
              For more universal hint creation try to use HintWindowClass instead THintWindow, something like that :

              type
              TComboItemHint = Class(THintWindow);


              hw := TComboItemHint(HintWindowClass.Create(Application));

              hw.ActivateHint(r,Text);

              Hints will be skinned in this case if sHintManager used.

              Just this letter was sent before my visiting of forum.

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