CLIM mail archive

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

Frame-manager for accepting-values?



   Date: Tue, 28 Jun 1994 17:19:30 +0200
   From: Hans Breckle <breckle@fzi.de>
   Sender: breckle@fzi.de


   Is there a way to get a similar behavior, like the :frame-manager keyword
   is for a make-application-frame, into an accepting-values dialog, obviously
   with the :own-window t option set?
   In other words, I'd like to bring an accepting-values dialog up on a
   different screen than the one my application is displayed at.

There is no way to do this using :FRAME-MANAGER, but one kludge you
could adopt is to have a (deexposed) stream on some other frame
manager (created with OPEN-WINDOW-STREAM) and then call
ACCEPTING-VALUES on that stream.

References:

Main Index | Thread Index