Posted 18 years ago
by Jake Pearson
-
Software Developer,
Alion Science and Technology
Hi,
In my program, I have some ToolWindows in the document area and some DocumentWindows in the document window. I have a button that resets the tool window (which calls "LoadToolWindowLayoutFromFile"). After the tool windows get reloaded the order of the document and tool windows is different. For example the document area might be like this before the reset:
tool1, tool2, doc1, doc2
will be like this after the reset:
doc1, doc2, tool1, tool2
Any idea how to fix this?
thanks,
Jake
In my program, I have some ToolWindows in the document area and some DocumentWindows in the document window. I have a button that resets the tool window (which calls "LoadToolWindowLayoutFromFile"). After the tool windows get reloaded the order of the document and tool windows is different. For example the document area might be like this before the reset:
tool1, tool2, doc1, doc2
will be like this after the reset:
doc1, doc2, tool1, tool2
Any idea how to fix this?
thanks,
Jake