Search found 133 matches: pause

Return to advanced search

Re: link between PRG and RC

... hbmisc.hbc c.bat @echo off set olpath=%path% set path=%path%;d:\compiler\mingw\bin;d:\compiler\harbour\bin hbmk2 prestamos32.hbp set path=%olpath% pause
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1792

Re: Execute php or vbs code

Here it is: https://wormhole.app/6lE98#DrUiOoCwc3x7kgJ2O-EDDA Enrico, using Antonio's example, I have several errors. Need some other lib? Error: Unresolved external 'WSAIoctl' referenced from D:\LANG\FWH1105\XH1.2.1\LIB\HBCURL.LIB|hbcurl Error: Unresolved external '_curl_global_init_mem' r...
by wartiaga
Sat Sep 02, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1164

Re: Saving OuterHTML using Await Implementation with TWebView

... methods for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the 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 ...
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: 1697

Re: Saving OuterHTML using Await Implementation with TWebView

... methods for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the 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 ...
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: 1697

Re: Error al leer un dll

... * Application successfully built * %1 GOTO EXIT ECHO rem delete temporary files @del %1.c :COMPILEERRORS @type comp.log ECHO * Compile errors * pause GOTO EXIT :LINKERROR ECHO * Linking errors * pause GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi?n PRG ECHO {-- ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1556

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: 766

Re: "Pause" for Notify Event ?

hi Antonio, You may use a logical DATA to enable or disable it, I guess this is what i do now   CASE nCode == LVN_KEYDOWN      nKey := LV_GETGRIDVKEY( nPtrNMHDR )      IF nKey = 13         IF ::bClick != nil            IF ::lAllowed = .T.               EVAL( ::bClick, ::nOption, Self ...
by Jimmy
Wed Nov 09, 2022 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 238

Re: "Pause" for Notify Event ?

You may use a logical DATA to enable or disable it, I guess
by Antonio Linares
Wed Nov 09, 2022 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 238

Re: "Pause" for Notify Event ?

hi Antonio, Please provide a small and self contained PRG to test it i use Method Notify in my CLASS TGrid() it is use by CLASS TExplorer() from Main i call n-Times CLASS TExplorer() so "smallest" Sample have about 3000 Lines ... --- it is a General Question how i can "block" Met...
by Jimmy
Wed Nov 09, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 238

Re: "Pause" for Notify Event ?

Dear Jimmy,

Please provide a small and self contained PRG to test it

many thanks
by Antonio Linares
Wed Nov 09, 2022 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 238

"Pause" for Notify Event ?

hi, for TGrid() i use Method Notify to get LVN_KEYDOWN when "Key" is press now when "load" a big Folder and User press ENTER again it crash ... :roll: so i want to "block" Notify ... but how ... i can use a Member (DATA) like this  IF ::lAllowed     DO CASE        CASE ...
by Jimmy
Tue Nov 08, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 238

Re: eShop sample and a DBF product file

... could not bind to address 0.0.0.0:80 AH00451: no listening sockets available, shutting down AH00015: Unable to open logs C:\WINDOWS\system32>pause Press any key to continue . . . But it seems to work whne it put localhost in chrome. If I change something in the samples dir, it also reflects ...
by Marc Venken
Fri Apr 02, 2021 10:30 am
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1351

Re: eShop sample and a DBF product file

... could not bind to address 0.0.0.0:80 AH00451: no listening sockets available, shutting down AH00015: Unable to open logs C:\WINDOWS\system32>pause Press any key to continue . . .
by Marc Venken
Fri Apr 02, 2021 10:16 am
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1351

Re: how to add libraries to the buildh.bat file

Got further, but there's still some missing externals Error: Unresolved external '_curl_global_init_mem' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_global_cleanup' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_formfree' referen...
by FWExplorer
Mon Feb 08, 2021 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 705

Re: libraries for CURL

Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_curl_global_init_mem' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_global_cleanup' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved exte...
by Natter
Sun Jan 24, 2021 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libraries for CURL
Replies: 6
Views: 895
Next

Return to advanced search

cron