Search found 134 matches: sleep

Return to advanced search

Re: Hide/show search system on a dialog

nageswaragunupudi wrote:Use
oCtrl:Hide() for all the controls you want to Hide() and use oCtrl:Show() when you want to show.


in reality I had already thought about it and had tried it without success.
probably at a certain time of night it is better to abandon and go to sleep.

:)
by Silvio.Falconi
Mon Mar 18, 2024 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 238

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

... The FIVEWIN program prepares all the data for the report and stores the data in a CSV file. PHP program is waiting: while ($x <= 2) { sleep(1); if (file_exists($filename . "csv")) { echo "filename:" . $filename . "csv" . "<br>"; if (file_exists( ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: Lost connection to MySQL server during query

... 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 Ot4XB CODE to call "SetThreadExecutionState" ...
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: 11992

Re: Lost connection to MySQL server during query

... panel Power Options 1- Choose what the power buttons do on Battery plugged in when I press the power button shut down shut down when I press the sleep button do nothing do nothing when I close the lid shut down shut down 4 - Choose when to to turn off the display Turn off the display Never Never ...
by Rick Lipkin
Fri Aug 04, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 11992

Re: TWebView y Javascript

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

Re: how to get WM_POWERBROADCAST under Fivewin ?

hi, it seem that WM_POWERBROADCAST is not "fired" on every Windows 10/11 PC on some PC it run fine hole Day but other still go "sleep" :? so i use another Option and that seems to work fine on all PC ( > VISTA ) SetStandbyOFF(.T.) -> no Energy Saving SetStandbyOFF(.F.) ...
by Jimmy
Mon Jun 12, 2023 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get WM_POWERBROADCAST under Fivewin ?
Replies: 7
Views: 501

Re: Envió de teclas/pulsaciones a una aplicación externa.

... Para enviar pocos whatsapp seguramente servirá, para muchos (*).. veremos como se los come y como reacciona la pantalla web; deberé jugar con Sleep() en la rutina de envío para dejar tiempo a que reaccione la página web. (*) Debo enviar primero un whatsapp 'individual/personalizado' solicitando ...
by FiveWiDi
Thu Jun 01, 2023 7:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envió de teclas/pulsaciones a una aplicación externa.
Replies: 2
Views: 226

Re: sleep function

8)
by MarcoBoschi
Fri May 26, 2023 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 210

Re: sleep function

Dear Marco,

Use SysRefresh() or SysWait( nValue )
by Antonio Linares
Fri May 26, 2023 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 210

sleep function

Hi all I wonder if the sleep function could block a program. I talk about a program that is active on a server without human's interactivity with an active Timer with a 60" polling. This polling launches a function (FUNCTION POLLING() ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 210

Re: File Deletion problem

A pause is required to allow windows time to finish writing and closing the text file.
I am just not sure whether one should use sysrefresh(), sleep() or some other function
by hua
Tue Jan 03, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 739

Re: Splash Screen for Startup

hi, Back to Splash Screen i have look at MsgSplash() / MsgLogo() both use Sleep( nSeconds * 1000 ) but what when bAction is ready/not ready within nSeconds :?: --- when call a INIT it will "end" before Display Window call a INIT from INIT will "end" ...
by Jimmy
Tue Oct 25, 2022 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 792

Re: Error al cargar página TDockPnel

Estimado Leandro,

En vez de usar SysWait( .2 ) prueba con Sleep( 30 )
by Antonio Linares
Wed Aug 24, 2022 6:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar página TDockPnel
Replies: 3
Views: 372

Re: Help about TWebView class. reading something from website.

... ) }' )             There is not any showmessage box. I want to ask something. We need sleep() function to wait for windows loading web site code. But every customer has different internet speed. We should change seconds every customer ...
by Horizon
Tue Jul 05, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1515

Re: Help about TWebView class. reading something from website.

... "SendToFWH" ) oWebView:Eval( [SendToFWH( 'document.getElementById("dosya_listesi_result" )' ] ) Sometimes you have to call Sleep( nMillisecs ) to give the browse enough time to process it. Please review FWH\samples\webviewuni.prg to review a working example :-)
by Antonio Linares
Wed Jun 29, 2022 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1515
Next

Return to advanced search

cron