Search found 1065 matches: implement

Return to advanced search

Re: WebView - Edge - Chrome - right button

Dear Ari,

I have tried to implement it and the code seems ok and builds ok but it does not work as expected,
so I have opened a new issue for it:

https://github.com/webview/webview/issues/951

There you can see the proposed code. Lets see what they say :-)
by Antonio Linares
Tue Jul 18, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView - Edge - Chrome - right button
Replies: 4
Views: 284

Re: WebView - Edge - Chrome - right button

Dear Ari, > Is it possible to block the use of the right mouse button using the WebView? Yes, we can implement a new method to do it. It is not currently implemented. ICoreWebView2Settings* settings; // a reminder for me :-) controller->get_Settings(&settings); settings->put_AreDefaultContextMenusEnabled(FALSE); ...
by Antonio Linares
Mon Jul 17, 2023 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView - Edge - Chrome - right button
Replies: 4
Views: 284

Re: Webview question

Dear Ralph, After injecting the code you have to call it: oWebView:Eval( "MyScript()" ) but first you need to implement such function in javascript: function SetScript()   local cHtml   TEXT INTO cHtml      <script>      function MyScript() { ...
by Antonio Linares
Mon Jul 17, 2023 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 3033

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it ...
by Marc Venken
Tue Jul 11, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 911

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it ...
by Antonio Linares
Tue Jul 11, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 911

Re: Webview question

... the official repo: git clone https://github.com/webview/webview Then we need to include in webview.h the changes that the webview's author did to implement set_user_agent() for us (and works great) but he decided not to include in the official repo: git clone https://github.com/SteffenL/webview ...
by Antonio Linares
Sat Jul 01, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 3033

Re: Shell.Explorer.2 problem

... measure for verifying a person is a “person” when initiating a Hosted Payments transaction, and it seems that recently they made a change that implemented some newer javascript functionality that causes issues on older browser versions." According to them, "a kind of a high level ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 769

Re: MariaDb delete

... continue to use ISAM while loosing a great opportunity to start learning SQL. If Mariadb is an SQL engine, then perhaps we can start asking how to implement some while loop that traverses a table for the equivalent SQL statement.
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 403

Re: can use SWITCH Control in XBROWSE ?

hi,

thx for Answer

i will try it if i can implement SWITCH Control in own CLASS FROM
by Jimmy
Tue May 30, 2023 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 532

Re: Xbasse++ UuidFromString() -> FiveWin )

Dear Jimmy,

Those xtranslates should work the same using Harbour, so I guess your question is:

How to implement function UuidFromString() ?

Could you please try MsgInfo( ITaskbarList_uuidof() ) with xbase++ (or similar function to MsgInfo()) and let us know what you get ?

thanks
by Antonio Linares
Sun May 28, 2023 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbasse++ UuidFromString() -> FiveWin )
Replies: 4
Views: 284

Re: SSE example

... mod_harbour APACHE and that it's working fine for you. I want to remember that this question has been bothering me a lot: The way mod_harbour is implemented is by inserting HTML into the PRG. The way I implement mod_harbour is by embedding PRG into HTML. Everything with mod_harbour is so new, ...
by Otto
Thu May 25, 2023 8:27 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4981

Re: SSE example

... to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto The way mod_harbour is implemented is to insert HTML into the PRG. The way I implement mod_harbour is to include PRG in HTML. The implementation is just like PHP, so you have ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4981

CLASS modification

... left and right, HScroll() for handling horizontal scroll events, and so on. Please note that these are general recommendations and the specific implementation would depend on the details of your application and the FiveTech library. It would likely require a good understanding of the library ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1812

Re: XBROWSE Column Question

... introduced automatic SeekNext by pressing F3 key from FWH2304. As of now, this works for arrays, DBF, TDatabase, all ADO rdbms, FW MySql. Yet to implement for dolphin,tmysql,eagle1,postgre, etc.
by nageswaragunupudi
Wed May 10, 2023 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 923

Re: Convert code to FWH

There is something else to implement, doing it...
by Antonio Linares
Sat Apr 29, 2023 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 983
PreviousNext

Return to advanced search