[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: choose-process-dialog prob



>I am using appleevent-toolkit.lisp obtained from cambridge.apple.com
>to allow me to communicate between MCL and other applications.
>Most of the functions in the toolkit work fine. I cannot,
>however, get the function "choose-process-dialog" to work. It brings
>up the PPC Browser dialog, but when I choose a process and click on
>"OK" it causes a crash. No crash occurs if I click "Cancel".
>I'm running MCL2.0b1p3 on a Mac IIsi. Any help would be appreciated.

have you tried using choose-appleevent-target instead?  the following code
probably does the same thing that you need.

(rlet ((aevt :aedesc))
      (choose-appleevent-target aevt))
Steven Dobbs
Institute For Human and Machine Cognition
University of West Florida
Pensacola, Florida

"The solution to the problem will inevitably change the problem."