Re: Send question???
anyone learning about working with send and messages should try Dar Scott's excellent "Message Mechanics" stack that can be found at http://www.swcp.com/dsc/revstacks.html -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
On 22 May 2007, at 22:03, Klaus Major wrote: Am 22.05.2007 um 23:02 schrieb Dave: Hi, Guess I just couldn't see it for looking! Wouldn't have been the first time... Nor the last I doubt... All the Best Dave ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
Am 22.05.2007 um 23:02 schrieb Dave: Hi, Guess I just couldn't see it for looking! Wouldn't have been the first time... All the Best Dave On 22 May 2007, at 21:57, Scott Rossi wrote: Recently, Dave wrote: As far as I can see it's not in the dictionary. send Type: command Syntax: send message [to object] [in time [seconds | ticks | milliseconds]] If you specify a time, the message is sent to the object after the specified time has elapsed. The message is added to the pendingMessages function. The ID of the message is returned by the result function. To cancel the message, use the cancel command with this ID. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
To get a fuller picture, have a look at 'the pendingMessages'. (The doc entry for 'send' does refer to both the pendingMessages and cancel under 'see also'). Best, Mark On 22 May 2007, at 21:50, Dave wrote: Thanks Eric and Stephen, As far as I can see it's not in the dictionary. Cheers Dave ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
Hi, Guess I just couldn't see it for looking! All the Best Dave On 22 May 2007, at 21:57, Scott Rossi wrote: Recently, Dave wrote: As far as I can see it's not in the dictionary. send Type: command Syntax: send message [to object] [in time [seconds | ticks | milliseconds]] If you specify a time, the message is sent to the object after the specified time has elapsed. The message is added to the pendingMessages function. The ID of the message is returned by the result function. To cancel the message, use the cancel command with this ID. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
Hi Dave, Thanks Eric and Stephen, As far as I can see it's not in the dictionary. Wipe your glasses 8-) From the docs about "send": ... f you specify a time, the message is sent to the object after the specified time has elapsed. The message is added to the pendingMessages function. !!! The ID of the message is returned by the result function. !! To cancel the message, use the cancel command with this ID. ... Cheers Dave Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
Recently, Dave wrote: > As far as I can see it's not in the dictionary. send Type: command Syntax: send message [to object] [in time [seconds | ticks | milliseconds]] If you specify a time, the message is sent to the object after the specified time has elapsed. The message is added to the pendingMessages function. The ID of the message is returned by the result function. To cancel the message, use the cancel command with this ID. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
Thanks Eric and Stephen, As far as I can see it's not in the dictionary. Cheers Dave On 22 May 2007, at 18:58, Eric Chatonet wrote: Hi Dave, Send "mouseUp" to me in 5 seconds put the result into lCancelMouseUpID Set lCancelID as a script local variable and if necessary: cancel lCancelMouseUpID -- will cancel the "mouseUp" pending message Le 22 mai 07 à 19:51, Dave a écrit : Hi, I've been looking through the docs for ages and I can't find how to do this simple thing!!! All I want to do is to store the ID that is returned from the "send" command, e.g. send "mouseUp" to me in 5 seconds Where is the ID stored?? Thanks a lot All the Best Dave Best regards from Paris, Eric Chatonet. http://www.sosmartsoftware.com/ [EMAIL PROTECTED]/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
Hi Dave, Send "mouseUp" to me in 5 seconds put the result into lCancelMouseUpID Set lCancelID as a script local variable and if necessary: cancel lCancelMouseUpID -- will cancel the "mouseUp" pending message Le 22 mai 07 à 19:51, Dave a écrit : Hi, I've been looking through the docs for ages and I can't find how to do this simple thing!!! All I want to do is to store the ID that is returned from the "send" command, e.g. send "mouseUp" to me in 5 seconds Where is the ID stored?? Thanks a lot All the Best Dave Best regards from Paris, Eric Chatonet. http://www.sosmartsoftware.com/ [EMAIL PROTECTED]/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Send question???
SEND whatever put the result into pID Hi, I've been looking through the docs for ages and I can't find how to do this simple thing!!! All I want to do is to store the ID that is returned from the "send" command, e.g. send "mouseUp" to me in 5 seconds Where is the ID stored?? Thanks a lot All the Best Dave -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution