CLIM mail archive

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

Using MCL choose-file-dialog in CLIM is a problem



   Date: Fri, 13 Dec 1991 10:23-0500
   From: John Doleac <jd05@gte.com>
   Supersedes: <19911213151424.7.JOHND@babar.gte.com>

   I have written ACCEPTING-VALUES dialogs to prompt 
   users for a pathname, but if the user is using MCL,
   I would prefer to use their CHOOSE-FILE-DIALOG 
   function (it does just what I want, and looks good,
   too).

   The problem is that if you mouse on the CANCEL button,
   the CLIM frame gets cancelled, too.  

   Unwind-protect doesn't help.

   Any ideas?


(catch-cancel (choose-file-dialog))
The value will be :cancel if cancelled, otherwise the chosen pathname.

0,,

References:

Main Index | Thread Index