FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Resource label has display problem
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Resource label has display problem
Posted: Wed Feb 01, 2012 03:57 PM

In the past, using this in an RC file, showed the label, and it did not overlap the get field. In 11.12, we lost the transparency in the label. It now works again, but now the label overlaps onto the get field.

If you pass the mouse over the field, it then displays the whole field.

The obvious solution is to shorten the length of the label field. However, prior to 11.12, the get fields always had focus priority, and this was not a problem. Is this something that can be accomplished simply, or should I go through the .rc file and change all of the lengths?

CONTROL "Make", -1, "Static", WS_GROUP, 7, 70, 44, 13
CONTROL "", 893, "Edit", WS_BORDER|WS_TABSTOP, 44, 70, 118, 13

Thanks.

Tim

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

Continue the discussion