Page 1 of 1
Graphics Lib for Mod_Harbour
Posted: Wed Jul 19, 2023 9:53 pm
by byron.hopp
Anyone know of a good graphics lib for Mod_Harbour. Need Line Chart, and bar chart. Thanks in advance.
Re: Graphics Lib for Mod_Harbour
Posted: Thu Jul 20, 2023 5:39 am
by Antonio Linares
Dear Byron,
Please review mod_harbour/samples/chart.prg
Re: Graphics Lib for Mod_Harbour
Posted: Thu Jul 20, 2023 6:44 am
by byron.hopp
Will do, thank you.
Re: Graphics Lib for Mod_Harbour
Posted: Thu Jul 20, 2023 7:03 pm
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.
Re: Graphics Lib for Mod_Harbour
Posted: Thu Jul 20, 2023 9:45 pm
by Antonio Linares
Dear Byron,
You could use it from FWH apps using Class TWebView
Re: Graphics Lib for Mod_Harbour
Posted: Thu Jul 20, 2023 10:27 pm
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
Re: Graphics Lib for Mod_Harbour
Posted: Fri Jul 21, 2023 6:03 am
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
Re: Graphics Lib for Mod_Harbour
Posted: Fri Jul 21, 2023 6:38 am
by byron.hopp
Thank you, I'll be getting the new version very soon.