New topic: 

subclassing timer question

<http://forums.realsoftware.com/viewtopic.php?t=26371>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       pentium10           Post subject: subclassing timer 
questionPosted: Sun Feb 08, 2009 9:08 am                               
Joined: Tue Jan 03, 2006 10:38 am
Posts: 331              I subclassed timer and I want it to get it 
started/enabled in it's constructor
I tried this code, but doesn't work, the action event it's not firing:
Code:
Sub Constructor(pid  as string, label as string)
  me.newID=pid
  me.label=label
  
  me.Period=1
  me.Mode=timer.ModeSingle
  me.Enabled=true
End Sub

dim t as new acTimerClients(newid,clientname)


   
                            Top           Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     

-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to