Search found 112 matches: webpage

Return to advanced search

Re: Another for Btnbmp

When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists ...
by nageswaragunupudi
Mon Mar 25, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: Another for Btnbmp

Dear Mr. Rao, When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as ...
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: Data exchange between PC and Android device on the same loca

... directly in the user's browser, and is especially useful for PWAs that need to operate offline. Here is a document how to make from a mod harbour webpage a PWA: https://winhotel.space/harbourinopublic/htmlpublictesttmp/webapp2.html Best regards, Otto Hello friends, Here you see the source code ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 782

Re: Steps to integrate AI

... and already had a paid openai account. so i just needed the openai api key - which one should be careful to never reveal publicly. i made a basic webpage where the user can input a prompt, send that prompt to the server that communicates with the openai api and display the response on the web ...
by Ruth
Sat Jan 20, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 635

Printing QRCoddes with WEBVIEW2 and FWH

... used WINWORD to print the labels with QR codes for the DMS. We manage the codes in FIVEWIN. Now, with WEBVIEW2, we can print the codes directly. WEBPAGE is a mod harbour page. It's also the online part of the QRCode DMS. Best regards, Otto Link to our Software https://winhotel.space/qrwinhotel/index.prg ...
by Otto
Mon Jan 15, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing QRCoddes with WEBVIEW2 and FWH
Replies: 1
Views: 570

Re: Inserting a string with CRLF into a single-line TGet.

... as you know the text. And substitution by itself is a simple one line code. The user copies some text from some other window or application or a webpage by pressing Ctrl-C or by selecting Copy from the context And as a programmer you do not know what text the user will copy. And when the user ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 893

Re: Saving OuterHTML using Await Implementation with TWebView

... asynchronous TWebView control by emulating synchronous behavior. This can be particularly useful in scenarios where one needs to ensure a webpage is fully loaded or a specific element is present before taking further action. Sure, I can help you understand this program. The program you ...
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: 1627

Re: Saving OuterHTML using Await Implementation with TWebView

... asynchronous TWebView control by emulating synchronous behavior. This can be particularly useful in scenarios where one needs to ensure a webpage is fully loaded or a specific element is present before taking further action. Sure, I can help you understand this program. The program you ...
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: 1627

Re: SetClipboardData to UTF-8

I tried to copy your text from the webpage to notepad (utf8).
Image

Second line not copied correctly.
What is happening?
by nageswaragunupudi
Fri Jun 30, 2023 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1037

Re: Webview2

Otto I just had to download the Webview2 run-time yesterday and it was hard to find .. I was at the webpage https://developer.microsoft.com/es-es/m%20...%20/webview2/ and could not find any way to download the file ... Finally found it on another webpage ...
by Rick Lipkin
Wed Jun 28, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview2
Replies: 5
Views: 582

Re: Image in MEMO field

... If from file, FIELD->IMAGEFIELD := MEMOREAD( "name.jpg" ) If you want to copy an image from some external source (like a webpage), xbrowse makes it simple. While defining the xbrowse, set oBrw:lCanPaste := .t. Keep your cursor on the image column of your xbrowse. Go to ...
by nageswaragunupudi
Tue May 30, 2023 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image in MEMO field
Replies: 1
Views: 172

Re: Website logo

Hello, I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task. You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl) Best regards, Otto After this, we need to parse the webpage code and extract the image-links. ...
by nageswaragunupudi
Thu May 18, 2023 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: Website logo

Hello,

I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task.

You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl)

Best regards,
Otto
by Otto
Thu May 18, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: autoGPT for OpenAI

hi,

it seem that you need a ABO Account for own Apps
Image

"free" Account still work when use Online Webpage
by Jimmy
Sun Apr 23, 2023 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1445
Next

Return to advanced search