ok sorry I didnt really explain it properly, I have it working alright, its just Im using the bang to tell the other person that Im connecting or disconnecting, so its working for the connecting part but it doesnt show up on the other persons pc for the disconnecting part, this is obviously coz its disconnected, you dont have any ideas of how to tell it to send the bang and THEN disconnect, cheers anyway guys
I read:
but I cant seem to able to send a bang, what Ive tried is the bang(the black circle) -> send -> netsend
how about (*) | [send bang ( | [netsend ...]
HTH
x
I read:
on the other persons pc for the disconnecting part, this is obviously coz its disconnected, you dont have any ideas of how to tell it to send the bang and THEN disconnect,
(*) this is the diconnect button
|
| [send bang (
| |
[del 500] use a sensible delay value
| |
[disconnect (
|/
[netsend]
ok ?
x
-- chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
On Tue, 3 Feb 2004, CK wrote:
I read:
on the other persons pc for the disconnecting part, this is obviously coz its disconnected, you dont have any ideas of how to tell it to send the bang and THEN disconnect,
(*) this is the diconnect button |
| [send bang ( | | [del 500] use a sensible delay value | | [disconnect ( |/ [netsend]ok ?
well, it might be better to use "trigger" in this case. its more deterministic. You can't be sure that you are not reconnecting during the 500 ms delay (or, 50, 5 or 1ms). Hum, not the best example to show the importance of understanding trigger ...
Guenter
guenter geiger wrote:
On Tue, 3 Feb 2004, CK wrote:
I read:
on the other persons pc for the disconnecting part, this is obviously coz its disconnected, you dont have any ideas of how to tell it to send the bang and THEN disconnect,
(*) this is the diconnect button |
| [send bang ( | | [del 500] use a sensible delay value | | [disconnect ( |/ [netsend]ok ?
well, it might be better to use "trigger" in this case.
or just a comma
(*) | [send bang, disconnect( | [netsend]
j#|@