Thread: Downloader
View Single Post
  #9  
Old 09-02-2010, 07:27 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by cbk1994 View Post
PHP Code:
thiso.catchevent(this.name"onAction""downloadFile"); 
this would trigger the event onDownloadFile, no?
Could be possible that in order for the "on" to be optional you have to capitalize the D, like
PHP Code:
thiso.catchevent(this.name"onAction""DownloadFile"); 
But I could be wrong. In CatchEvents, I've always included the on.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote