CLIM mail archive

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

No Subject



	id m0pXllk-0004toC; Sat, 19 Feb 94 02:06 EST
Message-Id: <m0pXllk-0004toC@paper-clip>
Date: Sat, 19 Feb 94 02:06 EST
From: wwinston@paper-clip (R. Whitney Winston)
To: clim@bbn.com

To: clim@bbn.com
Subject: Gadget Output Records


Hi--

I've got an application that has a command which gets a pane from the
application frame and then adds a gadget to that panes output history
using the following:

(with-output-as-gadget (pane)
  (make-pane 'my-pane ... ))

However, when I try to run this, I get the following error:

>>Error: The generic function ADD-OUTPUT-RECORD is missing this required method type: PRIMARY

(:EFFECTIVE-METHOD ADD-OUTPUT-RECORD (T CLIM-INTERNALS::OUTPUT-RECORD-MIXIN)):
   Rest arg 0 (ARGS): (#<GADGET-OUTPUT-RECORD /x 0:0 y 15:15/ 2CCA9CE> #<GADGET-OUTPUT-RECORD /x 0:0 y 0:0/ 2CC9456>)
:C  0: Try combining the methods _without_ the required methods.
:A  1: Return to Graph command level
    2: Graph top level
    3: Exit Graph
    4: Abort to Lisp Top Level

What's the problem here?  Does anyone have an idea? 


Thanks alot,

Whitney Winston


Main Index | Thread Index