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: ContexMenu behaviour
Re: Docking: ContexMenu behaviour [message #27567 is a reply to message #27544] Fri, 23 July 2010 13:28 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
it works 'off the shelf' Smile
remains one last thing and i am upstream Smile

http://www.ultimatepp.org/forum/index.php?t=msg&&th= 5276&goto=27532#msg_27533

btw: maybe this addition is helpful, i had a crash once at this point but cant reproduce it..
void TabBar::DoTabSort(TabSort &sort)
{
	if(GetCount()<=0) //<<<
		return;   //<<<
	Value v = GetData();
	StableSort(tabs, sort);
	Repos();
	if (!IsNull(v))
		SetData(v);
	Refresh();
}

[Updated on: Fri, 23 July 2010 13:33]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Function4U documentation update and misc
Next Topic: Using GoogleMaps from U++
Goto Forum:
  


Current Time: Sat Jul 05 15:27:59 CEST 2025

Total time taken to generate the page: 0.03444 seconds