... 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 ...
Search found 16 matches: invalidaterect
Searched query: invalidaterect
- Sat Nov 12, 2022 2:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbase++ :lockUpdate() -> Fivewin ?
- Replies: 10
- Views: 1223
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
- 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 ...
GlobalUnlock()
HasResources()
HelpSearch()
HexToDec()
HideCaret()
HToNs()
I2Hex()
InportWord()
InsertMenu()
InterruptUnRegister()
InvalidateRect()
InvertRect()
IsAnsi()
IsAnsiLower()
IsAnsiUpper()
IsCdRom()
IsChild()
IsDefButton()
IsDiskette()
IsIconic()
IsMenu()
IsOEM()
IsOverWnd ...
- 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 ...
{
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 ...
- 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
- Tue Sep 23, 2008 7:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Para Karinha
- Replies: 17
- Views: 4495
- Mon Feb 11, 2008 9:38 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN February / Febrero 2008 (8.02)
- Replies: 1
- Views: 3090
- 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 ...
xBrwAddColumn()
* Updated documentation of functions in FWFun.chm:
cTempFile()
Ctl3DLook()
GetPrintDC()
InvalidateRect()
MenuMeasureItem()
PlayEnhMetaFile()
SetDatePick()
WndCopy()
* New documented Classes in FwClass.chm:
TActiveX
TButtonBmp ...
- 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 ...
- Mon May 14, 2007 7:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Activex, Bug ?
- Replies: 23
- Views: 7784
- Mon May 14, 2007 7:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Activex, Bug ?
- Replies: 23
- Views: 7784
- Fri Mar 16, 2007 6:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: store/restore parts of the screen
- Replies: 9
- Views: 2660