Search found 591 matches: webview

Return to advanced search

Re: FWH 24.02 new Class TWebView2

Dear Otto, Looking in the webview2 docs I can't find a SetAllowFileAccess() https://github.com/FiveTechSoft/FiveTech_wiki/blob/main/FiveWin/WebView/microsoft-edge-webview2-reference-win32-webview2-1.0.2365.46.pdf I am going to ask Bruno about it as he already has a PDF viewer ...
by Antonio Linares
Sat Mar 02, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2640

Re: Does anyone have an Envelope Printing module ?

Rick,
expand the WebView example, then you will be pioneering work for the group and not reinventing the "wheel".
Best regards,
Otto
by Otto
Fri Mar 01, 2024 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 768

Re: Problem with alignment in SAY command

... so completely without a database. Do you also remember? It is my only GitHub project. The design has been adapted by you. Now, I will switch to webview—I'm referring to the part where you drag emails and document files onto the calendar. With webview, it's very easy to handle individual email ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 951

Re: Does anyone have an Envelope Printing module ?

Hello Rick, I would use HTML and webview. Best regards, Otto https://mybergland.com/fwforum/envelope.jpg function Main()   local oWebView := TWebView():New(1)local cHtml := memoread( "c:\fwh2023\samples\envelope.html" ...
by Otto
Fri Mar 01, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 768

FWH 24.02 new Class TWebView2

Dear friends, when we started looking for info to use WebView2 from FWH we found https://github.com/webview/webview the code looked quite complex, so we decided to try the webview.dll which it is what we have been using in FWH until now recently I talked about it to Bruno ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2640

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

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

Data exchange between PC and Android device on the same loca

... compatible with the scenario. B.- On the FRONT-END CLIENT side I use an html-javascript-jQuery APP encapsulated using CORDOVA to run in an ANDROID webview. That is, it is responsible for generating all the HTML for the user interface. For this I based and adapted ideas from JMG. (Robert) CURRENT ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 935

Intercambio de datos entre PC y dispositivo Android en la m

... más compatible con el escenario. B.- Del lado CLIENTE FRONT-END Uso una APP html-javascript-jQuery encapsulada mediante CORDOVA para correr en un webview de ANDROID. Esto es, se encarga de generar todo el HTML para la interfaz de usuario. Para ello me basé y adapté ideas de JMG. (Roberto) SITUACION ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 239

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

Re: Google Graph extra graphic ? (Navaro)

Dear Marc, You can easily use it in your FWH apps using webview :-) // Please install https://developer.microsoft.com/en-us/microsoft-edge/webview2/ x86 version before using it#include "FiveWin.ch"function Main()   local oWebView := ...
by Antonio Linares
Tue Feb 20, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3142

Re: Easier WebView use

Muy interesante, estamos atentos ...
by Enrrique Vertiz
Sat Feb 10, 2024 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 470

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

WebView could also become a separate forum ? In all cases Webview is not interesting for people that are not willing to use it. It would keep the forum more on topic. In Belgium there was a serious hack. 320.000 peoples data ...
by Marc Venken
Fri Feb 09, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 900

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Dear Tim,

I fully agree with you

WebView is opening new possibilities but users should not be forced to use it

FWH provides a Class TSwitch that includes a ::lOvalStyle
by Antonio Linares
Fri Feb 09, 2024 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 900

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

> WebView2

Si

> is it functional ?

Yes!

> how to use ?

Please review webview*.prg examples in FWH\samples
by Antonio Linares
Fri Feb 09, 2024 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 900
PreviousNext

Return to advanced search