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 - Stable?
Re: Docking - Stable? [message #28297 is a reply to message #28224] Thu, 26 August 2010 17:29 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
That shouldn't have anything to do with it, it's in the CtrlLib code underneath. It's probably this:
Splitter& Splitter::SetStyle(const Style& s)
{
	if(chstyle != &s) {
		chstyle = &s;
		RefreshLayout();
		Refresh();
	}
	return *this;
}

chstyle is technically uninitialised on object construction but the code is perfectly safe.

The docking problem is to do with window manager events. I haven't tried Ubuntu 10.04 because it wierdly doesn't like my hardware but I woudl guess that at work the GUI effects are turned off, whcih makes it work.

I'd love to know how to determine window movement correctly on Ubuntu with GUI Effects on, but everything I've tried so far has failed.
 
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: HelpViewer Class
Next Topic: Docking: How to dock to the entire portion of what remains?
Goto Forum:
  


Current Time: Thu May 09 16:08:34 CEST 2024

Total time taken to generate the page: 0.02395 seconds