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.
tBmpGet mouseover problem
tBmpGet mouseover problem
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Tim,
Solved. Please place these lines at the bottom of Class TBmpGet Method Default:
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