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

one more thing about deactivating windows



There's another thing. Is there any way to activate another window upon
deactivating another?
Like
(defmethod view-deactivate-event-handler ((window procs-window))
  (call-next-method)
  (window-select cc-window))

I tried this, and got incorrect behavior when cc-window wasn't the window I
clicked on to deactivate my procs-window. I had procs-window active, clicked
on some other window, and both that window and the cc-window showed up to be
active, but the active key handler was in the one I had clicked...
How can I do this?

Andrew Begel
MIT Media Lab
Epistemology and Learning