Search found 276 matches: navigate

Return to advanced search

Re: I'm not asking for the moon... Resolved!!

Great that you have a solution. I have been dealing a bit with the issue that the numbers are filled from right to left and
that one can navigate with the TAB key, with the cursor always standing on the right in overwrite mode.

Image
by Otto
Fri Jan 19, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: WebView2 Essentials: Guides, Tips & Resources

... New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content of the web view. Run(): Runs the web view. Destroy(): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

accordion and webview2

... with accordion and webview2. I need some help. With which function do we encode the URI from Fivewin into HTML? Calling the html works. oWebView:Navigate( "C:\fwh2023\samples\Untitled-1.html" ) Also if I insert an URI encoded cHTML source. oWebView:Navigate( Html() ) I need the FIVEWIN ...
by Otto
Mon Jan 08, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 418

Saving OuterHTML using Await Implementation with TWebView

... nSecond) AWait_QuerySelectAll(oWeb, cQuery, nSecond) AWait_GetOuterHTML(oWeb, cSelector, nSecond) 6. The example scenario is as follows: 6-1.Navigate to google.com. 6-2.Use AWait_QuerySelector() to wait until the document's readyState becomes 'complete'. 6-3.Once complete, use AWait_GetOuterHTML() ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1517

Re: TWebView y Javascript

... cJson, cCalls ),; oWebView:Return( cCalls, 0, "{ 'result': 'Hello from PRG' }" ) } oWebView:Bind( "SendToFWH" ) oWebView:Navigate( Html() ) Sleep( 200 ) oWebView:Run() oWebView:Destroy() return nil //----------------------------------------------------------------------------// ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 416

Re: Create help system with F1

... of your help content. Category: An optional field that categorizes the help topics into different groups or sections. This field can help users navigate through the help content based on their specific needs or interests. Keywords: A field to store keywords or tags associated with the help topic. ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 728

Re: Create help system with F1

... help file. This may include text, images, and other multimedia elements. Organize your content in a logical manner to make it easy for users to navigate. 3. Create a help project: Launch the Microsoft Help Workshop application. From the menu, choose "File" and then "New Project" ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 728

Re: use Result of SQL Query like "ADODB.Recordset"

... "open" BIG Table (> 2.000.000) without "LIMIT" it can take Minutes even in PgAdmin next is to "browse" and "navigate" ... when using ADODB i got Method to "navigate" but how with ODBC :?: for my "native" Solution i use Listview and ...
by Jimmy
Fri Jun 30, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 335

use Result of SQL Query like "ADODB.Recordset"

hi, when using "ADODB.Connection" and "ADODB.Recordset" it is easy to "navigate" as "ADODB.Recordset" have Method for it Question : what to use with ODBC or "native" :?: "normal" i would say : fill Array with "Result" ...
by Jimmy
Fri Jun 30, 2023 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 335

Webview question

... := "www.google.com" DEFINE DIALOG oDlg SIZE 500, 600 ACTIVATE DIALOG oDlg CENTERED ; ON INIT ( oWebView := CreateWebView(oDlg), oWebview:Navigate( cUrl ) , .T. ) ; VALID ( ValidWebView( oWebView ), .t. ) return nil FUNCTION CreateWebView(oDlg, cUrl) LOCAL oWebView oWebView := TWebView():New() ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Shell.Explorer.2 problem

... = TActiveX():New( oWndHP, "Shell.Explorer.2" ) oWndHP:oClient = oActiveX // To fill the entire window surface oActiveX:Do( "Navigate", HOSTEDPAYMENTS + "/?TransactionSetupID="+ cTransactionSetupID ) ACTIVATE WINDOW oWndHP ; ON INIT ( oWndHP:SetIcon( oIcon ) ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

GET which twice Function

... use "same" GET to "input" Number and press "ENTER" for "GOTO" ... how ... need Idea :idea: --- when "navigate" in XBROWSE Codeblock bChange will call PROCEDURE to "assign" RECNO() when "input" a Number i want to press "ENTER" ...
by Jimmy
Wed Apr 12, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET which twice Function
Replies: 2
Views: 202

how does Statusbar or SET MESSAGE work ?

... Mouse fromOne TGrid() to other TGrid() i got Message in Statusbar of Select Item (even when have no Focus) but it does not change when "navigate" in TGrid ... what i´m doing wrong :?:
by Jimmy
Tue Feb 21, 2023 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 317

Re: Mostrar html local usando webview2

...  local cHtml   cHtml  := "data:text/html," + CRLF + hb_MemoRead( ".\index.html" )Return cHtml  El método :Navigate, espera una URL Para que puedas poner codigo HTML, has de "convertirlo" en URL con el prefijo: "data:...." ( el CRLF que ...
by cnavarro
Fri Feb 10, 2023 1:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 714

Re: video frame width and height

hi, open Windows Explorer and navigate into Folder where your Video Files are right-click at End on Header to open Popup-Menu for Property now search for "Size" and "bitrate" Property an SET Checkbox https://i.postimg.cc/Kv8vHZNX/More-Property.png ...
by Jimmy
Sun Dec 18, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: video frame width and height
Replies: 11
Views: 858
Next

Return to advanced search