Search found 833 matches: sysrefresh

Return to advanced search

Problem with application terminating

... + LTRIM(STR(nFile,9)) + cEol cSay += "Containers = " + LTRIM(STR(nCtnr,9)) + cEol cSay += "Updates = " + LTRIM(STR(nUpd ,9)) + cEol oSay:Refresh() Sysrefresh() hHan := FOPEN( cFolder + aEdi[nY], 0) IF (hHan >= 0) // Init... lEof := .F. cEq := "" cMbl := "" cEvent := "" cEname := "" cDay := "" ...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1937

... UPDMETER(CFILE,OMETER,NPOS,nctr,NLEN,ODLG,DLGFILE,OBJFILE) NCTR++ DLGFILE := CFILE + SPACE(30) OBJFILE:REFRESH() ometer:set(nCTR * 100 / NLEN) sysrefresh() return nil //----------------------------------------------------------------------------// FUNCTION REST(fico) LOCAL SOUSREP := .F., ; ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6066

Nuevo FWPPC build

Hay un nuevo build de FWPPC, ya disponible para ser descargado: * Mejora: FWPPC, SysRefresh(). Gracias a Joaquin por la sugerencia! * Nuevo: FWPPC: la cláusula ON INIT para dialogboxes ya está disponible. * Mejora: FWPPC: METHOD AEvalWhen() es automaticamente llamado ...
by Antonio Linares
Tue Oct 18, 2005 4:24 am
 
Forum: WhatsNew / Novedades
Topic: Nuevo FWPPC build
Replies: 3
Views: 2261

New FWPPC build

There is a new FWPPC build, already available to be downloaded: * Enhancement: FWPPC, SysRefresh(). Thanks to Joaquin for the tip! * New: FWPPC: ON INIT clause for dialogboxes already available. * Enhancement: FWPPC: METHOD AEvalWhen() is autimatically invoked from ...
by Antonio Linares
Tue Oct 18, 2005 4:20 am
 
Forum: WhatsNew / Novedades
Topic: New FWPPC build
Replies: 0
Views: 1095

Re: Solved!

Rafael Clemente wrote:It was just a matter of adding SysRefresh() !!!


good :D
by Antonio Linares
Tue Oct 11, 2005 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: In a TGet, make the cursor jump one position to thr right
Replies: 7
Views: 1873

Solved!

It was just a matter of adding SysRefresh() !!! :oops:
Rafael
by Rafael Clemente
Tue Oct 11, 2005 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: In a TGet, make the cursor jump one position to thr right
Replies: 7
Views: 1873

Riccardo,

SysRefresh() is required in order to let Windows process pending messages.
by Antonio Linares
Tue Oct 11, 2005 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wait dialog
Replies: 1
Views: 1318

wait dialog

... (example the copy files di windows) during massive dbf operations. The animation doesn't start, the only way to make it move is placing various sysrefresh() during dbf operations. Is there any other way? this is the code: #include "fivewin.ch" function main() local a attendi(.t.) ...
by Maverich
Tue Oct 11, 2005 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wait dialog
Replies: 1
Views: 1318
Previous

Return to advanced search