Search found 43 matches: waits

Return to advanced search

Re: Socket Programming good practice

I am using tsocket from Fivewin, is that not recommended any more? This works, it just uses waits which I always frown upon. function InitializeSonyPro( nListenPort,cBraviaIp )    Local oSocket  := nil    oSocket = TSocket():New( ...
by byron.hopp
Thu May 23, 2024 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Programming good practice
Replies: 3
Views: 243

Re: Saving OuterHTML using Await Implementation with TWebView

... Function**: - It initializes the TWebView control, which navigates to "https://www.google.com/". - There's a loop (`WHILE .T.`) that waits for the document to be completely loaded. The function `AWait_QuerySelector` checks the `readyState` of the document. - If the document isn't ...
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: 1818

Re: Saving OuterHTML using Await Implementation with TWebView

... Function**: - It initializes the TWebView control, which navigates to "https://www.google.com/". - There's a loop (`WHILE .T.`) that waits for the document to be completely loaded. The function `AWait_QuerySelector` checks the `readyState` of the document. - If the document isn't ...
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: 1818

sleep function

... Timer with a 60" polling. This polling launches a function (FUNCTION POLLING() that performs a lot of things and sometimes I introduce some waits using sleep function for one minutes. Does exist an alternative to sleep function? Is it possible to active a second timer? When the function ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 229

Re: Splash Screen for Startup

hi, If bAction is finished in less than nSeconds, the program waits till nSecond are completed. If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished. that is what i say as i can be 1 Sec. up to 5 Min ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 888

Re: Splash Screen for Startup

what when bAction is ready/not ready within nSeconds :?:


If bAction is finished in less than nSeconds, the program waits till nSecond are completed.
If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished.
by nageswaragunupudi
Tue Oct 25, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 888

Re: no PHP on the APACHE web server

... -n 100 -c 10 your_url_modharbour_webapp Regarding executing multi threaded Harbour code, mod_harbour uses a timeout for each thread so if it waits longer than expected, mod_harbour kills such thread
by Antonio Linares
Tue Aug 24, 2021 10:37 am
 
Forum: mod_harbour
Topic: no PHP on the APACHE web server
Replies: 6
Views: 736

Re: Fix for Resedit

... nulnetsh interface set interface "Wi-Fi" enable change the path for resedit.exe to yours. Here it works :-) ping -n 6 127.0.0.1 > nul waits for 5 secs which seems enough to bypass the connection try
by Antonio Linares
Fri Aug 06, 2021 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1482

Lost connection MySQL - Catch error

... the load made up to that moment? Process example: When you press a button, a query is executed that brings up information. When you press it, it waits for the reconnection, if it does not reconnect within 15 seconds, it throws the "Lost Connection to MySQL" error and forces the user ...
by nlerdafehn
Thu May 13, 2021 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection MySQL - Catch error
Replies: 5
Views: 919

WaitUntil - batch command replacement for scheduler

I'd like to take some of the applications in the office out of the Windows Scheduler, and just put it in a batch file that waits until a specified time. I already use Timeout for certain tasks. And there are variations of this, out on the web. But I haven't found anything like a WaitUntil ...
by FWExplorer
Mon Jan 04, 2021 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 993

Re: FOR NAGES

... xbrowse the first line is the umbrella and the others are the services at the moment that the procedure deletes every line from xbrowse because it waits for the user to select a new number, the user could mistakenly press a service and the procedure makes him insert it sample https://i.postimg.cc/K83tgzms/err.png ...
by Silvio.Falconi
Sat Jun 27, 2020 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR NAGES- RESOLVED
Replies: 22
Views: 2325

Re: Using hb_run inside a prg made with mod_harbour (solved)

... a lot of tests I found another way for sending a command to a computer placed on a lan. I made a powershell program that runs on the server and waits for a broadcast message. Then i made a ajax prg for mod_harbour that write a params file with ip, port and message to send. With a little compiled ...
by Massimo Linossi
Sun Jun 14, 2020 4:48 pm
 
Forum: mod_harbour
Topic: Using hb_run inside a prg made with mod_harbour
Replies: 4
Views: 792

Re: Fast Report´s future

... nothing else. 2). I tried setting the path so it found the folder as a sub folder of the data folder. Then when I try to hit the Report button, it waits a couple of seconds and kills the full application without a FWH error message ... The topic is Easy Report's future. So first, before I can ecen ...
by TimStone
Wed May 13, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6354

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

Hello Giovany,
do you know how do call the bat-file that the next cmd waits till the batch file is closed.
(like waitrun).
Best regards
Otto
by Otto
Wed Jan 15, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18924

Re: Error from ADO

... that the record cannot be locked, if they try to modify the same record. Important Note: For other users, MySQL tries to obtain the lock and waits for the lock for "innodb_lock_wait_timeout" seconds. The default value is 50 seconds, which is too large for interactive programs. So, ...
by nageswaragunupudi
Fri Nov 16, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3594
Next

Return to advanced search