Search found 595 matches: webview

Return to advanced search

Re: Using WebView with Borland !!!

Using this technique we are going to do unitary tests on web apps :-) Next example will help you to see it much clearer, when you see a web app being used "automatically" without user intervention and checking for itself if it is working as expected or not Basically from our Harbour app, w...
by Antonio Linares
Sun Jan 30, 2022 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

Easier to understand implementation: webview.prg #include "FiveWin.ch"static hDLL, s_nCalls, s_cJsonResultfunction Main()   local hWebView   hDLL = LoadLibrary( "webview.dll" )   hWebView = WebView_Create( ...
by Antonio Linares
Sun Jan 30, 2022 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

Getting closer to what we are looking for :-) Download it and test it from here: https://github.com/FiveTechSoft/FWH_tools/raw/master/webview.zip if you want to build it, from FWH\samples: buildh32.bat webview webview.prg #include "FiveWin.ch"static hDLLfunction Main()  ...
by Antonio Linares
Sun Jan 30, 2022 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

Implementing WebView_Eval( hWebView, cJavaScript ) webview.prg #include "FiveWin.ch"static hDLLfunction Main()   local hWebView   hDLL = LoadLibrary( "webview.dll" )   hWebView = WebView_Create( ...
by Antonio Linares
Sat Jan 29, 2022 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

Implementing the "bind" from javascript to our FWH app: to build it, from FWH\samples do: buildh32.bat webview webview.prg #include "FiveWin.ch"static hDLLfunction Main()   local hWebView   hDLL = LoadLibrary( "webview.dll" )   hWebView ...
by Antonio Linares
Sat Jan 29, 2022 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

El estatico Antonio!
by cmsoft
Fri Dec 03, 2021 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

Buena noticia :D :D :D

En unos días que termine un asunto prioritario, referente a la nomina electrónica, intentare usar este nuevo elemento.

Saludos

LEANDRO AREVALO
by leandro
Thu Dec 02, 2021 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

César,

Has probado el enlace dinámico (uso de webview.dll) ó el estático (uso de webview.lib) ?
by Antonio Linares
Wed Dec 01, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

... 0007A000 C:\WINDOWS\System32\ADVAPI32.DLL762C0000 000BF000 C:\WINDOWS\System32\msvcrt.dll6CF60000 000AB000 C:\fwh16\samples\WEBVIEW.DLL75CB0000 00075000 C:\WINDOWS\System32\sechost.dll75B10000 000BF000 C:\WINDOWS\System32\RPCRT4.dll76CC0000 001A0000 C:\WINDOWS\System32\USER32.dll75F70000 ...
by cmsoft
Wed Dec 01, 2021 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

... those of you that want to start testing and using it, here we go: I prefer to use dynamic linking so we don't force all FWH users to distribute webview DLLs. This code is working fine using MSVC and MinGW, but it is failing with Borland thus Borland works fine when we use static linking (explained ...
by Antonio Linares
Wed Dec 01, 2021 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: Using WebView with Borland !!!

Por supuesto!!!
by cmsoft
Tue Nov 30, 2021 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Using WebView with Borland !!!

We have been able to easily make WebView2 work with Borland :-)

Just wondering if there is interest about this...
by Antonio Linares
Tue Nov 30, 2021 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 9342

Re: WebView2 for Harbour/Fivewin and VSC 2019

Que tal,

Nose si sera posible me puedas apoyar a la compilación del WebView.

Mi version de Borland: Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
Y FiveWin: FiveWin for Harbour 21.04 - Apr. 2021

Saludos.
by Jiloilo
Wed Nov 24, 2021 6:58 pm
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 5710

Re: WebView2 for Harbour/Fivewin and VSC 2019

Que tal Comunidad,

Quisiera saber que versión de Fivewin soporta Webview, ya que a mi me esta dando error al compilar.

https://postimg.cc/bZTjGQZh

Saludos.
by Jiloilo
Mon Nov 22, 2021 9:54 pm
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 5710

Re: WebView2 for Harbour/Fivewin and VSC 2019

Excuse me, but I didn't understand that you were asking me a question. The issue you raise is not a problem with the webview and its capabilities, but with your knowledge of javascript. You should use the browser's inspector and view the source code of the page. Once you have the ...
by cnavarro
Tue Sep 28, 2021 8:31 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 5710
PreviousNext

Return to advanced search