Search found 23 matches: nactual

Return to advanced search

Problem with tmeter

I have a Meter on a dialog @ 55, 40 METER oProgress VAR nActual SIZE 120,20 PIXEL OF oDlgAgg ; COLOR 0x60ff0000, CLR_BLACK ; BARCOLOR 0x6000ff00, CLR_WHITE ; TOTAL nTotal FONT oFont BORDER CLR_BLACK ; // CIRCULAR INNERDIA { |n| 0.2 + ( 0.6 * n ) } ; ...
by Silvio.Falconi
Mon Nov 14, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 379

Re: DrawBitmap

... ) then give me the right list https://i.postimg.cc/YqSGdXsp/testr.png on method paint I have DrawBitmap( ::hDC, ::aBitmaps[ max( ::nActual , 1 ) ], nRow, nCol, ::nWBmp, ::nHBmp, SRCCOPY ) because before the class run with only bmp file how I can to converte it to run with png files
by Silvio.Falconi
Mon Jan 06, 2020 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DrawBitmap
Replies: 4
Views: 820

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... Meter: Mejoras: La sintaxis existente para crear el control del medidor(Meter) es: @ <nRow>, <nCol> METER [ <oMeter> VAR ] <nActual> ; [ TOTAL <nTotal> ] ; [ SIZE <nWidth>, <nHeight> ]; [ OF <oWnd> ] ; [ <update: UPDATE > ] ; [ <lPixel: ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3767

New FTDN September/Septiembre 2019 (FWH 19.09)

... * Meter class: Enhancements: The existing syntax for creating Meter contol is: @ <nRow>, <nCol> METER [ <oMeter> VAR ] <nActual> ; [ TOTAL <nTotal> ] ; [ SIZE <nWidth>, <nHeight> ]; [ OF <oWnd> ] ; [ <update: UPDATE > ] ; [ <lPixel: ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3767

Re: ¿ Por qué el MsgMeter no Funciona ?

... me paso con este código: DEFINE DIALOG oDlg RESOURCE "PROGRESO" oMeter = TProgress():Redefine(101,oDlg) //REDEFINE METER oMeter VAR nActual TOTAL 100 ID 101 OF oDlg //UPDATE //REDEFINE METER oMeter VAR nActual ID 101 OF oDlg TOTAL 100 //ROUND ROUNDSIZE 6 Cuando ocupe el REDEFINE ...
by wyerco613
Thu Aug 15, 2019 1:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por qué el MsgMeter no Funciona ?
Replies: 3
Views: 766

¿ Por qué el MsgMeter no Funciona ?

... me paso con este código: DEFINE DIALOG oDlg RESOURCE "PROGRESO" oMeter = TProgress():Redefine(101,oDlg) //REDEFINE METER oMeter VAR nActual TOTAL 100 ID 101 OF oDlg //UPDATE //REDEFINE METER oMeter VAR nActual ID 101 OF oDlg TOTAL 100 //ROUND ROUNDSIZE 6 Cuando ocupe el REDEFINE ...
by wyerco613
Mon Jun 24, 2019 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por qué el MsgMeter no Funciona ?
Replies: 3
Views: 629

HACER MAS RAPIDO UN PROCESO

... Local nReg:=TablaRecout("exi_suc") Local oma_arti,cSql,cExi_Det Local totini,totent,totsal Local oCmd,oRsCmd Local nCount:=0 nActual := 0 nTotal := 0 oCmd:=TOleAuto():New("ADODB.Command") oCmd:CommandText :="select count(*) from exi_suc WHERE sto_ok='"+"1'" ...
by jbrita
Tue Apr 28, 2015 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HACER MAS RAPIDO UN PROCESO
Replies: 13
Views: 3022

Re: Progress Bars, no funciona correctamente (Solucionado)

... que o topico esta solucionado concorda ? Este mesmo exemplo com o Meter funciona perfeitamente function Main() local oDlg, oProg1, oProg2 local nActual := 0 , nTotal := 100 DEFINE DIALOG oDlg TITLE "Progress Bars" // @ 1, 1 PROGRESS oProg1 SIZE 80, 12 // @ 1, 20 PROGRESS oProg2 SIZE ...
by marca
Tue Jul 29, 2014 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Progress Bars, no funciona correctamente (Solucionado)
Replies: 27
Views: 6295

Re: descomprimir archivo zip

... muestro y quedó así: Descomprime(cFileZip,cPathDesempaque) FUNCTION Descomprime(cFile,cPathDescarga) LOCAL oDlg,nFiles,aFiles,oText, cMsg, oMeter,nActual:=0 DEFAULT cPathDescarga:="E:\" IF FILE(cFIle) aFiles:=hb_GetFilesInZip(cFile) // aFiles:=hb_GetFilesInZip(cFile,.t.) nFiles:=Len(hb_GetFilesInZip(cFile)) ...
by LuisPonce
Wed Jun 05, 2013 5:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: descomprimir archivo zip
Replies: 4
Views: 1027

Re: ERROR EN TESTUZIP.PRG

Karinha, Checa estas funciones, a mi me funcionan!! STATIC FUNCTION Comprime(cFile,aFile) LOCAL oDlg,oMeter,oText,cMsg,nLen,lVal,nActual:=0 nLen:=Len(aFile) DEFINE DIALOG oDlg FROM 1, 1 TO 10, 60 TITLE "Espere, reuniendo archivos..." @ 0.5, 2 SAY oText VAR cMsg SIZE 180, 20 OF ...
by LuisPonce
Sat Apr 13, 2013 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TESTUZIP.PRG
Replies: 6
Views: 1255

GET xHarbour 1.2.1 FW 11.07 Borland C++ 5.82

... SIZE 90,18 FONT oFont @ 140,230 GET aoGt[ 8 ] VAR nDescto PIXEL SIZE 100, 24 PICTURE " 99.99" RIGHT OF oWnd @ 320, 40 METER oMeter VAR nActual TOTAL nTotal PIXEL SIZE 555, 40 OF oWnd ; FONT oFont COLOR nRGB( 90, 90, 90 ), nRGB( 255, 255, 255 ) ; BARCOLOR nRGB( 25, 25, 120 ), nRGB( 255, ...
by Julio Cepeda
Fri Feb 08, 2013 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET xHarbour 1.2.1 FW 11.07 Borland C++ 5.82
Replies: 3
Views: 874

progress bar

... .. parent <dir> local nRec_ctr := 0 local cSto local cStart := time() local cStop local cElapsed local oPrg local oProg1 local oDlg local nActual := 0 local oMeter local nTotal local nTimes := 0 // stats dialog local oStat local fntArial local oSay local cStat_msg Local hFile Local aInfo ...
by brewster
Fri Jan 25, 2013 2:02 pm
 
Forum: FiveWin for CA-Clipper
Topic: progress bar
Replies: 2
Views: 3342

Re: To Uwe: I need your help on this.

Moving the Index-call to Dialog ON INIT, doesn't need a Button-action. ACTIVATE DIALOG oDlg ; ON INIT ( CreateTag( oMeter, @nActual, "Test", cTag ) ) // , BROWSE() ) There is still another way to create a Index : Samples : ORDCREATE( ,"FAKT1","LOWER(archiv) ...
by ukoenig
Tue Jan 03, 2012 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Uwe: I need your help on this.
Replies: 3
Views: 860

Re: Quality scale of a Password

NAGES OR DANIEL, i USE METEREX FOR MAKE THE METER @ 205, 12 METEREX oMeterQuality VAR nActual SIZE 180, 12 TOTAL 100 PIXEL; GRADIENT CHUNK { { 1/2, nRGB( 255, 251, 229 ), nRGB( 250, 223, 143 ) } , ; { 1/2, nRGB( 244, 194, 51 ), nRGB( 252, 235, 173 ) } }; GRADIENT TRACK ...
by Silvio
Tue Apr 12, 2011 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quality scale of a Password
Replies: 6
Views: 1194

Re: Velocidad al pasar datos a XLS

... lo hago de la siguiente forma : //==================== FUNCTION PERCAP1() //==================== Public oExcel, oHoja, nRows, nCols,oMeter,oDlg,nActual:= 0 Public aCampos:={}, nRow, nCol,nContar:= 0 oExcel := TOleAuto():New( "Excel.Application" ) cFile := cGetFile("*.XLS", ...
by Ramon Paredes
Sun Mar 21, 2010 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad al pasar datos a XLS
Replies: 11
Views: 4396
Next

Return to advanced search