--
--
Change your preferences or unsubscribe here:
http://groups.google.com/group/qlab
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/d1252625-f12f-4b7b-a705-5df7490002f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
set remMachine to "eppc://username:password@remoteIP" --will look like "joebloggs:my c...@10.0.1.43"
using terms from application "QDisplay"
tell application "QDisplay" of machine remMachine
set message to "Message1"
set timeRemaining to 10
end tell
end using terms from
set remMachine to "eppc://username:password@remoteIP" --will look like "joebloggs:my c...@10.0.1.43"
using terms from application "iTunes"
tell application "itunes" of machine remMachine
playpause
end tell
end using terms from
Anyone know why?
Mic