Search found 3746 matches: google

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

... BRUSH oBrush FILE "..\bitmaps\backgrnd\iosbg.bmp"    DEFINE DIALOG oDlg SIZE 1200, 800 PIXEL TRUEPIXEL TITLE "Google charts" BRUSH oBrush   @ 1,  1 SAY " " OF oDlg SIZE 1400, 380 PIXEL COLORS CLR_ORANGE, CLR_WHITE TRANSPARENT UPDATE  ...
by Antonio Linares
Wed Feb 21, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

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: 3257

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

I am coding it, please wait...
by Antonio Linares
Wed Feb 21, 2024 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

You can not mix FWH controls with TWebView

TWebView is just for HTML, etc

Keep them apart
by Antonio Linares
Wed Feb 21, 2024 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

... RESIZE   //DEFINE BRUSH oBrush COLOR RGB( 77, 99, 110 )   DEFINE DIALOG oDlg WINDOW oMain SIZE 1400,900 PIXEL TRUEPIXEL TITLE "Google charts" BRUSH oBrush   //  These says are done because I don't find the transparant clause for the gauges yet.   //  They simple make a ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

Using oWebView:Eval( cJavaScriptCode ) you can modify the chart data, etc.

As you see we can easily use web components from our desktop apps thanks to Class TWebView :-)
by Antonio Linares
Tue Feb 20, 2024 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

a Quick update I tried .... Not working (but I have to read into the Webview information) Trying to make the background transparent <div id="chart_div" style="width: 400px; height: 120px;"><background-color="transparent;"></div> If the html is made and...
by Marc Venken
Tue Feb 20, 2024 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

... from a dialog: #include "FiveWin.ch"function Main()   local oDlg, oWebView    DEFINE DIALOG oDlg TITLE "Google charts"   ACTIVATE DIALOG oDlg CENTERED ;      ON INIT ( oWebView := TWebView():New(, oDlg:hWnd ...
by Antonio Linares
Tue Feb 20, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

... gauges, buttons, etc... These i've found so far..... some of them i'm not able to get transparent or grafical better looking. With these from Google I have some extra's. Would you be so kind to put the sample in a dialog that I can further build on ? https://www.maveco.be/fivewin/arduinopic.png
by Marc Venken
Tue Feb 20, 2024 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Google Graph extra graphic ? (Navaro)

... Main()   local oWebView := TWebView():New()   oWebView:SetHtml( Html() )   oWebView:SetTitle( "Google charts" )   oWebView:SetSize( 1200, 800 )   oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) ...
by Antonio Linares
Tue Feb 20, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

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 Marc Venken
Tue Feb 20, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3257

Re: Pdf a Base64

Mira: use google traductor, pls. http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=27051 https://base64.guru/converter/encode/pdf https://fivewin.com.br/index.php?/topic/27417-gerar-arquivo-em-base64/ ...
by karinha
Wed Feb 14, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pdf a Base64
Replies: 3
Views: 174

Re: Highlighting on a web page

First of all, I am interested in google tables, but this example will also work
Code: Select all  Expand view
https://author.today/work/324376
by Natter
Tue Feb 06, 2024 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 532

Re: leer y pdf y extraer datos

... tengo, al abrirlo con el notepad dice %PDF-1.3 %Äåòåë§ó ÐÄÆ 4 0 obj << /Filter /FlateDecode /Length 3182 >> stream por lo que lei en google habría que decodificarlo, es asi? porque al ejecutar el programa (ahora lo ejecuta poniendo la ruta completa del pdf y del txt) el archivo txt ...
by goosfancito
Fri Jan 26, 2024 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 1029

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... remove or Delete the Edge Browser and with the manual removal of the files Webview gets removed as well .. I despise Microsoft using the free Google chrome code and embelishing it to create Edge .. and just because Microsoft makes Windows, they think they can push another "chromium" ...
by Rick Lipkin
Wed Jan 24, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1909
PreviousNext

Return to advanced search