Hmm… by notifications do you mean IPC? Is this over the network or multiple 
processes on a single machine. For both cases sockets is probably easiest. On 
the single machine then you can just accept on localhost to avoid getting 
firewall dialogs:

local sPort

set the defaultNetworkInterface to “127.0.0.1”
accept connections on port 0 with message “NewConnection”
put it into sPort
set the defaultNetworkInterface to empty

PS ^ Depends on using LC 9

Cheers

Monte
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to