First of all I don't see the status bar (MsgBar) and I don't understand why it isn't created, I need the msgbar because I have to insert a progressbar, furthermore the dialog must be inside the oWnd Mdi and instead it is outside, why? I create a dialog AS MDICHILD from a class, where I inserted ...
... / 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 :?:
... 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. ...
... 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 ...
... 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" ...
... = 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 ...
... "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 ...
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 ...
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 ...
... 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.
... 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
* 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, ...