Search found 50 matches: nseconds

Return to advanced search

Re: New FTDN April 2024 (FWH 24.04)

... de panel de metro. Muchas gracias César !!! * Nuevo: Nueva función FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } Por favor, revisa nuevo ejemplo en FWH\samples\fldchanged.prg * Mejora: En el método Update( Pos ) de la clase TExplorerBar, actualiza el ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 402

New FTDN April 2024 (FWH 24.04)

... and a metro panel style. Many thanks C├®sar! * New: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } Please review new example FWH\samples\fldchanged.prg * Enhancement: Class TExplorerBar Method Update( nPos ) updates the nPos oPanel used ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 402

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

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

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

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

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

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

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

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

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

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

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

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

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: 4668
Next

Return to advanced search