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
Re: Docking: BUG + FEATURE: Disable Close completely [message #25585 is a reply to message #25507] Tue, 02 March 2010 14:27 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
another problem:

DockConfig.cpp:230
void DockConfigDlg::OnOK()
{
	dock.Animate(~animate); //NOT CLEAR / CONSEQUENT
...
}


is not clear or consequent that animation will be turned off completely, since it edits only first flag. also, the checkbox is initialized with IsAnimate() which OR's flags, so sometimes unselecting animate and opening config again still displays 'Animate'

maybe change it for
	dock.Animate(~animate, dock.IsAnimatedFrames(), ~animate);
 
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: Fri Jun 07 15:22:10 CEST 2024

Total time taken to generate the page: 0.03182 seconds