Search found 240 matches: graphic

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

Please look all graphics in the .gif
viewtopic.php?f=17&t=34973&start=15#p210789
by cnavarro
Mon Apr 08, 2024 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

In the samples dir there is a GoogleGraph LIB making several graphs. In the Google graph online information there is also this : https://www.maveco.be/fivewin/gauges.jpg Can it be added to the FWH Lib ? Mr. Navaro ? https://developers.google.com/chart/interactive/docs/gallery/gauge ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Silvio,

> I Remember there was a class simulate a gauge

Please post a screenshot, maybe Google graphs has it
by Antonio Linares
Sun Apr 07, 2024 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Antonio,
I Remember there was a class simulate a gauge
Perhaps the Paco canalfive meter?
by Silvio.Falconi
Sun Apr 07, 2024 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Colegas,,,, alguna imagen
saludos
by jbrita
Fri Apr 05, 2024 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

> 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
by Antonio Linares
Thu Feb 22, 2024 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

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...
by Marc Venken
Thu Feb 22, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

> 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
by Antonio Linares
Thu Feb 22, 2024 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Antonio Linares wrote:You can not mix FWH controls with TWebView

TWebView is just for HTML, etc

Keep them apart


Isn't this what we are doing now ? of do you mean something else ?
by Marc Venken
Thu Feb 22, 2024 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

I put the dll's in de sample folder where they are now, but I don't see the difference of the problem before with resolution. For the Xbrowse : PROG = Arduino program item MOV = Move servo motor TMP = Temperature sensor value NUM = Program number (steps 1 to xxx that the robot is doing) cronologic s...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Mark,

well done!

Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.

I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
by Antonio Linares
Thu Feb 22, 2024 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Working the way I can Thank you Antonio. #include "FiveWin.ch"#Define CLR_ORANGE     nRGB( 255, 165, 000 )extern dbfcdxfunction Main()   local oDlg, oWebView, oBrush   local oBtn1, oBtn2, oBtn3, oPanel   DEFINE BRUSH oBrush FILE "..\bitmaps\backgrnd\iosbg.bmp"   D...
by Marc Venken
Wed Feb 21, 2024 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Here you have it. The values are changing from the button, next is to change them from the xbrowse events: #include "FiveWin.ch"#Define CLR_ORANGE     nRGB( 255, 165, 000 )extern dbfcdxfunction Main()   local oDlg, oWebView, oBrush   local oBtn...
by Antonio Linares
Wed Feb 21, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Thanks...

Imagen.... Arduino has more than 30 million active users. FW needs only 0.01% to grow with 3000 users )))) Just kidding Antonio

But I will post my experience and program as user in a Arduino FB of 92.000 users :mrgreen:
by Marc Venken
Wed Feb 21, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864
Next

Return to advanced search