On Friday 29 September 2006 18:38, Paul Werkowski wrote:
Assuming you really meant this (whre INSTANCE is used instead of FRAME in (find-pane-named ...)
(defmethod run-frame-top-level :before ((instance test-frame) &key) (setf (gadget-value (find-pane-named instance 'tester)) "this doesn't"))
Doh!
Even so, when fixing it as you kindly indicated, it still bombs -- please see attached updated foo.lisp and a log file containing a backtrace...
-jm