RE: lingo-l Comunications between projectors

2001-08-09 Thread Al Hospers

 If I've two running projectors (proj_1 and proj_2) is there a
 way to pass
 parameters from proj_1 to proj_2 without writing to HD.

1 - why no HD writing? getPref/setPref would work pretty well.

2 - are they running on the same machine?

3 - how about a peer to peer MultiUser Server?

 Something like tell (projector) to... as with MIAW?

no

hth

Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]




RE: lingo-l Comunications between projectors

2001-08-09 Thread Terry R. Schussler

At 12:50 PM -0400 8/9/01, Al Hospers wrote:
 If I've two running projectors (proj_1 and proj_2) is there a
 way to pass
 parameters from proj_1 to proj_2 without writing to HD.

1 - why no HD writing? getPref/setPref would work pretty well.

This can create a crash in some circumstances and i/o errors in others.
Not safe.


2 - are they running on the same machine?

3 - how about a peer to peer MultiUser Server?

Best approach!  However, you do not need a server - just the Multiuser
Xtra.  Examples of this type of code are posted at
http://www.multiuseru.com/community/
-- 

...---===|  Terry R. Schussler  |===---...
...---===|  Chief Investigator  |===---...

on accessResources
  coolSites = [ \
http://macromediaSEMINARS.com/;, http://directorU.com;, \
http://multiuserU.com;, http://flash5U.com;, \
http://dreamweaverU.com;, http://behaviors.com/; ]
  gotoNetPage coolSites[random(1, 6)]
end accessResources


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]