I want to put in my app a screen with dials that will be 180 degree aand a pointer that will move base on the value of some variables.
Anybody with experience doing this. need some code and whatever info can be supplied.
Harvey
I want to put in my app a screen with dials that will be 180 degree aand a pointer that will move base on the value of some variables.
Anybody with experience doing this. need some code and whatever info can be supplied.
FW class wrapper.
Harvey,
A class wrapper is just a class that encapsulates the ActiveX code so it appears just like a regular FW class. Then you can add an include file to give it xBase syntax so then you could do something like:
@ 10,10 meter oMeter range 0,100...
Then:
oMeter:set(45)
Etc.
Regards,
James
Someone made a Piemeter class many years ago......
Thanks Marcelo for the link. downloaded some things that look interesting...but no hablo espanol.
Uwe
The piemeter may be worth looking at. How wourld I get a copy?

Uwe:
I check it out and let you know how it workd with FWH
No, dot NET products cannot be used with FW. You have to have ActiveX products.
Regards,
James
saved me wasting time...Thanks James.
REDEFINE SELECTOR oSelec1 VAR oDbf:Pixel OF oDlg ID 101 ;
      ORIGIN ANGLE 270 ;   // Degrees
      LAST ANGLE 90   ; Â
      RANGE 100, 1   ;
      MARKS 10     ;
      COLORS CLR_CYAN  ;
      ON CHANGE oGetPixel:Refresh()Biel thanks for the suggestion. Havn't had a chance to try it but I'll keep you posted on how it works.
Do you trying with
oMeter := TPieMeter():New( nTotal, cSay, oWnd, @lEnd )
CLASS TPieMeter
....





