CLIM mail archive
[Prev][Next][Index][Thread]
Slight problem with custom output records
This is got to be something trivial I'm missing. I have my own custom output
records within my pane's coordinate-sorted-set and if I manually do a replay
to those records they display themselves appropriately after I do a
window-set-viewport-position*, BUT if I scroll that pane via the default clim
scroll bar, my presentations disappear and they don't redisplay themselves.
But then if I manually invoke replay on it, it appears appropriately offsetted
according to the new viewport position.
If I manually do replay on the coordinate-sorted-set for that pane that
fails also! So what tie-in am I missing between my pane's top level output
record and my output-records? My output-records are elements to that
coordinate-sorted-set and the coordinate-sorted-set is a parent to my
output-records.
My output-records have presentation, output-record-mixin,
output-record-element-mixin, and displayed-output-record-element as mixins.
Follow-Ups:
Main Index |
Thread Index