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 » U++ Library support » U++ Core » A couple of issues with a test app
Re: A couple of issues with a test app [message #13422 is a reply to message #13410] Sat, 05 January 2008 10:49 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
cbpporter wrote on Fri, 04 January 2008 09:51


2. When I call clear on the list, the scrollbar doesn't disappear, and it retains it's scroll interval.



Stupid bug in U++.

Quick fix:

void ColumnList::Clear() {
	CancelMode();
	KillCursor();
	item.Clear();
	selcount = 0;
	Update();
	Refresh();
	SyncInfo();
	SetSb();
}


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: operator< for container sorting (small confusion)
Next Topic: Rect_ operators overloading suggestion
Goto Forum:
  


Current Time: Mon Aug 04 00:16:15 CEST 2025

Total time taken to generate the page: 0.07045 seconds