Search found 132 matches: tprogress

Return to advanced search

Re: ITaskbarList3 Interface for PROGRESS Bar

... only with ITASKBARLIST_RELEASE -> METHOD EndProgressMode() i don´t know "where" to call it as CLASS TProgress have no "Destroy" ? --- i use a copy of CLASS TProgress and add some CODE #IFDEF Use_iTasklistBar you will find all what i did in ...
by Jimmy
Sun May 28, 2023 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 323

Re: ITaskbarList3 Interface for PROGRESS Bar

hi Antonio,

sorry if i have confuse you
those Xbase++ CODE are Part of CLASS ProgressBar and need "msctls_progress32"

so i have to enhance (copy of) CLASS TProgress with these Method
have made 1st. Step and got HB_FUNC() working :D
by Jimmy
Sat May 27, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 323

progress on msgitem

... => TMSGITEM:MSGNOTFOUND( 0 ) Called from: ../../../tobject.prg => TMSGITEM:HWND( 0 ) Called from: .\source\classes\TPROGRES.PRG => TPROGRESS:NEW( 122 ) before it run ok on Msgbar with @ 02, 11 PROGRESS oApp:oProgressDlg POSITION 1 of oApp:oWndMain:oMsgBar; *SIZE 200,18 pixel How ...
by Silvio.Falconi
Fri Apr 30, 2021 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: progress on msgitem
Replies: 1
Views: 326

tprogress cMsg

Can anyone explain to me what "cMsg" is for in the TProgress class: this variable is not inserted in the execution of the control.

sample
oProgress := TProgress():New( 2.8, 2, oDlgProgress, , , , .f.,, 150, 15, "cmsg is useless", .f., .f. )
by Silvio.Falconi
Sat Apr 11, 2020 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tprogress cMsg
Replies: 0
Views: 203

Re: New TprogressWheel

you can do it
as you do it with tProgress class it is the same ( change only the geometric figure)


DEFINE TIMER oTimer INTERVAL 50 ACTION (oMeter:SetPos(++nPos), iif(nPos>500,oTimer:End(), yourfunction_sound_here)) OF oDlg
ACTIVATE TIMER oTimer
by Silvio.Falconi
Fri Sep 13, 2019 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9465

Re: New TprogressWheel

... optional a 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 ...
by Silvio.Falconi
Fri Sep 13, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9465

fw_arratoDbf l and progress

If I have a fw_arratoDbf()

sample

oArchivio:fw_arraytodbf(adata)


can insert a refer to a TProgress, and how ?


and if I have an Aeval function can insert the position of the tprogress ?
by Silvio.Falconi
Wed Sep 11, 2019 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_arratoDbf l and progress
Replies: 3
Views: 666

Re: New TprogressWheel

...  CLR_HRED  ;       BACKCOLOR   CLR_BLUE  ;       PIXEL   ;       TEXT   NORMAL_TEXT  ;       TEXTCOLOR  CLR_GREEN does it work like the TProgress class, do you have never used this class to index archives? oProgress:setrange(0,500)oProgress:npos....INDEX ON FIRST TAG FIRST EVAL ...
by Silvio.Falconi
Tue Sep 10, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9465

Re: New TprogressWheel

... the errors and then I started from an example of NagesWarao that I found on the Forum, so I'm not a Maestro of Fwh...and then I copied the Tprogress :) No hice todo lo que me ayudaron, alguien corrigió los errores y luego comencé con un ejemplo de NagesWarao que encontré en el Foro, así ...
by Silvio.Falconi
Tue Sep 10, 2019 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9465

Re: ¿ Por qué el MsgMeter no Funciona ?

... lo que se encuentra en la ventana se empieza a hundir y también 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 ...
by wyerco613
Thu Aug 15, 2019 1:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por qué el MsgMeter no Funciona ?
Replies: 3
Views: 705

¿ Por qué el MsgMeter no Funciona ?

... lo que se encuentra en la ventana se empieza a hundir y también 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 ...
by wyerco613
Mon Jun 24, 2019 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por qué el MsgMeter no Funciona ?
Replies: 3
Views: 586

New FTDN December/Diciembre 2017 (FWH 17.12)

... 3D style * New: function FW_YMDLAPSED( dDate1, [dDate2] ) --> { Y, M, D } Difference between two dates in years, months and days * Fix: Class TProgress now supports animations properly: http://forums.fivetechsupport.com/viewtopic.php?p=208412#p208412 many thanks to AntoninoP * Enhancement: ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2084

Re: Progress bar windows 10 animation

About TProgress:New First thing the nStyle shoud has PSB_MARQUEE not PBM_SETMARQUEE:   ::nStyle    = nOR( WS_CHILD, WS_VISIBLE,;                      If( lDesign, WS_CLIPSIBLINGS, 0 ),;                      If( ...
by AntoninoP
Thu Dec 21, 2017 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress bar windows 10 animation
Replies: 15
Views: 4169

Re: Progress bar windows 10 animation

Antonino,

Already implemented for next FWH build, many thanks

> then change the TProgress:new in the same way...

I don't understand what you mean exactly
by Antonio Linares
Thu Dec 21, 2017 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress bar windows 10 animation
Replies: 15
Views: 4169

Re: Progress bar windows 10 animation

Another thing, I would change the SetMarquee in this way:

Code: Select all  Expand view
METHOD SetMarquee( lOnOff )  CLASS TProgress
   ::WinStyle(PBS_MARQUEE, lOnOff)
   SendMessage(::hWnd,PBM_SETMARQUEE,iif(lOnOff,1,0),0)
return nil


then change the TProgress:new in the same way...
by AntoninoP
Wed Dec 20, 2017 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress bar windows 10 animation
Replies: 15
Views: 4169
Next

Return to advanced search