New TprogressWheel

Re: New TprogressWheel

Postby AIDA » Tue Aug 04, 2020 5:29 pm

Para salir yo le pongo un Syswait(0.5) para que se vea completa la cuenta al final :mrgreen:

To leave I put a Syswait (0.5) so that the account is complete at the end :mrgreen:

Code: Select all  Expand view
for nFile := 1 to nFiles
         COPY FILE ( cFolderSRC + aFiles[ nFile, 1 ] ) TO ( cFolderDST + aFiles[ nFile, 1 ] )
         oMeter:SetPos( nFile )
         oDlg:Update()
         SysRefresh()
      next
      MsgBeep()
               Syswait(0.5)
           
      oDlg:end()
      return nil
Que es mejor que programar? creo que nada :)
Atropellada pero aqui ando :P

I love Fivewin

séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
User avatar
AIDA
 
Posts: 877
Joined: Fri Jan 12, 2007 8:35 pm

Re: New TprogressWheel

Postby Jiloilo » Thu Jul 01, 2021 6:44 pm

Silvio.Falconi wrote:New Release With Gradient
Image


Hello, can i have this source code of this sample. thanks =)
Jiloilo
 
Posts: 9
Joined: Thu Jul 01, 2021 6:20 pm

Re: New TprogressWheel

Postby Jiloilo » Thu Jul 01, 2021 6:46 pm

Silvio.Falconi wrote:New release Indefinite and gradient animation

Image


And this source code too please. Thanks =)
Jiloilo
 
Posts: 9
Joined: Thu Jul 01, 2021 6:20 pm

Re: New TprogressWheel

Postby nageswaragunupudi » Fri Jul 02, 2021 6:45 am

There are two implementations of circular meters.
All sources are included in FWH distribution.

Samples
fwh\samples\meter02.prg, meter03.prg and meterwh.prg
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10287
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New TprogressWheel

Postby Marc Venken » Fri Jul 02, 2021 8:53 am

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 ?
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1354
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: New TprogressWheel

Postby Silvio.Falconi » Fri Jul 02, 2021 9:19 am

I think he wish my old test, but it's no possibile because the progress wheel class is changed
I have that test.prg he wish but not run with the current class modified by fwhteam
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6827
Joined: Thu Oct 18, 2012 7:17 pm

Re: New TprogressWheel

Postby nageswaragunupudi » Fri Jul 02, 2021 10:59 am

Silvio

Please try samples\meterwh.prg for testing your contribution.
We had to make some modifications to what you sent.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10287
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New TprogressWheel

Postby nageswaragunupudi » Fri Jul 02, 2021 11:00 am

Maybe one of these can be included in the Xbrowse system, so that processes can be visible with beauty ?


Try meter03.prg
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10287
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New TprogressWheel

Postby Silvio.Falconi » Fri Jul 02, 2021 11:41 am

nageswaragunupudi wrote:Silvio

Please try samples\meterwh.prg for testing your contribution.
We had to make some modifications to what you sent.


Image

this works fine,
I think this example is enough to understand how the class works

Nages,
I only answered the guy who asked us where was that initial test I took in 2019

Marc, this is With xbrowse

Image
perhaps you mean a wheel inside on row of xbrowse ? ( as graph statistics )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6827
Joined: Thu Oct 18, 2012 7:17 pm

Re: New TprogressWheel

Postby Jiloilo » Fri Jul 02, 2021 6:28 pm

Hello,
Every example of meterwheel works fine.
But when i close them, an error appears
Image

This error occur in Windows 7 32 bits, but in Windows 10 x86 works fine.

Someone knows how to solve it?
Jiloilo
 
Posts: 9
Joined: Thu Jul 01, 2021 6:20 pm

Re: New TprogressWheel

Postby Silvio.Falconi » Sat Jul 03, 2021 12:54 am

i tried it with w7 32bit and 64 no errors
perphaps you must load sp1
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6827
Joined: Thu Oct 18, 2012 7:17 pm

Re: New TprogressWheel

Postby Otto » Sat Jul 03, 2021 8:18 am

Hello friends,

I think that would be a good use for the web browser control.

Best regards,
Otto

web browser control based on Microsoft Edge
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40538&sid=e3888df9ba301ff8697c5c9d0c3fed16
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6038
Joined: Fri Oct 07, 2005 7:07 pm

Re: New TprogressWheel

Postby Silvio.Falconi » Sat Jul 03, 2021 8:28 am

I knew it. I had no doubt.

Otto came up with the web.

before fix windows fwh problem then we can think to the web.

Otto
you made you Windows application and go to the web, we must finish our windows appplication before
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6827
Joined: Thu Oct 18, 2012 7:17 pm

Re: New TprogressWheel

Postby Otto » Sat Jul 03, 2021 11:26 am

Silvio,

this is not web. This is a control you use with FWH.


Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6038
Joined: Fri Oct 07, 2005 7:07 pm

Re: New TprogressWheel

Postby Silvio.Falconi » Sat Jul 03, 2021 8:03 pm

my control not run on web
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6827
Joined: Thu Oct 18, 2012 7:17 pm

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 20 guests