FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Themed app with slow refresh
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Themed app with slow refresh
Posted: Thu Mar 30, 2006 07:26 PM
There is a big difference regarding resize refresh speed if the manifest file is linked or not to the following sample. Any workaround?

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oWnd

    LOCAL oGet, cVar := REPLICATE( REPLICATE( "This is a test", 30 ) + CRLF, 100 )

    DEFINE WINDOW oWnd

    @ 0, 0 GET oGet VAR cVar MEMO NOBORDER

    oWnd:oClient( oGet )

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Themed app with slow refresh
Posted: Sat Apr 01, 2006 09:01 AM

Enrico,

FWH does not do anything regarding the XP manifest. Its a Windows standard built-in behavior.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Themed app with slow refresh
Posted: Sat Apr 01, 2006 10:04 AM

Ok, but I'm looking for a workaround to speed up the refresh...

EMG

Continue the discussion