I asked this question last week, someone must know.
 
Can anyone explain how simple events should work?
 
I have:
 
DynAPI.include('dynapi.api.*');
DynAPI.include('dynapi.event.simple');
DynAPI.include('dynapi..event.listeners');
 
DynAPI. {
 
     button1 = new DynLayer(null,100,100,100,40)   
     button1.setHTML('Click Me')
     DynAPI.document.addChild(button1);
 
     button1. {alert()}
}
 
This doesn't work.
 
Cheers,
Richard Bennett
 
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to DynAPI2.51)
visit the DynAPI homepage (and FAQ) ::
http://dynapi.sourceforge.net/dynapi/index.php?menu=1
Browse (and search) the mailinglist here:
http://www.mail-archive.com/index.php3?hunt=dynapi

Reply via email to