Page 1 of 1

Vista meter

Posted: Fri Feb 29, 2008 2:12 pm
by Marc Vanzegbroeck
Hi,

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

Marc

Posted: Fri Feb 29, 2008 2:41 pm
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

Posted: Fri Feb 29, 2008 5:21 pm
by Marc Vanzegbroeck
Thanks Armando, its working fine!!

Regards,

Marc