FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour tBmpGet mouseover problem
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
tBmpGet mouseover problem
Posted: Tue Jul 17, 2007 10:37 PM

I'm using the tBmpGet class that was written back several years ago. It has been very good to display a small calendar bitmap and allow for date lookups.

With the latest release of FWH when someone mouses over the date which is shown in the field, it disappears. ( July release ). I cannot replicate this on my Vista computer, but clients using XP indicate its happening for them.

I can't find a later version of this class. Is anyone using it, and if so, have you seen this behavior ?

Suggestions would be appreciated. Thanks.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
tBmpGet mouseover problem
Posted: Thu Jul 19, 2007 05:41 PM
Tim,

Solved. Please place these lines at the bottom of Class TBmpGet Method Default:
METHOD Default() CLASS TBmpGet

   ...

   #include "wcolors.ch"

   ::SetColor( GetSysColor( COLOR_WINDOWTEXT ), GetSysColor( COLOR_WINDOW ) )

RETURN NIL
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion