Search found 90 matches: progressbar

Return to advanced search

Re: DBF to Excel Sheet, without Excel, using ADO ?

... / FWAdoFieldStruct() / FW_RDBMSName() for cDbms = "MS JET EXCEL 12.0" and ACE Version --- is it possible to "integrate" a Progressbar in MsgRun() when append Data :?:
by Jimmy
Wed Aug 16, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2584

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

Re: Pantalla de carga personalizada msgrun - Resuelto

... El #7777 es el logo del producto. Si, el GIF podrias usarlo citandolo directamente desde un archivo en la carpeta del sistema, con FILENAME. El progressbar deberias darle la funcionabilidad e ir pasando los parametros en las funciones de ejecuccion para que vayan actualizando el progress bar. ...
by nlerdafehn
Sat May 27, 2023 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla de carga personalizada msgrun - Resuelto
Replies: 5
Views: 500

ZIP / UNZIP under Fivewin

... to use Codeblock bZip :?: both Sample use METER and Parameter nPercent / nZipInfo seem to belong to METER can i use a "green" Windows Progressbar instead of METER :?: --- "why" are bZip / bUnZip and Method Zip / UnZip implement in CLASS TWindow :?: if Argument is that Window ...
by Jimmy
Tue Mar 21, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 422

Re: Splash Screen for Startup

... else. like this https://i.postimg.cc/WznjnDNP/FW-Logo-Transparent.png like MsgSplash() it make Image "transparent" and Progressbar are show while Data are loading at Start btw. does Fivewin have Function like "BOS TAURUS" Contribution to use hDC "direct" ...
by Jimmy
Thu Oct 27, 2022 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 801

Re: Splash Screen for Startup

hi,
nageswaragunupudi wrote:You can ask for anything else.

i like to request :
Progressbar
Codeblock Slot to EVAL() by TIMER
by Jimmy
Tue Oct 25, 2022 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 801

Re: Splash Screen for Startup

... = 0         ::oProgress:StepIt()      ENDIF      ...   NEXT   // now Stop Splash Screen   StopSplash() i also can show running Progressbar on Splash Screen when build Grid my Question is : how to build a "general" Modul which "react" ( UserDef Event ? ) like ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 801

Re: Backup from inside FWH program

... "A", like XCOPY, for increment Backup and reset Attribut. --- i use ShfileOperation()*** API, like Explorer, with "active" Progressbar. have a look into HMG Source how to enable it and try if Code work with Fivewin *** Sample c:\fwh\samples\dlgfile.prg does not include any ...
by Jimmy
Wed Aug 31, 2022 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup from inside FWH program
Replies: 17
Views: 1461

Re: Right progress percentage

hi Silvio, my Progressbar ist alway 100% LOCAL i,nMax := len(aData)LOCAL nEvery := INT(nMax/100)   oProgress:SetRange( 0, 100 )   oProgress:SetPos( 0 )   FOR i := 1 TO nMax      ...      IF ( i ...
by Jimmy
Sun Jun 12, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Right progress percentage
Replies: 1
Views: 291

Re: Number of files on a disk

Thank You, Uwe. I needed to make progressbar poll files on servers. I implemented this via diskused() you will make a lot traffic if nothing have change ... there is HB_FUNC( WAITRUN ) in \fwh\source\winapi\winexec.c it will wait ...
by Jimmy
Mon Nov 25, 2019 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of files on a disk
Replies: 4
Views: 821

Re: Number of files on a disk

Thank You, Uwe. I needed to make progressbar poll files on servers. I implemented this via diskused()
by Natter
Mon Nov 25, 2019 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of files on a disk
Replies: 4
Views: 821

Re: #command Syntax

... less work to change Xbase++ Source to get it compile/link ... than the real Work begin. :roll: so how do more #xcommand with harbour :?: --- p.s. Progressbar is just a Sample. i saw FW have a "green" Progressbar (PROGRESS_CLASSA) which i want to use in next Step.
by Jimmy
Sat Oct 19, 2019 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #command Syntax
Replies: 4
Views: 643

#command Syntax

... GetMaximum() VAR Maximum      ... ENDCLASSMETHOD XbpPBar:SetMaximum( nMaximum )...  who can help me to translate it :?: p.s. this Progressbar also have ITaskbarList3 Interface to display Animation in Taskbar-Icon http://www.hmgforum.com/download/file.php?id=9165
by Jimmy
Fri Oct 18, 2019 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #command Syntax
Replies: 4
Views: 643

Re: New FTDN February/Febrero 2017 (FWH 17.02)

* Class Report: Enhancement: Can now define a column to print progressbar also. Syntax: COLUMN HEADER <hdr> DATA <data> PROGRESSBAR MAXVAL <nmaxval> ; COLORS <clr1>,<clr2> <clr1>,<clr2> can be either colors, alphacolors, ...
by Silvio.Falconi
Sun Mar 19, 2017 2:48 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2115

New FTDN February/Febrero 2017 (FWH 17.02)

... refresh may be too slow. In such cases setting lScreenUpdating to .f. when out of focus and setting to .t. when got focus could help. - Enhanced Progressbar: Syntax (unchanged ): oCol:SetProgBar( nProgTotal, nWidth, bClrProg ) So far bClrProg is expected to return array of two colors. Now the ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2115
Next

Return to advanced search