[Gambas-user] Timer Tag property

Benoit Minisini gambas at ...1...
Fri Apr 9 15:05:20 CEST 2004


On Friday 09 April 2004 08:06, Dimitri Bellini wrote:
> Dear Benoit
> 	i know the timer is not a "control" but i need to know what timer have
> generate the event because i will try to create a internet cafee app so for
> every PC a need to start a timer but i want made it with more simple way
> like create n box when i have n pc box. I decide to create the n box in
> runtime in this mode i dont create a new form every time i need to add
> another pc box. I have try to use Last in the event but i last return an
> object like "Timer 0x332324" how can i understand what Timer have  start
> the event?
> My Timer is define as wrote below.
> My english is very bad i hope, i apology if you cant understand what i
> write..
>
> :-)
>
> Thanks in advance
> Dimitri
>

You can try to create a class that inherits Timer, and add in this class all 
the data you need to associate with the Timer.

This way, you can test inheritance ;-) Tell me if it works!

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list