Search found 30 matches: meters

Return to advanced search

Re: Dificultad con METERS

Mira \samples:

TESTMEX**

Saludos.
by karinha
Tue Aug 22, 2023 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 268

Re: Dificultad con METERS

Buen día Joao!!!
Gracias por tu tiempo también.
Con tus cambios tampoco logro hacer funcionar el segundo METER.
Gracias.
by José Camilo
Tue Aug 22, 2023 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 268

Re: Dificultad con METERS

// C:\FWH..\SAMPLES\JCAMILO.PRGFUNCTION lstVentas2()   ...   PRIVATE oMeter1   PRIVATE oMeter2   PRIVATE nActual1 := 0   PRIVATE nActual2 := 0   PRIVATE xtotCli  := 0   PRIVATE xTotVtas := 0   PRIVATE oMens...
by karinha
Tue Aug 22, 2023 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 268

Re: Dificultad con METERS

Buen día Cesar!!!
Gracias por tu tiempo.
Probé tu sugerencia pero sigue igual.
El primer meter muestra el avance de forma correcta pero el segundo ni se entera.

Gracias
by José Camilo
Tue Aug 22, 2023 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 268

Re: Dificultad con METERS

Puedes probar con:
Code: Select all  Expand view

While !DetVtaF->(EoF())
nActual2 ++
oMeter2:Set(nActual2)
oMeter2:Refresh()
...
 

y lo mismo deberias hacer para el nActual1
by cmsoft
Tue Aug 22, 2023 12:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 268

Dificultad con METERS

Buenos días!!! Presento un dialogo con 2 Meters y 2 botones. Al oprimir ACEPTAR ejecuta un listado que lee datos de 2 bases, la idea es que en cada METER se refleje el avance de dicha lectura. El primer METER trabaja perfectamente, el segundo ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 268

Re: Para Antonio Uso de la clase TprogressWheel

Circular Meters with enhancements to the original meter class of FWH:
samples\meter02.prg
samples\meter03.prg

Silvio's class:
samples\meterwh.prg
by Antonio Linares
Thu Jul 15, 2021 7:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Uso de la clase TprogressWheel
Replies: 4
Views: 749

Re: New TprogressWheel

nageswaragunupudi wrote:There are two implementations of circular meters.
All sources are included in FWH distribution.

Samples
fwh\samples\meter02.prg, meter03.prg and meterwh.prg


Mr. Rao,

Maybe one of these can be included in the Xbrowse system, so that processes can be visible with beauty ?
by Marc Venken
Fri Jul 02, 2021 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9701

Re: New TprogressWheel

There are two implementations of circular meters.
All sources are included in FWH distribution.

Samples
fwh\samples\meter02.prg, meter03.prg and meterwh.prg
by nageswaragunupudi
Fri Jul 02, 2021 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9701

Re: TprogressWhee de Silvio.Falconi

... In FWH1909, FWH announced many enhancements to METER class, which include CIRCULAR meters, same way as WHEELMETER but having more capabilities than wheelmeter. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37806&hilit=meter ...
by nageswaragunupudi
Mon Aug 03, 2020 5:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TprogressWhee de Silvio.Falconi
Replies: 1
Views: 323

New FTDN September/Septiembre 2019 (FWH 19.09)

... Returns the name of the main table from a sql statement using multiple tables. - method Execute() enhancement: Calling Execute() with no parameters immediately after calling Execute( cSql ) returns the structure of the table. - Method Explain( cSql, aParams ) was not compatible with the new ...
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: 2912

FWH 1908: Meter Control Enhancements

... of RGB colors (alpha color gradients not supported) d) Brush objects e) Images and also f) codeblocks returning any color. Sample of Circular Meters https://s3.gifyu.com/images/meter02.gif Source code: (relevant part) fwh\samples\meter02.prg #define MANGOES "https://img.huffingtonpost.com/asset/5c1225351f0000f00626a771.jpeg?ops=scalefit_630_noupscale"#define ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 925

Re: New TprogressWheel

... Sysrefresh()) EVERY 1     FOR ! deleted() 3.There are no performance problems I tried on a dialog with 13 meters 4.Massimo published a class in delphi he tried to put me in a bad light . He usually does that against me. I'll never understand why. and I haven't ...
by Silvio.Falconi
Tue Sep 10, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9701

Re: Working with barcode

... barcode readers, and use of UPCs, any type of inventory or sales work is simplified. Some of the small readers can now be remotely used up to 300 meters from the computer. In this program, the idea is that a person can select the Barcode button, then walk around the stock room and scan the parts ...
by Marc Venken
Fri Jun 29, 2018 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2334

Re: Can Fivewin be used for process IO hardware ?

I believe that I have seen gauges and meters somewhere on the forum ?
Anybody now where ?

Meters like this ?

I would like to look into them.

Image
by Marc Venken
Fri Jun 29, 2018 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Fivewin be used for process IO hardware ?
Replies: 9
Views: 2127
Next

Return to advanced search

cron