On May 16, 2006, at 5:01 AM, Andrius Ramanauskas wrote:
Jon,
I have noticed few issues with a new dialog then working with sublayers. Those are probably known, but I will write them just in case:
- Only the top level layers can be expanded, so if I have 4 or more
levels of sublayers, no way to see those in new dialog
There's a TODO where I hardcoded things to only do two levels of sublayers. Now that things have become stable as far as order goes, I'll be upping that.
- If having many layers and sublayers, expanding some layers
expands dialog, but collapsing does not shrink it. If layer window size goes well beyond the screen size I cannot resize the window any more (using win2003)
Probably can be fixed by using a scroll panel that shows up as needed.
- if expanding several layers, selecting some layer collapses
everything that is expanded.
That's a side-effect of the DocumentSubset rebuilding its contents completely whenever a new layer is selected. We're getting rid of that behavior, so the dialog should then keep expansion until you actually change things by adding/deleting layers or reordering them.