Search found 85 matches: consuming

Return to advanced search

Re: Announcing DrXlsx 1.0 by Charles Kwon

Maurizio, DrXlsx supports many versions of harbour(32/64)/xHarbour(32/64) and VC/BCC/Clang under the same protocol. It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics. I am also testing the desired features for each version, and ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3874

Re: Saving OuterHTML using Await Implementation with TWebView

... I tested your suggestion with syswait in a loop, and it's consuming 25% of the CPU. I can't recall precisely, but I believe it blocks the program. Best regards, Otto
by CharlesKwon
Mon Aug 21, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1658

Re: Saving OuterHTML using Await Implementation with TWebView

... I tested your suggestion with syswait in a loop, and it's consuming 25% of the CPU. I can't recall precisely, but I believe it blocks the program. Best regards, Otto
by Otto
Fri Aug 18, 2023 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1658

Re: Saving OuterHTML using Await Implementation with TWebView

... FiveWin SysWait() function to pause the execution of the program for a specified number of milliseconds. This is used to prevent the program from consuming too much CPU resources while it is waiting for the web page to load. I hope this explanation is helpful. Let me know if you have any other ...
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: 1658

Re: Saving OuterHTML using Await Implementation with TWebView

... FiveWin SysWait() function to pause the execution of the program for a specified number of milliseconds. This is used to prevent the program from consuming too much CPU resources while it is waiting for the web page to load. I hope this explanation is helpful. Let me know if you have any other ...
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: 1658

Re: Decode JSON - revisited

... and agree with you completely. Also, I do have the formatted response as you suggested and should have used that in my post. One of the time consuming tasks in decoding JSON responses is the need to compare the type of the value returned and then look at it relative to how it will be applied ...
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 334

Re: Read API data one by one or in block

... are reading multiple records at once, you will have to process a larger amount of data in one go, which could potentially be more complex and time-consuming. One way to balance these trade-offs is to read a certain number of records at a time, rather than reading all of the records at once. This ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 254

Re: Advantage Database Server

... Opinion: Converting xyProgram to any other RDBMS is now a very big task. Conversion times will be very high/ Conversion to ADS is less time-consuming, but it COSTS more to your clients and the benefits may not worth the effort and price. As it is DBFCDX appears to be quite adequate for the ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3689

Re: FWTool to automate DBF and mod harbour

Hello friends,. Starting with a web program, creating a web form is a time-consuming job. I can now automatically create the source code and simply design the FORM with drag & drop. Years ago I made a Fivewin program to sort and recreate the database structures, ...
by Otto
Wed Oct 27, 2021 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

Re: How to Curl for text messaging

... catches POST messages, which is how you can catch text messages sent to your number. I'm using Twilio.com to send and receive text messages. I'm consuming about 300 outbound MSMs and about 150 inbound per day. I'm paying about $50 per month. The cost depends on the number of messages sent and ...
by reinaldocrespo
Thu Jul 15, 2021 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2263

Re: How to update xBrowse

... parts of xbrowse logs time taken for different operations of xbrowse. This is useful for a programmer and also us to know which operations are consuming more time and to see if we can optimize. 2) Whenever XBrowse gets focus, it is automatically refreshed. When you go to edit data in the mod-harbour ...
by nageswaragunupudi
Sat Apr 24, 2021 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to update xBrowse
Replies: 15
Views: 1554

Re: Login by api

I could not authenticate with this code, does it have to pass as consuming with the curl class the code?
by roh.drigo
Thu May 30, 2019 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Login by api
Replies: 4
Views: 1468

Re: exe in background

Hello,
I think you should use a timer.
I tested your suggestion with syswait in a loop.
This is consuming 25% of CPU.
Best regards
Otto
by Otto
Fri Jan 25, 2019 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: exe in background
Replies: 8
Views: 1087

Re: FWH 18.08: Enhancements to strings.prg

... the English string constants in the aStrings array in strings.prg. Though it is possible to build such an array manually, it is very tedious, time-consuming, error-prone and very difficult to maintain. We propose a tool (a program) that makes the process much easier and safer. This program can ...
by nageswaragunupudi
Tue Nov 13, 2018 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5445

Re: Method Eval

... help John, but my problem is not just with Zip / Unzip. But every time the user needs to wait for the system to perform a function that is time consuming and I can not put Sysrefresh() on that function, it appears in the window title that the system is not responding and the user thinks the ...
by ORibeiro
Mon Sep 10, 2018 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method Eval
Replies: 5
Views: 794
Next

Return to advanced search