capi interfaces as actors
I have a handful of capi interfaces and I need them to communicate through mp:mailboxes to each other, like GUI actors. At present, I create a second process for each interface which runs the "actor" code and calls capi:apply-in-pane-process to update the interfaces. Given that interfaces are themselves processes, can I do all of this without creating the second set of processes? Most of the interfaces need to display themselves, then call mp:mailbox-wait-for-event on their mailbox. I haven't figured out how to do this using only the interfaces' processes (it may very well be that I'm missing something obvious). Any ideas would be welcome. thanks pt _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html