Search found 983 matches: timer

Return to advanced search

Re: Animaciones en dialogos

... deseado: harbour Copy code // Crear formulario DEFINE WINDOW MovimientoDialogo ; AT 1,1 ; WIDTH 40 HEIGHT 10 ; TITLE "Diálogo Móvil" ; TIMER ON TIMERPROC MovimientoTimer // Inicializar variables nStep := 1 nPosY := GetSysMetrics(1) - 10 // Altura de la pantalla menos la altura del formulario ...
by paquitohm
Wed Dec 27, 2023 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 394

Keyboard event and the ActiveX object

Hi,

I need to handle the keyboard event when the ActiveX object is active.
The only thing that comes to mind is to check lastkey() by timer. Maybe there are some ideas ?
by Natter
Wed Dec 13, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Keyboard event and the ActiveX object
Replies: 1
Views: 209

Re: DBF . Commit

... UPDATE   @ 140, 20 BUTTON "Close" SIZE 80,30 PIXEL OF oDlg ;            ACTION oDlg:End()   oDlg:bInit := <||      DEFINE TIMER oTimer OF oDlg INTERVAL 10 ;      ACTION ( DBSKIP( 0 ), If( CITY == cSave,, ( cSave := CITY, oDlg:Update() ) ) ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2410

Re: Parameter for Timeout

hi, thx for Answer to use a TIMER is not a Solution 4th Parameter of AppEvent ( = ACTIVATE ) does react on "NO Event" within "Timeout" i can check          CASE nEvent == xbe_None            // Timeout            DoCloseWindowAndDBF() ...
by Jimmy
Mon Sep 18, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 807

Re: Una sobre la clase TTOAST

... pero me gustaría hacer que una toast, apareciera exactamente debajo de un dialogo y que se cerrara cuando el dialogo se cierre, no con timer, es posible? https://hymplus.com/forofw/toast.png // Our first DialogBox sample#include "FiveWin.ch"function Main()  ...
by cnavarro
Thu Sep 07, 2023 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre la clase TTOAST
Replies: 15
Views: 1350

Re: Una sobre la clase TTOAST

... pero me gustaría hacer que una toast, apareciera exactamente debajo de un dialogo y que se cerrara cuando el dialogo se cierre, no con timer, es posible? https://hymplus.com/forofw/toast.png // Our first DialogBox sample#include "FiveWin.ch"function Main()  ...
by leandro
Tue Sep 05, 2023 12:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre la clase TTOAST
Replies: 15
Views: 1350

Re: que clase nos permite RECONECTAR mas simple?

... por eso nos surge la idea de cambiar de clase y podamos mejorar esos tiempos y reconexiones. Gabo gracias por responder Leandro Puedes usar un timer que este validando la conexion con el servidor.. depende de tu aplicacion y el proceso que necesites realizar.. Si, de momento así lo tenemos, ...
by leandro
Tue Aug 22, 2023 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: que clase nos permite RECONECTAR mas simple?
Replies: 7
Views: 576

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Otto. SysWait() is not a timer. Could you please provide a detailed explanation of what it is used for? Alternatively, if you'd like, you can share your email, and I'll provide you with my WhatsApp contact. Regards, Charles KWON Hello ...
by CharlesKwon
Mon Aug 21, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1688

Re: que clase nos permite RECONECTAR mas simple?

Leandro Puedes usar un timer que este validando la conexion con el servidor.. depende de tu aplicacion y el proceso que necesites realizar.. por ejemplo yo detecto si durante un tiempo no uso uso el teclado o ratón abro una pantalla ...
by gabo
Sat Aug 19, 2023 2:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: que clase nos permite RECONECTAR mas simple?
Replies: 7
Views: 576

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Charles, In the past, I had some problems with SysWait(). I think you should use a timer. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36667&p=218689&hilit=syswait&sid=baaa9792d603f7acacf7427eeacfd234#p218689 I tested your suggestion ...
by Otto
Fri Aug 18, 2023 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1688

Re: como refrescar un listbox

Gracias por responder, no me estaba funcionando el timer, lo declare así: ACTIVATE DIALOG oDlg ON INIT ( oDlg:SetPos( 0, 0 ), oDlg:nWidth := GetSysMetrics( 0 ), oDlg:nHeight := GetSysMetrics( 1 ), BuildTimer( oDlg, obrow )) function BuildTimer( oDlg, ...
by jpcavagnaro
Tue Aug 15, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: como refrescar un listbox
Replies: 2
Views: 236

Re: como refrescar un listbox

use a TIMER,

Code: Select all  Expand view

   olbx:GoBottom()
   oLbx:Refresh()
   oLbx:GoTop()
 


Regards, saludos.
by karinha
Sat Aug 12, 2023 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: como refrescar un listbox
Replies: 2
Views: 236

Shelly Plug S

Hello friends,
Today, I created a control for a Shelly Plug S for personal use.
The program is in HTML/JS.
Our toaster at work only has a mechanical timer, which is difficult to set.
Now, it's accurate down to the second.
Best regards,
Otto

Image
by Otto
Fri Aug 11, 2023 5:21 pm
 
Forum: mod_harbour
Topic: Shelly Plug S
Replies: 0
Views: 289

Re: SET BLINK ON EN UNA CELDA XBROWSE

Buenos dias. Algo así?
Yo solo lo he conseguido con un timer. Pero sería muy interesante una clausula para que se activara.

Image
by JESUS MARIN
Tue Aug 08, 2023 6:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET BLINK ON EN UNA CELDA XBROWSE
Replies: 4
Views: 1048

BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???

... a way that using a clause such as BLINK in the color of the row of an xbrowse, this blinks (BLINK) without the need to use the function with the timer...? This would be very practical to highlight records under some condition, it's an idea that came to me and I know many might need to use it, ...
by joseluisysturiz
Mon Aug 07, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Replies: 2
Views: 179
PreviousNext

Return to advanced search