Search found 16 matches: invalidaterect

Searched query: invalidaterect

by Jimmy
Sat Nov 12, 2022 2:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 1223

Xbase++ :lockUpdate() -> Fivewin ?

... oSelf:lockUpdate(.T.)

aChild := oSelf:Childlist()
FOR ii := 1 TO LEN(aChild)
// for all Controls
NEXT

oSelf:lockUpdate(.F.)
oSelf:invalidateRect()

RETURN
Question :
a.) how can i suppress Screen "Output" while resize Control under Fivewin :?:
b.) under Xbase++ all Controls are ...
by ricardog
Thu Aug 31, 2017 2:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 8581

Re: Ayuda DLL

... WINDOW
Error: Unresolved external '_HB_FUN_RELEASEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW
Error: Unresolved external '_HB_FUN_INVALIDATERECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW
Error: Unresolved external '_HB_FUN_CHOOSECOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX ...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 24301

Re: multiple defintions, forst defined here

... to `HB_FUN_SETWINDOWTEXT'
C:/Users/larryh/AppData/Local/Temp/hbmk_siw9ud.dir/SCO0.o:SCO0.c:(.data+0x11d8): undefined reference to `HB_FUN_INVALIDATERECT'
C:/Users/larryh/AppData/Local/Temp/hbmk_siw9ud.dir/SCO0.o:SCO0.c:(.data+0x12b8): undefined reference to `HB_FUN_MOUSECOL'
C:/Users/larryh ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 9964

Re: "Snap" for Clipper

... 832
837 839 845 849 854 860 866 869 873 877
880 884 887 891 906 909 910 914 915 916
917

INSPECT() (function in ?)
WINDOW.PRG 665

INVALIDATERECT() (function in ?)
WINDOW.PRG 769

ISCHILD() (function in ?)
WINDOW.PRG 3142

ISDERIVEDFROM() (function in ?)
WINDOW.PRG 2074

ISICONIC ...
by byte-one
Mon Aug 08, 2011 2:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.07
Replies: 79
Views: 15661

Re: New FWH 11.07

... If the coordinates from say-controls not the same as at last repaint, the says painted on wrong place. I have tested with the windows-API-function "UpdateWindow()" unstead the "InvalidateRect()" and there are the same effect. Maybe the ::cPs from says are modified from repaint to repaint? -> Antonio
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 6090

Re: Se necesita ayuda en el wiki !

... GlobalSize()
GlobalUnlock()
HasResources()
HelpSearch()
HexToDec()
HideCaret()
HToNs()
I2Hex()
InportWord()
InsertMenu()
InterruptUnRegister()
InvalidateRect()
InvertRect()
IsAnsi()
IsAnsiLower()
IsAnsiUpper()
IsCdRom()
IsChild()
IsDefButton()
IsDiskette()
IsIconic()
IsMenu()
IsOEM()
IsOverWnd ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 9141

Re: FWH/xHarbour Menus

... when pressing ALT WM_UPDATEUISTATE
{
LONG lResult = CallWindowProc( ( FARPROC ) GetProp( hWnd, "__FWTRANS" ), hWnd, uMsg, wParam, lParam );
InvalidateRect( hWnd, NULL, TRUE );
return lResult;
}

else if( uMsg == WM_PAINT )
{
PAINTSTRUCT ps;
char text[ 256 ];
RECT rct;
HDC hDC = BeginPaint ...
by Antonio Linares
Wed Oct 15, 2008 9:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Refresh the Desktop when quit from FWH Programe
Replies: 5
Views: 933

Ramesh,

From the FWH application you can do:

InvalidateRect( GetDesktopWindow(),, .T. )
by karinha
Tue Sep 23, 2008 7:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 4495

... nLong := Max( ::nTxtWidth, ::aRect[ 4 ] )
else
::nLong := Max( ::nTxtHeight * len( ::aCaption ), ::aRect[ 3 ] )
endif
endif

InvalidateRect( ::hWnd, ::aRect, .t. )
::lView := .t.

// Call dynamic and blinking

if !::lDrag

if ::lScroll .and. ::oTimer = nil
DEFINE TIMER ...
by Antonio Linares
Mon Feb 11, 2008 9:38 pm
Forum: WhatsNew / Novedades
Topic: New FTDN February / Febrero 2008 (8.02)
Replies: 1
Views: 3090

... xBrowseNew()
xBrwAddColumn()

* Documentación actualizada de las siguientes funciones en FWFun.chm:

cTempFile()
Ctl3DLook()
GetPrintDC()
InvalidateRect()
MenuMeasureItem()
PlayEnhMetaFile()
SetDatePick()
WndCopy()

* Nuevas clases documentadas en FwClass.chm:

TActiveX
TButtonBmp
THeader ...
by Antonio Linares
Sun Feb 10, 2008 8:18 pm
Forum: WhatsNew / Novedades
Topic: New FTDN February / Febrero 2008 (8.02)
Replies: 1
Views: 3090

New FTDN February / Febrero 2008 (8.02)

... xBrowseNew()
xBrwAddColumn()

* Updated documentation of functions in FWFun.chm:
cTempFile()
Ctl3DLook()
GetPrintDC()
InvalidateRect()
MenuMeasureItem()
PlayEnhMetaFile()
SetDatePick()
WndCopy()

* New documented Classes in FwClass.chm:

TActiveX
TButtonBmp ...
by Francisco Horta
Sat Feb 02, 2008 10:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linares, salida abrupta ...
Replies: 6
Views: 2134

Para Antonio Linares, salida abrupta ...

... SSAY, TGRAPH, TSBUTTON, C5MENU, TWBROWSE Y VBOX, lo que resulta de todo es que en el topico del DSAY ahi le mencionas que corrija una linea de INVALIDATERECT y que con eso se solucionó, yo estuve revisando las clases y en el dialogo de la venta uso las clases externas BTNGET,TSBUTTON y VBOX, pero la ...
by saviotti
Mon May 14, 2007 7:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Activex, Bug ?
Replies: 23
Views: 7784

... bGotFocus := {|| iif (oSistema:oActiveX != nil, (oTelaPrincipal:cTitle := "focou " + str(nfocou++,06) , oSistema:oWndMenu:Refresh (),InvalidateRect( oSistema:oActivex::hWnd,.t. ) ) , sysrefresh () ) }

Veja :

http://www.bytesoftware.com.br/teste/imagem4.jpg ...
by Antonio Linares
Mon May 14, 2007 7:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Activex, Bug ?
Replies: 23
Views: 7784

Mario,

Prueba así:

oSistema:oWndMenu:bGotFocus = { || InvalidateRect( oSistema:oActiveX:hWnd, .T. ) }
by Otto
Fri Mar 16, 2007 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: store/restore parts of the screen
Replies: 9
Views: 2660

Thank you Rene. These are nice samples.

I the meantime I had a closer look into Pezold and read about WM_PAINT and InvalidateRect.

Please could you have a look at the topic:
Can I change the report viewer ?

Isn't that a heavy-duty to repaint the whole window every time you move the mouse ...