
Hi everyone,
Beforehand, I am sorry if this had been asked before as I can not found this had been asked.
I would like to ask question relating to the changes made into build 511 in which Document Window can float/raft in the while other document window in the same docksite can dock.
I found now that "MoveToNewHorizontalContainer()" method now has different effect as in previous version the method was used for moving a docked documentwindow to bottom of the docksite while still docking. However, in the new version, this only make the document window float in the bottom, and not in docking state, while the previous state was docking.
In regards of this, I am trying to find other way to dock that document window, but the only way I found to do this is using "dock()" but it will dock it into the previous dock location. I also found that tool window has "dock" method which can do this with 2 parameters, but no such parameter in docking window.
My questions are:
1. Is there any way to dock a document window to the bottom/side of another docking window programmatically similar to toolwindow?
2. Is the new MoveToNewHorizontalContainer() is working as expected by the new version, by undocking the docked window?
On the site note I have installed build 512 however it seems that build 512 does not have the documentation is updated (with recent changes etc).
[Modified at 01/18/2010 05:06 AM]
Beforehand, I am sorry if this had been asked before as I can not found this had been asked.
I would like to ask question relating to the changes made into build 511 in which Document Window can float/raft in the while other document window in the same docksite can dock.
I found now that "MoveToNewHorizontalContainer()" method now has different effect as in previous version the method was used for moving a docked documentwindow to bottom of the docksite while still docking. However, in the new version, this only make the document window float in the bottom, and not in docking state, while the previous state was docking.
In regards of this, I am trying to find other way to dock that document window, but the only way I found to do this is using "dock()" but it will dock it into the previous dock location. I also found that tool window has "dock" method which can do this with 2 parameters, but no such parameter in docking window.
My questions are:
1. Is there any way to dock a document window to the bottom/side of another docking window programmatically similar to toolwindow?
2. Is the new MoveToNewHorizontalContainer() is working as expected by the new version, by undocking the docked window?
On the site note I have installed build 512 however it seems that build 512 does not have the documentation is updated (with recent changes etc).
[Modified at 01/18/2010 05:06 AM]