Search found 51 matches: tmeter

Return to advanced search

Re: Problem with tmeter

great!

well done :-)
by Antonio Linares
Mon Nov 14, 2022 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 312

Re: Problem with tmeter

Dear Silvio, Better use a progress bar as it uses Windows animation, themes, etc Please review samples\win32.prg Antonio perhaps I resolved I change only oProgress:nTotal:=len(adata) with oProgress:settotal(len(adata)) and run ok I not Know why https://i.postimg.cc/v897DFvk/L.gif
by Silvio.Falconi
Mon Nov 14, 2022 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 312

Re: Problem with tmeter

Dear Silvio,

Better use a progress bar as it uses Windows animation, themes, etc

Please review samples\win32.prg
by Antonio Linares
Mon Nov 14, 2022 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 312

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 ) } ; FILLCOLOR { |n| NARGB( 210 - ( n * 200 ), CLR_BLAC...
by Silvio.Falconi
Mon Nov 14, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 312

Re: unrecoverable error 9015 hb_vmdo()

... 4 HBOBJECT 5 TWINDOW 6 TDIALOG 7 TBRUSH 8 TFONT 9 TCURSOR 10 TCONTROL 11 TSAY 12 TRADMENU 13 TRADIO 14 TGET 15 GET 16 TCLIPGET 17 TBUTTON 18 TMETER 19 TREG32 20 TGROUP 21 TICON 22 TSKINBUTTON 23 TMENU 24 TMENUITEM 25 TMSGBAR 26 TRECT 27 TMSGITEM 28 TTIMER 29 TSBUTTON 30 TCOMBOBOX 31 TXBROWSE ...
by Edman
Wed Oct 13, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1846

FWH 1908: Meter Control Enhancements

FWH 1908 introduces many enhancements to the existing TMeter class. The existing syntax for creating Meter control is: @ <nRow>, <nCol> METER [ <oMeter> VAR ] <nActual> ;[ TOTAL <nTotal> ] ;[ SIZE <nWidth>, ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 924

Re: New TprogressWheel

... wav-file during a selected process. I will add this option. regards Uwe :D I don't understand what it is for? we have done a circular TProgress / TMeter class are necessary for other procedures. I can use the tprogress to index an archive or an array. the indefinite command could be used instead ...
by Silvio.Falconi
Fri Sep 13, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9700

Re: How to use TMeter on SET MESSAGE Down window

Thanks for the engineer.
armando.bagunas
This was required.
Million greeting.
Hathal
by HATHAL
Sat May 14, 2016 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use TMeter on SET MESSAGE Down window
Replies: 2
Views: 462

Re: How to use TMeter on SET MESSAGE Down window

hello #include "fivewin.ch"#define GWL_STYLE          (-16)FUNCTION Main()   LOCAL oWnd, oMeter, oTimer      DEFINE WINDOW oWnd       SET MESSAGE OF oWnd TO "Testing" 2007    ...
by armando.lagunas
Sat May 14, 2016 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use TMeter on SET MESSAGE Down window
Replies: 2
Views: 462

How to use TMeter on SET MESSAGE Down window

welcome everybody .
I want to help .
How to use TMeter on SET MESSAGE Down window
Thank.
hathal
by HATHAL
Fri May 13, 2016 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use TMeter on SET MESSAGE Down window
Replies: 2
Views: 462

Error DBCMD/2001 Workarea not in use: ORDKEYNO

... in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 TWINDOW 6 TBRUSH 7 TCONTROL 8 TFOLDEREX 9 TDIALOG 10 TBUTTON 11 TMSGBAR 12 TRECT 13 TMETER 14 TSAY 15 TMENU 16 TMENUITEM 17 TMRU 18 TINI 19 TICON 20 TIMAGELIST 21 TBITMAP 22 TTOOLBAR 23 TWBROWSE 24 TSCROLLBAR Memory Analysis =============== ...
by Dave Zowasky
Wed Sep 24, 2014 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 9
Views: 4402

Re: fwh 14.2 print preview issue with win xp

... 14 TMDICLIENT 15 TCURSOR 16 TBAR 17 TRECT 18 TBTNBMP 19 TMSGBAR 20 TMSGITEM 21 TTIMER 22 TGIF 23 TDIALOG 24 TICON 25 TSAY 26 GET 27 TCLIPGET 28 TMETER 29 TBUTTON 30 TBUTTONBMP 31 TPRINTER 32 TPEN 33 TSCROLLBAR 34 TMETAFILE 35 TCOMBOBOX 36 TREG32 Memory Analysis =============== 233 Static variables ...
by davor0501
Fri Apr 25, 2014 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4993

New FTDN July 2012 (FWH 12.07)

... support was missing from FWH for MinGW. Now it is properly included. http://forums.fivetechsupport.com/viewtopic.php?p=132465#p132465 * New: Class TMeterEx METHOD SetTotal( nTotal ) to have compatibility with Class TMeter. * New: function Execute( cCode, [ params, ... ] ) --> uResult invokes ...
by Antonio Linares
Sat Aug 11, 2012 4:48 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2012 (FWH 12.07)
Replies: 0
Views: 1505

Cannot create dialog box...

... 10 TMDICLIENT 11 TFONT 12 TMSGBAR 13 TRECT 14 TMSGITEM 15 TTIMER 16 TDIALOG 17 TSAY 18 TGET 19 GET 20 TCLIPGET 21 TBUTTON 22 TCHECKBOX 23 TMETER 24 ERROR 25 TREG32 Memory Analysis =============== 309 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes ...
by DonDrew
Fri Aug 20, 2010 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box...
Replies: 6
Views: 2687

Re: compatibilidad FWH con FiveMac y FiveLinux

... y llamar a IMAGE2PDF, así como MAPI. También TREPORT, el Preview, TPanel, TSplitter y alguna clase más ordinaria (TBitmap, TButton, TCheckBox, TMeter, TTAbs, las fuentes, TDatabase, TDatepicker, Folders, TFTP, TGraph, TGroup, THeader, TIMage, TINI, TMenu, TPrinter, TScrollbar, y TWindow y TDialog). ...
by mgsoft
Thu Jul 08, 2010 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compatibilidad FWH con FiveMac y FiveLinux
Replies: 4
Views: 1002
Next

Return to advanced search

cron