Search found 414 matches: randal

Return to advanced search

Re: xHarbour Commercial and latest FWH

Dear Randal, xHarbour provides a function LoadLibrary() that returns a pointer, thats why we modified dll.ch to check if a pointer is returned and then we turn it into a number. When you link FWH dll.c then you are using FWH ...
by Antonio Linares
Tue Aug 08, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 355

Re: xHarbour Commercial and latest FWH

... dll.c from the \fwh\source\winapi folder it now works. Perhaps there is another version of LoadLIbrary contained in one of the above libs. Thanks, Randal
by Randal
Mon Aug 07, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 355

Re: xHarbour Commercial and latest FWH

Dear Randal, Your dll.ch must contain this:             if ValType( _hDLL ) == "P" ;;               _pOld = _hDLL ;;      ...
by Antonio Linares
Sat Aug 05, 2023 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 355

xHarbour Commercial and latest FWH

... FUNCTION? Should I be defining and calling this function another way? This has worked for years in previous versions of FWH and xHarbour. Thanks, Randal Ferguson
by Randal
Sat Aug 05, 2023 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 355

Re: Webview question

... the dialog/window handle when calling the Webview:New() method. oWebView := TWebView():New( , oDlg:hWnd ) Thank you so much for all your work. Randal
by Randal
Sun Jul 02, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

Dear Randal,

Please download this file with all the running webview examples and test them:

https://github.com/FiveTechSoft/FWH_tools/blob/master/fivetech_webview_examples.zip
by Antonio Linares
Sun Jul 02, 2023 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

Dear Randal,

Here they work fine. I wonder what the difference may be...
by Antonio Linares
Sun Jul 02, 2023 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

... "Error status 0xc00035a" and then another error "Could not load webview.dll". Works fine with the webview dll's dated 4/30/23. Randal
by Randal
Sat Jul 01, 2023 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

Dear Randal, The other problem I have is when you call TWebview:New() a blank window is displayed momentarily before my dialog is displayed. I saw a reference to this in past posts however, I didn't not see any fix that addresses ...
by Antonio Linares
Sat Jul 01, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

Dear Randal, FWH uses https://github.com/webview/webview (a DLL) to manage Webview. This has some advantages and limitations. We are trying to avoid using it and directly manage a Microsoft IWebBrowser2 object as we ...
by Antonio Linares
Fri Jun 30, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

Dear Randal, Please review FWH\samples\webviewuni.prg Antonio, Thank you for your reply. I have looked at the samples and webviewuni.prg and searched this forum for examples. I need to process the contents of the page after ...
by Randal
Thu Jun 29, 2023 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Webview question

Dear Randal,

Please review FWH\samples\webviewuni.prg
by Antonio Linares
Thu Jun 29, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Shell.Explorer.2 problem

Dear Randal,

You may try it using WebView

Please review FWH\samples\webview.prg and webviewuni.prg
by Antonio Linares
Thu Jun 29, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Re: Shell.Explorer.2 problem

... that from happening." Does anybody know of a way to do this using oActiveX = TActiveX():New( oWndHP, "Shell.Explorer.2" ) ? Thanks, Randal
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Webview question

... in past posts however, I didn't not see any fix that addresses this. You can see this in the webview.prg and webview5.prg samples also. Thanks, Randal
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711
Next

Return to advanced search