tBmpGet mouseover problem

Post Reply
User avatar
TimStone
Posts: 2955
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

tBmpGet mouseover problem

Post by TimStone »

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
User avatar
Antonio Linares
Site Admin
Posts: 42516
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Tim,

Solved. Please place these lines at the bottom of Class TBmpGet Method Default:

Code: Select all | Expand

METHOD Default() CLASS TBmpGet

   ...

   #include "wcolors.ch"

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

RETURN NIL
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply