CLIM mail archive
[Prev][Next][Index][Thread]
Quickie question on accept-value-panes
Date: Tue, 10 Nov 1992 09:18 EST
From: Curt Eggemeyer <curt@eraserhead.jpl.nasa.gov>
I wish to have an accept-value-pane that is used in one configuration of
my application frame pane layout. I wish to change the application frame
layout with a command to go to the layout with the accept-value-pane. My
:display function for it will display whatever the user wants to "tweak"
in the dialog form. Is there a way to have exit boxes on an accept-value-pane,
so the user informs the application that the edits are done and wishes to
go back the previous application frame layout? If so, how?
There seems to be no facility for this mentioned in the documentation.
I'm in CLIM 1.1!
No, AVV panes don't have exit boxes since they are modeless and you
can't exit from them. What you probably want to do is to use a pair of
ACCEPT-VALUES-COMMAND-BUTTONs, one to reset the state (i.e., Abort) and
the other to "exit" (i.e., Exit).
0,,
References:
Main Index |
Thread Index