Search found 17 matches: testtime

Return to advanced search

Re: Date/Time On Back Ground

Thank you Antonio, ukoenig

I modified the testtime source to display the time on screen...but no luck..

ukoenig, this is what im looking for..a transparent date time ontop of the main screen....to be activated on initialization of main window..

Regards..
by RiazKhan
Mon Mar 26, 2012 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date/Time On Back Ground
Replies: 29
Views: 9395

Re: Date/Time On Back Ground

Riaz, You can use a FWH timer to display the time: FWH\samples\TestTime.prg // Using Timers. Timers are also Objects!#include "FiveWin.ch"static oWnd, oTimer//----------------------------------------------------------------------------//function ...
by Antonio Linares
Mon Mar 26, 2012 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date/Time On Back Ground
Replies: 29
Views: 9395

Re: Sobre alguna classe de un cronometro

Javier,

Revisa FWH\samples\TestTime.prg
by Antonio Linares
Wed Oct 21, 2009 6:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre alguna classe de un cronometro
Replies: 1
Views: 322

Re: saltar gets y controles en fivewin

J. Ernesto,

Tienes que usar un TIMER que cambie el color cada cierto tiempo.

Puedes revisar FWH\samples\TestTime.prg para ver como se usan los TIMERs.
by Antonio Linares
Thu Mar 19, 2009 8:11 pm
 
Forum: FiveWin para CA-Clipper
Topic: saltar gets y controles en fivewin
Replies: 15
Views: 9173

Gustavo,

> Where I can find more info on setting up a timer ?

Please review FWH/samples/TestTime.prg
by Antonio Linares
Mon Dec 01, 2008 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to return focus.
Replies: 12
Views: 1498

Lisa,

You may use a Timer to play the drums sound every time period.

Please review fwh\samples\TestTime.prg to review how to manage timers.
by Antonio Linares
Sat Aug 30, 2008 9:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SndPlaySound Virtual Guitar
Replies: 5
Views: 983

... samples\build.sh y buildx.sh han sido cambiados. * Nuevo: En FiveLinux, los Timers ya están disponibles. Por favor, revisa el ejemplo samples\TestTime.prg. * Nuevo: En Fivelinux, en los says, gets (@ ..., ... GET ...) se soporta la clausula PASSWORD. Por favor, revisa el ejemplo samples\TestDlg.prg. ...
by Antonio Linares
Thu Sep 13, 2007 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2007
Replies: 1
Views: 2645

New FTDN September/Septiembre 2007

... builds. Please notice that samples\build.sh and buildx.sh have changed. * New: FiveLinux, Timers are already available. Please review samples\TestTime.prg * Enhancement: FiveLinux, @ ..., ... GET ... PASSWORD clause support. Please review samples\TestDlg.prg * Enhancement: FiveLinux, Class ...
by Antonio Linares
Thu Sep 13, 2007 8:30 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2007
Replies: 1
Views: 2645

... Compiling... xHarbour Compiler build 0.99.71 (SimpLex) Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'testtime.prg' and generating preprocessed output to 'testtime.ppo'... Lines 52, Functions/Procedures 3 Generating C source output to 'testtime.c'... ...
by don lowenstein
Wed Aug 15, 2007 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4064

new fivewin unresolved externals MSVC

... Compiling... xHarbour Compiler build 0.99.71 (SimpLex) Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'testtime.prg' and generating preprocessed output to 'testtime.ppo'... Lines 52, Functions/Procedures 3 Generating C source output to 'testtime.c'... ...
by don lowenstein
Wed Aug 15, 2007 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4064

samples\TestTime.prg is properly working, the problem is that uses white color so you can't see it :-)

Simply change the color of the window:

DEFINE WINDOW oWnd FROM 3, 3 TO 20, 50 ;
TITLE OemToAnsi( "Testing timers" ) ;
MENU BuildMenu() COLOR "W+/B"
by Antonio Linares
Wed Jul 11, 2007 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Says that don't say, Problem upodating Button cCaptions etc
Replies: 4
Views: 958

Says that don't say, Problem upodating Button cCaptions etc

... and color of a button - or at least changing the text of a SAY. I looked at testime.prg annd thought it would be straight forward but no. In fact testtime as in the samples doesn't work! The timer fires no doubt but the oWnd:Say(.......) doesn't do anything. In fact I can't even get a SAY to work ...
by xProgrammer
Tue Jul 10, 2007 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Says that don't say, Problem upodating Button cCaptions etc
Replies: 4
Views: 958

Ollie,

Use a timer. Please review samples\TestTime.prg
by Antonio Linares
Wed Jun 06, 2007 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreading
Replies: 1
Views: 544

Osvaldo,

Ya está terminado el soporte de Timers en FiveMac.

Hay un nuevo build listo para descargar. La sintaxis es exactamente la misma que en FiveWin, de hecho el ejemplo samples/TestTime.prg es el mismo :-)
by Antonio Linares
Sun Apr 01, 2007 9:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciando con Mac
Replies: 60
Views: 18531

Luis,

Revisa samples\TestTime.prg
by Antonio Linares
Thu Nov 23, 2006 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cronometro
Replies: 7
Views: 1416
Next

Return to advanced search