Hello,<div><br></div><div><br></div><div>I want to modify the ObjectCatalog class to be able to dock left side of the window. <a href="http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/objdlg.hxx#67">http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/objdlg.hxx#67</a></div>
<div><br></div><div>The objdlg.src file contains lots of informations about positions and other things so if you change ObjectCatalog from FloatingWindow to BasicDockingWindow, then you have to deal with the rewrite of the objdlg.src file. <a href="http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/objdlg.src">http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/objdlg.src</a></div>
<div>Is it possible to keep ObjectCatalog as FloatingWindow?</div><div><br></div><div>So far I tried to change to BasicDockingWindow (and changed the constructor and source file too), but if I click on the Object Catalog button, the program stops.</div>
<div><br></div><div>It would be great to achieve similar like here:</div><div><a href="http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/baside2.hxx#237">http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/baside2.hxx#237</a>
</div><div><br></div><div><br></div><div><br></div><div>Bence Tomcsik</div>