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 » Developing U++ » UppHub » Docking: BUG + FEATURE: Disable Close completely
another thing [message #25636 is a reply to message #25630] Fri, 05 March 2010 09:34 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
hhi mrjt,

another beauty issue is the following. if one locks the Dock stuff, the DockCont's title bar of tabbed docks disappears. but i would be good to still have them there, they provide a good to read title, though the tabbars normally have the same info. but the user is used to have title on top..

is there a possib to do this selectable?

i think i found the place where to dig:
to unconditionally disable the setting of the nullframe
one needs to comment !lock &&

DockCont.cpp:833
void DockCont::SyncFrames(bool lock)
{
	bool frames = /*!lock && */(IsDocked() || IsAutoHide());
	handle.Show(frames);
	if (frames)
		SetFrame(0, Single<DockCont::DockContFrame>());
	else 
		SetFrame(0, NullFrame());
}


i would be great to have something like an additional flag
(!lock || base->PermamentTitleBar()) && ...

[Updated on: Fri, 05 March 2010 09:49]

Report message to a moderator

 
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: How to use GetCtrl(r,c) in GridCtrl ???
Next Topic: WebUpdater
Goto Forum:
  


Current Time: Sun Jul 20 10:18:18 CEST 2025

Total time taken to generate the page: 0.03706 seconds