[Gambas-user] Timer Tag property
Dimitri Bellini
dimitribellini at ...69...
Thu Apr 8 07:00:55 CEST 2004
Dear Benoit
i have try to use the creation of control Timer at runtime like this:
----
private tmr[4] as Timer
---
tmr[i]=NEW Timer(ME) AS "tmrCab"
tmr[i].enabled=FALSE
tmr[i].tag=i
---
But in the first seems that the editor think the "Timer" is Time = Timer ( ) e
not the control and another the property Tag not seems to exist in this
control. Can you give me some work around to have the Tag property working
like button or textbox control?
Thanks in advance
Dimitri
More information about the User
mailing list