what is the format of TsMousePosition?
Form1.sHintManager1.DefaultMousePos := TsMousePosition;
I dont know if it's the right code but i want to show the hint in the mouse positon. Using
TComboItemHint = Class(THintWindow)
pt := Mouse.CursorPos;
r:= Rect(pt.X + 16 ,pt.Y + 16,pt.X + 100, pt.Y + 32);
hw : TComboItemHint;
hw.ActivateHint(r,Text);
is ok but no skin, its only display the default hint style. how can i control the position where hint show in Tshintmanager. its only have sHintManager1.ShowHint(TControl,HintText)
please see attach files. i want to do like this using TsHintManager..
any help..
Thank You…