FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Vista meter
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Vista meter
Posted: Fri Feb 29, 2008 02:12 PM
Hi,

How can I display this meter

instead of this?

Thanks

Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Vista meter
Posted: Fri Feb 29, 2008 02:41 PM

Marc:

Try using TProgress class instead TMeter class like this

oProgress := TProgress():Redefine( 101, oDlg )
// 101 is the id control in resources

and you must use Progressbar control instead Tmeter control in your resources.

Regards

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Vista meter
Posted: Fri Feb 29, 2008 05:21 PM

Thanks Armando, its working fine!!

Regards,

Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion