Search found 19 matches: savescreen

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

... Row()->nRow RtoD(<nRadians>)->nDegrees RTrim(<cString>,[<lAllWhiteSpace>])->cTrimString SaveCursor()->nSaved SaveScreen([<nTop>],[<nLeft>],[<nBottom>],[<nRight>])->cScreen SaveToken()->cGlobalTokenEnv Scroll([<nTop>],[<nLeft>],[<nBottom>],[<nRight>],[<nVert>],[<nHoriz>])->Nil ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... Row()->nRow RtoD(<nRadians>)->nDegrees RTrim(<cString>,[<lAllWhiteSpace>])->cTrimString SaveCursor()->nSaved SaveScreen([<nTop>],[<nLeft>],[<nBottom>],[<nRight>])->cScreen SaveToken()->cGlobalTokenEnv Scroll([<nTop>],[<nLeft>],[<nBottom>],[<nRight>],[<nVert>],[<nHoriz>])->Nil ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... RemLeft RemRight RenameFile ReplAll Replicate ReplLeft ReplRight RestCursor RestScreen RestToken Right RLock Round Row RtoD RTrim SaveCursor SaveScreen SaveToken Scroll Seconds SecondsCpu SecondsSleep Secs SecToTime Select Set SetAtLike SetBit SetBlink SetCancel SetClearA SetClearB SetClrPair ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: Error compiling with latest Xharbour commercial

Hello Antonio. Some errors went away. Now I have another one, from the same source. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2094

Re: To Antonio: video corruption

Antonio: Thank you for your help & support. Please point me in the direction to report the bug. I tried with SAVESCREEN() & RESTSCREEN() with VERY LIMITED success. The issue is that the previous window contents do not disappear until all windows are closed. Regarding on ...
by HunterEC
Fri May 22, 2015 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: video corruption
Replies: 4
Views: 749

Re: To Antonio: video corruption

Gustavo, It seems as a Harbour bug, and it should be reported to the Harbour developers list. As a workaround you could use SaveScreen() and RestScreen() to save the initial screen and then restore it. What information are you going to show on those windows ? If it is not complex, then ...
by Antonio Linares
Fri May 22, 2015 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: video corruption
Replies: 4
Views: 749

Compilando con gcc y otros

Estimados 1.- Tengo es siguiento código, el cual nos da la informacion del display. Me gustaria saber como puedo integarlo en un prg y compilarlo desde harbour (La idea con esto es aprender hacer una función que me regrese la resolucion de la pantalla, para poder cubrirla completa con un window, lóg...
by ramirezosvaldo2
Fri Jan 11, 2013 3:31 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Compilando con gcc y otros
Replies: 0
Views: 888

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4171

Error o problema al grabar

... zvtncaja With ncajax, zvtboli With boleta_inicialx,; zvtbolf With boleta_finalx Dbcommit(); Dbunlock() Func sumreg Dbappend() If Neterr() pmsgx=Savescreen(13,10,20,67); msgbox(MSGp01_028,,,32,0) While Neterr(); linkey(.3); Dbappend() enddo Restscreen(13,10,20,67,pmsgx) Endif Return .t.
by jgayoso
Thu Oct 04, 2012 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error o problema al grabar
Replies: 16
Views: 4805

Re: EasyReport

Hi To overcome the problem of the printed EasyReport report image in the dialog box, I found something like this: wtela01 = SaveScreen(02,01,21,79) @ 9.95, 36.5 BUTTON "&Print" OF oDlg ; ACTION prnchart(cDirect1,RestScreen(02,01,21,79,wtela01)) SIZE 40, 12 How do I convert ...
by acwoo1
Thu Dec 08, 2011 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport
Replies: 7
Views: 1365

Re: Error with the latest Fwh ( 11.30 )

Rimantas,

There is a conflict between C5 SaveScreen() and Harbour's one. Fixed! :-)

I send you the modified libs :-)
by Antonio Linares
Thu Dec 01, 2011 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with the latest Fwh ( 11.30 )
Replies: 1
Views: 326

Re: Daniel Garcia - capturar la imagen de la pantalla - win 7

SGS es que asi deberia funcionar... se puede hacer un SaveScreen y tomara todo lo que muestre el escritorio #include "FiveWin.ch"#define SRCCOPY          0x00CC0020#define SM_CXSCREEN      0 #define ...
by Daniel Garcia-Gil
Wed Jul 21, 2010 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Daniel Garcia - capturar la imagen de la pantalla - win 7
Replies: 6
Views: 2653

Re: DUDAS CON FWH

... la ventana, y cuando la llaman otra vez hago un show(), con lo cual su recuperación és instantánea, pudiendo simular lo que antes hubiera sido un SAVESCREEN y un RESTORE (lo he dicho bien?). He usado una clase para manejar las DBF muy similar a la TDataBase que ya trae FWH, concretamente la TDbf ...
by FiveWiDi
Fri Jan 29, 2010 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DUDAS CON FWH
Replies: 11
Views: 3457

Duda con Timer en tiempo de ejecución

... activa (si es que estaba activa alguna en ese momento) despues de ejecutar la función del timer? Posiblemente haya alguna función similar al savescreen() (sé que esta no funciona en FW) y restorescreen() de clipper que se puedan usar en FW, algo asi como salvar el entorno de todas las variables, ...
by mariordz
Fri Jan 15, 2010 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con Timer en tiempo de ejecución
Replies: 2
Views: 484

... dejar la pc con la app en actividad, defino en una tecla la llamada al protector Function Main() ... SetKey(VK_F12,{||Bloqueo()}) // F12 activa el savescreen del windows .... . ...... Function Bloqueo(oTimer) oTimer:DeActivate() SendMessage(oWnd:hWnd,274,61760,0) Return Nil
by Willi Quintana
Fri Sep 12, 2008 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como capturar inactividad
Replies: 3
Views: 683
Next

Return to advanced search