CLIM mail archive

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

handling aborts from accepting values



    Date: Thu, 9 Jul 1992 13:28 EDT
    From: Tom Trinko <ttrinko@dipl.rdd.lmsc.lockheed.com>

    We need to handle aborts arising from the user aborting out of accepting values dialogs.  I've tried 
	(handle-case
	    (abort   #'function)

    but in clim 1.1 genera 8.1.1 it doesn't like abort and sys:abort doesn't work
    and clim-user:abort doesn't work either.  I need to know what condition is generated when the user hits the abort key and/or the abort menu item in an accepting
    values menu which has its own window.  Also any other ways of cleaning up
    after the user aborts, other than handle-case or with-simple-restart, would
    be of interest.  Thanks.

ABORT is a restart, not a condition.  Use RESTART-BIND or RESTART-CASE.


References:

Main Index | Thread Index