Search found 6232 matches: may

Return to advanced search

Re: TWebView window size

I am thinking about using a thread to run webview, so both events loops (FWH and WebView) may coexist...

An example coming soon :-)
by Antonio Linares
Fri Feb 02, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 1128

Re: TWebView window size

Dear Antonio, may I also post this additional code our team has made for this project: CheckTables()function CheckTables()   if ! File(   "address.dbf" )      DbCreate( "address.dbf",;  ...
by Ruth
Fri Feb 02, 2024 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 1128

Re: TWebView window size

... get all the responses as intended. here is what intentionally happens without oWnd: https://mybergland.com/ruth/webview2.jpg and may I also share the code without oWnd ...  #include "FiveWin.ch" static h := {=>} static csend2js := "send from Harbour" static ...
by Ruth
Thu Feb 01, 2024 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 1128

Re: link between PRG and RC

... DIALOG DISCARDABLE ... // NACHFASSEN is here again Next is to REDEFINE the controls from the RC file that you want to manage from your PRG. You may find several REDEFINE commands in your PRG code Hope this helps. Please feel free to ask any doubt about it :-)
by Antonio Linares
Tue Jan 30, 2024 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 2434

Re: Cómo omitir el Fichero .TDS?

Dear Enrico,

thanks for your feedback, my mistake to trust AI without checking it :-)

This flag may work: -Gn

Use the -Gn option to disable incremental linking, which also prevents the generation of TDS files.


Again it comes from AI so it has to be checked
by Antonio Linares
Mon Jan 29, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 503

Re: more GGUF Model

Dear Jimmy, You may be able to use any GGUF file (Artificial Intelligence open source model) using llama64.dll with Harbour and FWH. Please follow these steps to build llama64.dll as it takes full advantage of your computer capabilities: ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 224

Re: WebView2 sample

:lol:
Otto wrote:I believe I remember that WebView2 has only been included in the FiveWin version since May 2023.


I have last release and not run webview
by Silvio.Falconi
Sun Jan 28, 2024 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1593

Re: WebView2 sample

I believe I remember that WebView2 has only been included in the FiveWin version since May 2023.
by Otto
Sun Jan 28, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1593

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

... from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJError: Unresolved external '_HB_FUN_WEBVIEW_DESTROY' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ May be there is something I don't have with my FWH 22.10? Kind regards, Detlef
by Detlef
Sat Jan 27, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2132

Re: DateTime calculation

... will be in the format you can use in your URL. Make sure to adjust the code based on your actual Harbour date handling methods, as it may vary depending on the context of your project.
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 756

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

Detlef, may I ask what software you make? Do you have your own product, and what is your customer base? I think it all depends on that. Best regards, Otto Dear Otto, I'm a retired programmer who created all necessary programs ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2132

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

Detlef, may I ask what kind of software you make? Do you have your own product, and what is your customer base?
I think it all depends on that.
Best regards,
Otto
by Otto
Fri Jan 26, 2024 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2132

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

... So I kept in mind that this is work for future progress. I would appreciate any tutorial about how to create a working example with MS WebView 2. May be you could create one, Otto? Or could you please, give me a tip how to get the FWH sample webview.prg working? Kind regards, Detlef
by Detlef
Fri Jan 26, 2024 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2132

Re: WebView2 Essentials: Guides, Tips & Resources

... are asynchronous, it's important to handle these operations correctly in your application. Error Handling: Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately. Interoperation with JavaScript: ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 515

file ID in the Windows file system

... (where it receives a new File ID assigned by the destination volume's file system) and then deleted from the original location. - **Metadata May Change**: In addition to receiving a new File ID, the file's metadata may be updated to reflect the change, especially the creation time which might ...
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: 793
PreviousNext

Return to advanced search