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   |
 |
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
|
|
|
 |
|
Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Fri, 26 February 2010 14:49
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Fri, 26 February 2010 15:17
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Tue, 02 March 2010 14:27
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Tue, 02 March 2010 14:42
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Tue, 02 March 2010 15:04
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: mrjt on Wed, 03 March 2010 18:29
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Wed, 03 March 2010 22:16
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: mrjt on Thu, 04 March 2010 15:37
|
 |
|
Re: Docking: BUG + FEATURE: Disable Close completely
By: kohait00 on Thu, 04 March 2010 20:02
|
 |
|
another thing
By: kohait00 on Fri, 05 March 2010 09:34
|
 |
|
Re: another thing
By: mrjt on Tue, 09 March 2010 11:42
|
 |
|
Re: another thing
By: kohait00 on Fri, 09 April 2010 09:47
|
 |
|
Re: another thing
By: kohait00 on Fri, 09 April 2010 15:00
|
 |
|
Re: another thing
|
 |
|
Re: another thing
By: mrjt on Wed, 05 May 2010 16:01
|
 |
|
Re: another thing
|
 |
|
Title() Bug
|
 |
|
Re: Title() Bug
By: mrjt on Mon, 17 May 2010 13:35
|
 |
|
Re: Title() Bug
|
 |
|
Re: Title() Bug
|
 |
|
Re: Title() Bug
By: mrjt on Tue, 18 May 2010 12:50
|
Goto Forum:
Current Time: Sun Jul 20 10:18:18 CEST 2025
Total time taken to generate the page: 0.03706 seconds
|