Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Docking host platform dependency refactored
Re: Docking host platform dependency refactored [message #40158 is a reply to message #40103] Tue, 25 June 2013 02:44 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1430
Registered: December 2006
Ultimate Contributor
It looks like this refactoring changed the way docking panel can be resized. DockableCtrl can be resized independently from enclosing window. Example:
void wnb3::DockInit()
{
	DockableCtrl& target01 = Dockable(ont_tree, "Ontology Tree").SizeHint(Size(400, 300));
	DockRight(target01);
	
	Tabify(target01, Dockable(wtree, "Tree").SizeHint(Size(200, 300)));
	Tabify(target01, Dockable(wtext, "Text").SizeHint(Size(200, 300)));
}

index.php?t=getfile&id=4231&private=0
I just dragged right and left sides of the DockableCtrl. Resizing of the main window restores correct layout of the DockableCtrl.
This happens in Windows and Linux.
  • Attachment: docking02.png
    (Size: 4.14KB, Downloaded 1002 times)


Regards,
Novo
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: EditNumber
Next Topic: New small hidden feature of ArrayCtrl
Goto Forum:
  


Current Time: Tue Aug 12 23:48:43 CEST 2025

Total time taken to generate the page: 0.06774 seconds