Search found 94 matches: interact

Return to advanced search

Re: WebView resize

... Buttons: Buttons in FiveWin can be directly translated to <button> elements in HTML. These buttons can be styled with CSS and made interactive with JavaScript, functioning within the WebView2 control. Panels (TPanel): Use <div> elements in HTML to replicate the panels in FiveWin. ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2101

New FTDN February 2024 (FWH 24.02)

... been modified so they don't modify the app resolution. * New: samples\mark.prg shows how to use a webview as another dialog control, so you can interact with it from your dialog box. * Enhancement: In TTaskPanel objects used from Class TExplorerBar, a new DATA bOnCollapse has been implemented ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 210

link between PRG and RC

... *.prj file my first question: is this a conventional way of organizing a fivewin project? my second question: i noticed that prg files seem to interact with files located in rc/*.rc. but I am unable to find an explicit link in the prg file that would confirm to me this connection. please would ...
by Ruth
Mon Jan 29, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1706

Re: MySql vs Oracle

... this reason that we have to learn much more than before. You have your banking details outside your local area, when you buy on Amazon, when you interact with your government pages,… and yes, The definition of "The Cloud" is basically someone else's computer... It is for this reason ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1678

Re: HTML code in a TPanel class

Yes, you can interact with them.

Please review FWH\samples\webview*.prg

Also Mr. Otto has published very interesting and educational examples here in the forums!
by Antonio Linares
Mon Jan 22, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1359

Re: HTML code in a TPanel class

... and use a version of WebView2 SDK that is equal to or less than 1.0.1519.0 Antonio, but is it only used to view web pages or is it also used to interact with web pages of the "GEt" and "Post" type?
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1359

Re: WebView2 - timer to interact with FW (SetInterval)

All working fine. Programm running now since a week.


Image
by Otto
Wed Jan 17, 2024 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 - timer to interact with FW (SetInterval)
Replies: 3
Views: 1011

Re: WebView2 - timer to interact with FW (SetInterval)

The program has now been open for 17 hours and makes a request every second.


Image
by Otto
Thu Jan 11, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 - timer to interact with FW (SetInterval)
Replies: 3
Views: 1011

WebView2 - timer to interact with FW (SetInterval)

Hello friends, I have integrated a timer (SetInterval) in JavaScript that asks for the current time in Fivewin. I want to find out if the resource consumption increases significantly here, or if this technique can be used without concern. Best regards, Otto https://mybergland.com/fwforum/int...
by Otto
Wed Jan 10, 2024 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 - timer to interact with FW (SetInterval)
Replies: 3
Views: 1011

file ID in the Windows file system

... unique, but the full path usually is. These identifiers are used by the operating system and are typically abstracted away from users, who mostly interact with files through their paths and names. However, for system and network administrators, programmers, and other IT professionals, understanding ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Ayuda con codigo - conversion

Estimado Carlos,

Supongo que habrás encontrado esto:

http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.2
by Antonio Linares
Tue Oct 24, 2023 5:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con codigo - conversion
Replies: 6
Views: 425

Re: Saving OuterHTML using Await Implementation with TWebView

... by waiting for specific results before proceeding. In summary, this program provides a way for developers familiar with synchronous programming to interact with the inherently asynchronous TWebView control by emulating synchronous behavior. This can be particularly useful in scenarios where one ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1659

Re: Saving OuterHTML using Await Implementation with TWebView

... by waiting for specific results before proceeding. In summary, this program provides a way for developers familiar with synchronous programming to interact with the inherently asynchronous TWebView control by emulating synchronous behavior. This can be particularly useful in scenarios where one ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1659

Re: Web programming with Mod Harbour

... etc.). These routes will map to specific functions or procedures in your Mod Harbour code. Data Handling and Business Logic: Mod Harbour can interact with various data storage solutions, including relational databases (e.g., MySQL, PostgreSQL) and NoSQL databases. You'll write the necessary ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 328
Next

Return to advanced search