FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Google Graph extra graphic ? (Navaro)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Thu Feb 22, 2024 01:05 PM

> Isn't this what we are doing now ? of do you mean something else ?

that is exactly what we are doing now, placing the webview inside a panel

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Google Graph extra graphic ? (Navaro)
Posted: Thu Feb 22, 2024 02:14 PM

Making more than 1 panel is possible then ?

oPanel1, oPanel2

also

oWebview1, oWebview2

and

oWebView:SetHtml( Html1()... // Graphtype1 (google gauge)

oWebView:SetHtml( Html2()... // Graph 2 (google bar)

the call in the ON Init will be more complex

Just to know if possible for later use...

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Thu Feb 22, 2024 03:26 PM
> Making more than 1 panel is possible then ?

yes

> the call in the ON Init will be more complex

A little more, not too much :-)

> Just to know if possible for later use...

Yes it is
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 537
Joined: Mon Jan 16, 2006 03:42 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Fri Apr 05, 2024 11:03 PM

Colegas,,,, alguna imagen

saludos

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Sat Apr 06, 2024 06:06 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Sun Apr 07, 2024 12:12 AM

Antonio,

I Remember there was a class simulate a gauge

Perhaps the Paco canalfive meter?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Sun Apr 07, 2024 04:56 AM

Dear Silvio,

> I Remember there was a class simulate a gauge

Please post a screenshot, maybe Google graphs has it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Mon Apr 08, 2024 08:27 PM
Marc Venken wrote:In the samples dir there is a GoogleGraph LIB making several graphs.
In the Google graph online information there is also this :



Can it be added to the FWH Lib ? Mr. Navaro ?

https://developers.google.com/chart/interactive/docs/gallery/gauge
Sorry dear Mark

I didn't see the message when it was posted.
Google removed support for google charts/images as you can see in the link I attached, although my library still works. This is why I have not been able to add new functionalities since you have only developed the new types (gauge nothing more) to be used in web pages (javascript).
Obviously, it can be used with the webview as Antonio indicates, although when you have some time. Keep investigating.
The graphics of the previous version included some graphics that were not so pretty but just as functional to represent a gauge.
Greetings

https://groups.google.com/g/google-chart-api/c/rZtHTyYgyXI
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Google Graph extra graphic ? (Navaro)
Posted: Mon Apr 08, 2024 11:29 PM
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion