Search found 234 matches: webview2

Return to advanced search

Re: how to change the size of an xbrowse in runtime

Hello friends, For anyone interested in solutions with mod_harbour or WebView2: There is a solution with mod_harbour for this issue. Here is the link: Feel free to check it out! https://forums.fivetechsupport.com/viewtopic.php?f=45&t=44481&p=269851&sid=47b4a676d7650c0bd41dd07071e78bcb#p269851 ...
by Silvio.Falconi
Sun May 05, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 285

Re: Filter on Xbrowse

Hello Mark, The program also works with WEBVIEW2, directly as a FIVEWIN-EXE. Here you have a source. This is just a quick test with a dummy JSON. Normally the JSON would come from the server. However, I would prefer to do the example with mod ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: Filter on Xbrowse

For anyone interested in solutions with mod_harbour or WebView2:
There is a solution with mod_harbour for this issue.
Here is the link: Feel free to check it out!


viewtopic.php?f=45&t=44482
by Otto
Sat May 04, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: how to change the size of an xbrowse in runtime

Hello friends, For anyone interested in solutions with mod_harbour or WebView2: There is a solution with mod_harbour for this issue. Here is the link: Feel free to check it out! https://forums.fivetechsupport.com/viewtopic.php?f=45&t=44481&p=269851&sid=47b4a676d7650c0bd41dd07071e78bcb#p269851 ...
by Otto
Fri May 03, 2024 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 285

Dynamic Table Filter Control

Hello friends, I am trying to replicate things here with mod harbour and webview2 that I see in the general forum and that interest me. They are small tests. This program contains a table with dynamically adjustable height based on selected filters and buttons ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 206

Re: combobox color

Dear Jimmy, nevertheless, I think that the future for the frontend will be HTML (WEBVIEW2) Best regards, Otto https://mybergland.com/fwforum/wv_cbx.jpg     #include "FiveWin.ch"    function Main()       local oWebView := TWebView():New()  ...
by Silvio.Falconi
Wed May 01, 2024 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 575

Re: IA y Harbour Conceptos básicos

... máquina ... o eso parece En la sesión del viernes pasado se comentó que se estaba intentando conectar huggingface con harbour mediante la web con WebView2, ya que no se dispone de ninguna API Revisando el codigo fuente de la ventana de chat, veo que se hace una petición POST, a una URL que contiene ...
by Joaquim Ferrer
Mon Apr 29, 2024 10:36 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 332

Re: combobox color

Dear Jimmy, nevertheless, I think that the future for the frontend will be HTML (WEBVIEW2) Best regards, Otto https://mybergland.com/fwforum/wv_cbx.jpg     #include "FiveWin.ch"    function Main()      ...
by Otto
Sun Apr 28, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 575

Re: combobox color

Hello, We use combobox with bitmaps. Best regards, Otto https://mybergland.com/fwforum/cbxfarbe.jpg Now with WEBVIEW2 or mod harbour, these things are easily done. https://mybergland.com/fwforum/cbxfarbemod.jpg Perhaps you not understood my problem , please ...
by Silvio.Falconi
Sat Apr 27, 2024 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 575

Re: combobox color

Hello,
We use combobox with bitmaps.
Best regards,
Otto

Image

Now with WEBVIEW2 or mod harbour, these things are easily done.

Image
by Otto
Sat Apr 27, 2024 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 575

xbrowseWeb - Work in Progress

... time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 283

Re: Compiler with MSVC y HARBOUR

... of portable installations. Just yesterday, I was dealing with your mod harbour installation. I am always weighing whether it makes sense to use WebView2, or whether it might be simpler to use a localhost server everywhere. That's why I am creating a distribution for our users. Perhaps you would ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 186

Re: FWH 24.02 nueva Clase TWebView2

Dear Vilian,

> Is webview2 already ready?

Yes, it is working nicely

> Do you think is possible implement a complete ERP using it ?

I would sugest start building some modules and see the results and possible difficulties.
by Antonio Linares
Wed Apr 10, 2024 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 7
Views: 1312

Re: FWH 24.02 nueva Clase TWebView2

Is webview2 already ready? Do you think is possible implement a complete ERP using it ?
by vilian
Wed Apr 10, 2024 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 7
Views: 1312

Re: Another for Btnbmp

... as it assists users, especially those using keyboard navigation, to understand which element is currently active. Here is a sample I made with WebView2 to demonstrate. Best regards, Otto https://mybergland.com/fwforum/resizewithbtns.gif
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5114
Next

Return to advanced search