CLIM mail archive
[Prev][Next][Index][Thread]
Moving objects and incremental redisplay
> What is happening is that when I move an object, all the objects that
> were drawn "after" the moved object are displaced an amount equivalent
> to the displacement of the moved object. That is, if I move an object
> to the right, all objects that were drawn "after" the moved object are
> also displaced to the right an equivalent amount. Also, if I move an
> object "over" another object, then move it off that object, the hidden
> object's appearance is trashed.
>
> Try supplying :FIXED-POSITION T in your calls to UPDATING-OUTPUT to see
> what happens.
This makes things work *much* better. Now, everything appears in the
correct position after an object is moved.
But, I still have problems with overlapping output. I tried the
clim:r-tree-output-history but this doesn't solve the problem.
Actually, the behavior does not seem to be noticably different between
the default output history and clim:r-tree-output-history.
ba
Follow-Ups:
References:
Main Index |
Thread Index