tBmpGet mouseover problem

Post Reply
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
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
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Tim,

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

Code: Select all

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