On 10/19/03 1:16 PM, "Alex da Franca" <[EMAIL PROTECTED]> spewed forth:

>> grimmwerks wrote:
>>>  on test me, what
>>>     put "this is:" && this
>>> End
>> 
>> I guess you meant:
>> 
>>  on test me, what
>>     put "this is:" && WHAT
>> End


Yeah, I was tired, and typing on a different computer, but you get it.

> 
> pBlinker = timeout("blinker").new(1000, #test, me)
> pBlinker.userdata.setaprop(#parameter, "Every data type I want as
> parameter for timeout objects")
> 
> on test me, what
>    put "this is:" && WHAT.userdata
> End
> 
> -- [#parameter:"Every data type I want as parameter for timeout objects"]
> 
> does this sound like something for the wishlist ?
> ;-)



Well, even the ability to just put some kind of send message as well. I
mean, the work around is to have an object with properties AND a timeout as
a child, and it just functions as a pulse, checking the properties the
object changes (which is how I do it) -- so perhaps being able to pass
params with to a timeout's handler isn't necessary -- but it WAS the way I
was thinking first.

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to