Help regarding calltip positioning

7 views
Skip to first unread message

Vishal P.R

unread,
Nov 10, 2011, 2:15:16 AM11/10/11
to scintilla-interest
Platform: Win32

SCI_CALLTIPSHOW(int posStart, const char *definition)

The posStart is where the calltip is aligned. Now this is creating
problems for me if posStart is not in the current view port of the
Scintilla window as the calltip is positioned outside the window
client area (I think, its using WS_POPUP style).


So, is there is any Scinitilla message to find the left most visible
position for the current line? Or is it possible to keep the calltip
inside Scintilla's client area?

Regards,
Vishal P.R

Vishal P.R

unread,
Nov 10, 2011, 2:32:04 AM11/10/11
to scintilla-interest
Sorry for bothering you guys. SCI_POINTXFROMPOSITION(0, posStart) >= 0
is enough for the purpose.
Reply all
Reply to author
Forward
0 new messages