Cocoa Help

I am trying to modify apple’s “picture sharing” example located in /Developer/Examples/Foundation/, it is a rendezvous/bonjour app that shares a photo over a network, what I am trying to do is get it to share a string received back from an applescript instead. Let me know if anyone can help, it seems like it should be pretty simple if someone has an understanding of the language.

-Matt

I’m not familiar with that example. What’s receiving the string on the client machines?

It currently shares a picture to the client app. There is a client and server example application in the developer tools foundation examples.

-Matt