CLIM mail archive

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

Followup on initialization...



    Date: Mon, 23 Dec 1991 19:04 EST
    From: seth@gandalf.hrl.hac.com

    I went back and read the manual and have tried initializing my frames
    each of the ways described.  I'm currently leaning towards using
    the display-function method but I can't get quite the behavior I want.
    I want my display-function to only operate when the application frame
    is first created (this is easy) or when the frame is resized (how do I
    detect this?).  Otherwise I just want to replay the current output
    records (incremental redisplay).

You shouldn't need to detect resize events: CLIM is supposed to call the
redisplay function to forcibly redisiplay all the panes when this happens.

What is wrong with simply using :INCREMENTAL-REDISPLAY T :DISPLAY-AFTER-COMMANDS T?
Does it not work?

0,,

References:

Main Index | Thread Index