CLIM mail archive
[Prev][Next][Index][Thread]
Re: Resize of Output-Records
Thomas,
You don't want to use dragging-output-record (you aren't dragging the
same old output record). I believe you should do a simple
step-animate -- draw the original rectangle, wait for the pointer to
move (tracking-pointer), erase the old one and redraw.
In erasing the old one, you can use erase-output-record, and in
drawing the new one you can use with-new-output-record, or one of its
cousins -- this is of you want the output included in the history, and
you want to manipulate using these routines. You could also do the
animation without the output-history and only draw the last,
semi-permanent picture with the saved output-record.
jeffrey
0,,
Main Index |
Thread Index