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

Re: Without-interrupts and event-handling



Hi!

I think the standard way to keep event-handling enabled is not calling
your function directly from the view-click-event-handler, but to
use eval-enque to queue up your function call. This will have the same 
effect as calling it from the listener. (See the MCL-documentation for
eval-enqueue)

Hope this helps

Ulrich