CLIM mail archive
[Prev][Next][Index][Thread]
Re: problem with buttons in dialogs
I earlier wrote:
> Try this simple test. When you click on the buttons to toggle the
> values, the text in the buttons disappears.
[code omitted]
I have since discovered that adding the following code at the end of the
accepting-values body causes the dialog to be updated (after a second of
looking ugly). BTW, this is CLIM 1.1, Franz ACL 4.1, Sun-4.
(mp:process-run-function "redisplay-kludge"
#'(lambda (stream)
(sleep 1) (window-refresh stream))
stream)
I would welcome a more aesthetic resolution to this.
George Williams BCS Huntsville Artificial Intelligence Center
Boeing Computer Services Internet: george@hsvaic.boeing.com
POBox 240002, M/S JY-58 UUCP: ...!uw-beaver!bcsaic!hsvaic!george
Huntsville AL 35824-6402 Phone: 205+464-4968 FAX: 205+464-4930
Main Index |
Thread Index