FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Tooltip request
Posts: 90
Joined: Wed Nov 07, 2007 08:56 AM
Tooltip request
Posted: Mon Jul 11, 2011 03:52 PM
In Window.prg, row 3083:

Code (fw): Select all Collapse
SendMessage( hWnd, TTM_SETMAXTIPWIDTH, 0, 300 )


Is it possibile to make customizable the value 300 ?


And, btw, i've found this: http://msdn.microsoft.com/en-us/library/bb760404.aspx.

For tooltip with very long text the delay time of 5000 ms (the autopop value) it's too low.

Is it possibile to implement code like this?

Code (fw): Select all Collapse
SendMessage(hwnd, TTM_SETDELAYTIME, TTDT_INITIAL, nDelayTimeInitial)
SendMessage(hwnd, TTM_SETDELAYTIME, TTDT_AUTOPOP, nDelayTimeAutoPop)
SendMessage(hwnd, TTM_SETDELAYTIME, TTDT_RESHOW , nDelayTimeReshow )
Posts: 274
Joined: Fri Apr 04, 2008 01:25 PM
Re: Tooltip request
Posted: Fri Aug 10, 2012 10:25 AM

Hi,

Anything new on this? I'd also need tooltips to be showed for a longer time. It would be very nice if I could decide in my source code how long it would be displayed.

Thanks in advance!

Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de

Continue the discussion