FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Little repaint bug
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Little repaint bug
Posted: Sat Mar 24, 2007 10:49 PM
This is the sample. Try to set the taskbar in autohide mode then run the sample, move the mouse cursor toward the bottom of the screen to cause the taskbar to show then let it hide again and you will see that the little bottom-right square between the two scrollbars doesn't repaint itself (it keeps a color stripe of the taskbar).

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oWnd, oBrw

    USE TEST

    DEFINE WINDOW oWnd

    SET MESSAGE OF oWnd

    @ 0, 0 LISTBOX oBrw FIELDS

    oWnd:oClient = oBrw

    ACTIVATE WINDOW oWnd;
             ON INIT oWnd:Move( 0, 0, GETSYSMETRICS( 0 ) / 2, GETSYSMETRICS( 1 ) )

    CLOSE

    RETURN NIL


EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Little repaint bug
Posted: Tue Mar 27, 2007 06:25 AM

Enrico,

Yes, we are aware of it though we have not found a way to fix it yet

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Little repaint bug
Posted: Tue Mar 27, 2007 06:46 AM

Ok, no problem. It's a little thing.

EMG

Continue the discussion