Hello.
I'm having a problem with Web Part Editors.
I have noticed that if you add some EditorParts to an EditorZone and you set the property ChromeState of each EditorPart to Minimized they don't work correctly.
Try with ApperareanceEditorPart and LayoutEditorPart. When you click apply/ok LayoutEditor fails and AppeareanceEditor set everything to null/nothing.
I have many custom EditorParts and I need them to show minimized.
See this link:
http://www.codeproject.com/useritems/CollapsingEditorZone.asp
I think the problem is that when the EditorPart is minimized the controls inside it are not renderer. When you click apply/ok and a postback is generated, there are no values to assign.
Any Idea?
Many Thanks!!!