On 04/01/10 06:11, John_B wrote:
Does someone have a way to pass data directly to the GM script or a
way to event the script rather than using a poll?

No, you definitely cannot call from a remote server into a GM script. The closest you can get to something event based would be to use a comet-like long living connection, which is established and held open until data is available, at which point it is pushed and closed (then reopened for the next bit). This can be tricky though.

--
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to