Vista meter

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Vista meter

Post by Marc Vanzegbroeck »

Hi,

How can I display this meter
Image
instead of this?
Image
Thanks

Marc
User avatar
Armando
Posts: 2479
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Contact:

Post by Armando »

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
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

Thanks Armando, its working fine!!

Regards,

Marc
Post Reply