|
From: vatzct <va...@po...> - 2011-09-29 10:23:17
|
29.09.2011 12:37, Basso, Luis Fernando ???????(??): > 2011-09-29 06:00 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> > * include/guilib.ch > #xcommand @ <x>,<y> BROWSE [ <oBrw> ] ; > + [ TOOLTIP <ctoolt> ] ; > * include/window.ch > + add CONSTANTS TO TRACKMOUSEEVENT > + #DEFINE TME_CANCEL > + #DEFINE TME_HOVER > + #DEFINE TME_LEAVE > * source/theme.c > * HB_FUNC( TRACKMOUSEVENT ) > ! added suport to message WM_MOUSEHOVER > * source/hbrowse.prg > + STATIC xToolTip > * CLASS HColumn > + DATA ToolTip > show tooltip in header of the column > + DATA aHints INIT {} > stores the contents of the column is Hint := .T. > + DATA Hint INIT .F. > show tooltip value column case hint := .T. > * CLASS HBrowse > + DATA oTimer HIDDEN > + DATA nSetRefresh INIT 0 HIDDEN > + METHOD ShowColToolTips( lParam ) > + METHOD SetRefresh( nSeconds ) CLASS HBrowse > * METHOD New( > + parameter ctooltip > * METHOD onEvent > + handling msg = WM_MOUSEHOVER > to Show ToolTips > * source/hcontrol.prg > * CLASS HControl > * METHOD SetFocus() > ! fixed focus, adjusted the focus to the control. If the > control is disabled, the next control automatically takes the focus > * CLASS HButtonEX > * METHOD CancelHover() > ! fixed STYLE FLAT > * source/hedit.prg > + DATA lNoPaste > enable or disable the message WM_PAST in control lnoPaste := > .T. | .F. > * METHOD onEvent > ! fixed message WM_CHAR when bsetget = nil > Luis Fernando Basso > lf...@vi... <mailto:lf...@vi...> > Hi! hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hbrowse.prg(970) Warning W0032 Variable 'PT' is assigned but not used in function 'HBROWSE_SHOWCOLTOOLTIPS(951)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko |