Search found 101 matches: circular

Return to advanced search

Re: PRINT TO oPrn....AS BARCODE TYPE

... for it I'm trying and I saw there are errors FWER_BarCode is the ErBarcode class of easyreport, remade by fwteam but many year ago when I made the circular Barcode I saw there are problem with easyreport barcode and I corrected some barcode , now I not remember wich, I corrected some barcode because ...
by Silvio.Falconi
Fri Apr 07, 2023 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 537

Problem with tmeter

... 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 ) } ; FILLCOLOR { |n| NARGB( 210 - ( n * 200 ), CLR_BLACK ) } ; UPDATE I have to perform 3 procedures 1) download ...
by Silvio.Falconi
Mon Nov 14, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 300

Re: Nages --- Meter circular

Image

for now I resolved , I insert numbers slider on button
by Silvio.Falconi
Fri Jun 10, 2022 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages --- Meter circular
Replies: 2
Views: 266

Re: Nages --- Meter circular

Image

This sounds great to me
how can i change the writing also for the number in progression?

I made this but not run
oDlgAgg:SayHollow(oSay[3] , { nRow, 5, nRow + 25, 400 }, nil, oBold, CLR_GREEN, nil, CLR_WHITE, 3 )
by Silvio.Falconi
Fri Jun 10, 2022 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages --- Meter circular
Replies: 2
Views: 266

Nages --- Meter circular

Image

do you also see black balls on the green background? they look like broken pixels

i am trying meter02.prg
by Silvio.Falconi
Fri Jun 10, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages --- Meter circular
Replies: 2
Views: 266

Re: Progress with error

... 224, 238, 237 ), nRGB( 224, 238,237 ) } } https://i.postimg.cc/3RP9G0ZZ/meter.gif Make the same also the circular @ 20,50 METER oProg2 VAR i TOTAL 168 OF oDlg SIZE 50,50 CIRCULAR NOPERCENTAGE;      BARCOLOR nRGB(155,20,255),nRGB(0,0,0) ...
by Silvio.Falconi
Fri Jun 10, 2022 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress with error
Replies: 13
Views: 708

Re: Windows 11 Fluent Design

... } Now we need to paint transparent (and the shadows should combine with others). In fact the corners should be GradientFill()ed in circular mode https://github.com/FiveTechSoft/screenshots/blob/master/gradientshadow.JPG?raw=true
by Antonio Linares
Sun Oct 03, 2021 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9399

Re: España: Normativa sancionadora sistemas informáticos

... ?, es como si vas conduciendo "bien" por una carretera y no te han indicado el límite de velocidad, vas a 70 pero no sabes que hay que circular a 50 ya que ese limite no lo han estipulado en ningún reglamento, por muy "bien" que conduzcas te van a meter la multa. A ver si ...
by VictorCasajuana
Fri Aug 20, 2021 7:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 28842

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: 743

Re: New TprogressWheel

Amigo Jiloilo, basándome en samples\meterwh.prg, cree este ejemplo, espero te sirva. #include "fivewin.ch"// ProgressWheel class FWH 1908//----------------------------------------------------------------------------//function Main()   local oDlg, oFont, oText   local nActual := 0,...
by Jiloilo
Thu Jul 08, 2021 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

Re: New TprogressWheel

Amigo Jiloilo, basándome en samples\meterwh.prg, cree este ejemplo, espero te sirva. #include "fivewin.ch"// ProgressWheel class FWH 1908//----------------------------------------------------------------------------//function Main()   local oDlg, oFont, oText   local nActual := 0, ...
by leandro
Thu Jul 08, 2021 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

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: 9464

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: 9464

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: 320

Re: Fast Report´s future

... user has his own invoice model the god draw the same then how do you do it ? all these problems have not been corrected can I move an object in a circular way? ( NO) another thing in ITALY I have to build a small castle that is a box where there are ive, the separation of ive with ER is impossible ...
by Silvio.Falconi
Mon May 11, 2020 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6038
Next

Return to advanced search