Search found 600 matches: saving

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

Dear Charles, Thank you so much for your work. Best regards, Otto I asked ChatGPT and Google Bard to explain me the program. I think this answer could be helpful for others, too. Alright, I understand the program. This program's primary purpose is to create a synchronous-like experience for web scra...
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: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Cristobal Navarro, tienes razón. TAWaitWeb es una clase que he creado y hecho pública. Puedes visitar la URL de abajo, copiar el código de TAWaitWeb y usarlo según lo necesites. http://www.charleskwon.com/?p=935 Regards, Charles KWON Leandro, comprueba que con el copy/paste no te "has llevado&q...
by CharlesKwon
Thu Aug 17, 2023 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Leandro, comprueba que con el copy/paste no te "has llevado" algún carácter raro
by cnavarro
Wed Aug 16, 2023 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Hola buenas tardes... Agregue la clase a nuestro proyecto en FIVEDIT, sin hacer el llamado de la clase dentro la aplicación ni ninguna de sus funciones. Pero al intentar compilar sale el siguiente error: xHarbour 1.2.3 Intl. (SimpLex) (Build 20221118)Copyright 1999-2022, http://www.x...
by leandro
Wed Aug 16, 2023 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Reading the article I recently posted will help you automate the DOM more easily. The address is as follows. http://www.charleskwon.com/?p=935 Regards, Charles KWON Genial era lo que buscábamos... :D :D :D Voy a agregar la clase e intentar entender su funcionamiento, cualquier cosa comento. Un peque...
by CharlesKwon
Wed Aug 16, 2023 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Genial era lo que buscábamos... :D :D :D

Voy a agregar la clase e intentar entender su funcionamiento, cualquier cosa comento.

Un pequeño avance utilizando webview

https://forums.fivetechsupport.com/viewtopic.php?f=6&t=43606&sid=9f4f68bc0d697e7760e7e4d03300354b
by leandro
Tue Aug 15, 2023 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Leandro, Parece que quieres acceder a elementos del DOM para modificar sus valores. Es posible lograr esto utilizando el código que proporcioné anteriormente.

leandro wrote:Lo que significa que le podemos agregar información adicional, como por ejemplo una tabla?
by CharlesKwon
Tue Aug 15, 2023 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Lo que significa que le podemos agregar información adicional, como por ejemplo una tabla?
by leandro
Mon Aug 14, 2023 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Leandro, no soy un experto ni mucho menos, pero entiendo que esto nos permite obtener el codigo armado despues de una llamada asincronica dentro de la pagina.
by cmsoft
Mon Aug 14, 2023 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Cesar buenas tardes, como estas?

Nos podrías explicar por que es un buen aporte :oops: , disculpa mi ignorancia. Es que no entiendo como podemos usar esta clase?

Es algo similar al jquery, que pena por la comparación, pero es algo así?

De antemano gracias
by leandro
Mon Aug 14, 2023 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

Excelente aporte!! Muchas gracias!
by cmsoft
Mon Aug 14, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1734

Saving OuterHTML using Await Implementation with TWebView

Saving OuterHTML using Await Implementation with TWebView 1. Fivewin features a powerful Web Control class called TWebView. 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous ...
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: 1734

Re: Lost connection to MySQL server during query

... user returns and try use it, the message "lost Connection" is shown and an error message is generated. modern PC all use "Energy Saving" which also let Network Card go "sleep" i have try to get WM_POWERBROADCAST under Fivewin but that does not halp so i use my old ...
by Jimmy
Sun Aug 06, 2023 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12689

Re: build Import LIB from LibPQ.DLL

hi, You were getting errors while saving data with the pgre01.prg. Now is that problem resolved? when set "ENCODING" and FW_SetUnicode( .F. ) it work on both PostgreSQL Server and XBROWSEr :D If so what could be the reason for those ...
by Jimmy
Sat Jul 22, 2023 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2943
PreviousNext

Return to advanced search