Graphics Lib for Mod_Harbour

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Graphics Lib for Mod_Harbour

Post by byron.hopp »

Anyone know of a good graphics lib for Mod_Harbour. Need Line Chart, and bar chart. Thanks in advance.
Thanks,
Byron Hopp
Matrix Computer Services
User avatar
Antonio Linares
Site Admin
Posts: 42398
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 10 times
Been thanked: 47 times
Contact:

Re: Graphics Lib for Mod_Harbour

Post by Antonio Linares »

Dear Byron,

Please review mod_harbour/samples/chart.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Re: Graphics Lib for Mod_Harbour

Post by byron.hopp »

Will do, thank you.
Thanks,
Byron Hopp
Matrix Computer Services
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Re: Graphics Lib for Mod_Harbour

Post by byron.hopp »

This is great, is there any examples of using this in regular Fivewin for Harbour? I will be utilizing this for Mod_Harbour, but I am pretty sure I could use it in some of my existing applications as well.
Thanks,
Byron Hopp
Matrix Computer Services
User avatar
Antonio Linares
Site Admin
Posts: 42398
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 10 times
Been thanked: 47 times
Contact:

Re: Graphics Lib for Mod_Harbour

Post by Antonio Linares »

Dear Byron,

You could use it from FWH apps using Class TWebView
regards, saludos

Antonio Linares
www.fivetechsoft.com
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Re: Graphics Lib for Mod_Harbour

Post by byron.hopp »

Is TWebView available in this version?

#define FWVERSION "FWH 21.11"
#define FW_VersionNo 21110

Or do I need a newer version. Is there a Chart.prg available in FW for Harbour to show how to use Google Charts from WinForms?

Thanks
Thanks,
Byron Hopp
Matrix Computer Services
User avatar
Antonio Linares
Site Admin
Posts: 42398
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 10 times
Been thanked: 47 times
Contact:

Re: Graphics Lib for Mod_Harbour

Post by Antonio Linares »

Dear Byron,

> Or do I need a newer version.

Yes. Old webview had many troubles, current one works very fine

> Is there a Chart.prg available in FW for Harbour to show how to use Google Charts from WinForms?

Not yet, but it is quite easy to build such example :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Re: Graphics Lib for Mod_Harbour

Post by byron.hopp »

Thank you, I'll be getting the new version very soon.
Thanks,
Byron Hopp
Matrix Computer Services
Post Reply