[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#_still_down
- To: info-mcl@cambridge.apple.com
- Subject: #_still_down
- From: jipan@gmuvax2.gmu.edu (Jiqian Pan)
- Date: Fri, 12 Feb 93 09:52:19 -0500
Hi, MCL experts:
I have a strange thing to be understood. I have some compiled code
as follows:
(defmethod view-click-event-handler ((bm-obj bitmap-dialog-item) where)
....
(while (#_stilldown)
...
)
)
The function of the code is moving objects with the class bitmap-
dialog-item on a window. While I tried to move an object, the MCL2.0
system showed me:
;Compiler warnings :
; Undefined function TRAPS::_STILLDOWN, in VIEW-CLICK-EVENT-HANDLER.
While I typed "(#_stilldown" in the Listener, the bottom line of it
showed me "CCL ??". My understanding to "CCL ??" is that I can use
the trap still_down. Then I re-loaded the above code, everything was
ok. I wonder if the evaluation to "(#_stilldown" in the Listener
has some effects on the compiled code "(while (#_stilldown)" and how
to solve this problem.
Thanks.
-J. Pan
George Mason University