Search found 17 matches: dials

Return to advanced search

dashboard with a dial

I have an accounting program and I would like to create a dashboard where I can display a number of dials that show data from a dbf. Any thoughts or code would be most helpful.
by hag
Wed Mar 27, 2013 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dashboard with a dial
Replies: 0
Views: 339

Re: Want to create a dash board with dials on it.

Hello Harvey, I still found another Distributor for AktiveX-Controls ( OCX ) compatible with VisualBasic, Delphi and C, C++ Some exsamples of the Bundle : http://www.pflegeplus.com/pictures/Aktivex1.jpg http://www.pflegeplus.com/pictures/Aktivex2.jpg http://www...
by ukoenig
Sun Jan 17, 2010 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Do you trying with

oMeter := TPieMeter():New( nTotal, cSay, oWnd, @lEnd )

CLASS TPieMeter
....
by Silvio
Sat Jan 16, 2010 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Biel thanks for the suggestion. Havn't had a chance to try it but I'll keep you posted on how it works.
by hag
Sat Jan 16, 2010 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

As far I know the only native solution is use tSelector from Ramon Avedaño. http://www.terra.es/personal/ravendano/SELECTOR.JPG REDEFINE SELECTOR oSelec1 VAR oDbf:Pixel OF oDlg ID 101 ;            ORIGIN ANGLE 270 ;     // Degrees            LAST ANGLE 90    ;               RANGE 100...
by Biel EA6DD
Fri Jan 15, 2010 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

saved me wasting time...Thanks James.
by hag
Fri Jan 15, 2010 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

No, dot NET products cannot be used with FW. You have to have ActiveX products.

Regards,
James
by James Bott
Fri Jan 15, 2010 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Uwe:

I check it out and let you know how it workd with FWH
by hag
Thu Jan 14, 2010 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Harvey,

I found a link to :

Image

http://www.devexpress.com/Products/NET/ ... /index.xml

maybe something, can be used with FWH ?

Best Regards
Uwe :lol:
by ukoenig
Thu Jan 14, 2010 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

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?
by hag
Tue Jan 12, 2010 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Someone made a Piemeter class many years ago......
by Silvio
Tue Jan 12, 2010 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

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
by James Bott
Tue Jan 12, 2010 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Now to show my ignorance...what is an
FW class wrapper.
by hag
Tue Jan 12, 2010 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081

Re: Want to create a dash board with dials on it.

Harvey, The only native FW meter control I am aware of is the progress meter. I did a Google search and here is a round analog style ActiveX meter control. It costs just over $100. http://www.cstsoft.com/english/list2.htm#meter You would have to write an interface--best would be a FW...
by James Bott
Mon Jan 11, 2010 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3081
Next

Return to advanced search