Search found 48 matches: nseconds

Return to advanced search

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

... lo tienes. Lo incluimos para el próximo build de FWH: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } #include "FiveWin.ch"function Main()    XBrowse( FW_FolderChanged( "c:\fwh" ) )return nil #pragma ...
by JoseAlvarez
Mon Mar 04, 2024 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 192

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

... lo tienes. Lo incluimos para el próximo build de FWH: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } #include "FiveWin.ch"function Main()    XBrowse( FW_FolderChanged( "c:\fwh" ) )return nil #pragma ...
by JoseAlvarez
Sun Mar 03, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 192

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

... lo tienes. Lo incluimos para el próximo build de FWH: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } #include "FiveWin.ch"function Main()    XBrowse( FW_FolderChanged( "c:\fwh" ) )return nil #pragma ...
by Antonio Linares
Sun Mar 03, 2024 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 192

Re: Error en clase Ttime método cAdd

Estimado Jose,

El método cAdd() espera tres parámetros:

METHOD cAdd( nHours, nMinutes, nSeconds )
by Antonio Linares
Mon Feb 12, 2024 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase Ttime método cAdd (RESUELTO)
Replies: 2
Views: 110

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. ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800

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

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

Re: Splash Screen for Startuo

Searching for the word "splash" in the programs in fwh\source folder, we find 1) MsgLogo( cImageFile, [nSeconds], [lTransparent] ) // old 2) MsgSplash( cImageFile, [nSeconds], [bAction], [lTransparent] ) Using bAction parameter, we can do silent tasks like connecting ...
by nageswaragunupudi
Mon Oct 24, 2022 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800

Re: NETERR() ESTA DANDO FALSO POSITIVO

Ahora lo estoy manejando de esta forma DO WHILE ( lForever .OR. ( nSeconds > 0 ) ) If dbUseArea( .T.,, cDatabase, ( cAlias ), lOpenMode, .F. ) RETURN ( .T. ) ENDIF MsgAlert( OemToAnsi( "Archivo " + cFileName( cDatabase ) + " bloqueado por ...
by CARLOS ATUNCAR
Fri Nov 26, 2021 12:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: NETERR() ESTA DANDO FALSO POSITIVO
Replies: 4
Views: 643

Re: NETERR() ESTA DANDO FALSO POSITIVO

... a insistir y guarda el archivo ya revice el disco duro y toda anda bien los derechos de usuario en la carpeta tambien. DO WHILE ( lForever .OR. ( nSeconds > 0 ) ) dbUseArea( .T.,, cDatabase, ( cAlias ), lOpenMode, .F. ) IF ! NETERR() RETURN ( .T. ) ENDIF If nIntentos>3 MsgAlert( OemToAnsi( ...
by CARLOS ATUNCAR
Fri Nov 26, 2021 12:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: NETERR() ESTA DANDO FALSO POSITIVO
Replies: 4
Views: 643

Re: msglogo msgsplash

José,

El cuarto parámetro te permite indicar que quieres pintado transparente:

function MsgSplash( cBmpFile, nSeconds, bAction, lTransp )
by Antonio Linares
Sun Dec 06, 2020 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo msgsplash
Replies: 2
Views: 594

Re: New FTDN February 2020 (FWH 20.02)

... es .T. se centrará en la ventana activa, si no lo hará en la ventana del escritorio. * Mejora en la función MsgWait( cCaption, cTitle, nSeconds, oWndParent, aColor ) - Nuevos parámetros: oWndParent, aColor Igual que MsgRun(). * Mejora en la función cFileUNC( cFile/cPath ) --> cUncName. ...
by Antonio Linares
Fri Feb 28, 2020 7:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4656

New FTDN February 2020 (FWH 20.02)

... the msg da=ialog is centered inside the oWndParent. If ommitted, objeys the settings if CenterMsgs() Enhancement MsgWait( cCaption, cTitle, nSeconds, oWndParent, aColor ) - New params: oWndParent, aColor Same as MsgRun. * Enhancement: function cFileUNC( cFile/cPath ) --> cUncName. This ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4656

Re: Tiempo de inactividad

... function has sense, if you have a long process without waiting States, and you have to interrupt it to perform background tasks. hb_IdleSleep( nSeconds ) As a result of performing of this function the program is included in the idle state for nSeconds seconds. In contrast to the Inkey(nSeconds) ...
by carlos vargas
Tue Mar 26, 2019 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tiempo de inactividad
Replies: 4
Views: 1035

Re: Algun experto en el foro que use o uso Eagle 1 ?

... ENDIF CursorWait() oMySqlCon:= TMSConnect():New() // Inicia el objeto Conexion oMySqlCon:SetAutoError( lError ) __objAddData(oMySqlCon, "nSeconds" ) oSend(oMySqlCon, "nSeconds",0) __objAddData(oMySqlCon, "nTimeMax" ) oSend(oMySqlCon, "nTimeMax",5*(60*60)) ...
by jnavas
Thu Nov 15, 2018 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun experto en el foro que use o uso Eagle 1 ?
Replies: 15
Views: 3452
Next

Return to advanced search