Hello,
I was just trying to test the accept-popup function in the CLIM Listener (accept-popup is defined in accepting-values.lisp which is in the McCLIM Examples directory) but I ran into trouble. Executing
(clim-demo::accept-popup '(one two three four))
in the Listener and clicking 'OK' or 'Cancel' in the popup yields an error:
There is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION CLIM-INTERNALS::EDITING-STREAM (1)> when called with arguments (#<CLIM-INTERNALS::AV-POP-UP-MENU-RECORD X 173/2:261/2 Y 798.5d0:822.5d0 "Choose one:" {C2B96E1}>). [Condition of type SIMPLE-ERROR]
Does anybody have an idee what the problem could be?
Thanks!