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++ Library : Other (not classified elsewhere) » Strange behaviour of ColumnList
Re: Strange behaviour of ColumnList [message #7441 is a reply to message #7436] Fri, 29 December 2006 19:39 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
The problem is caused by:
void ListViewer::Paint(Draw& draw) {
	Size sz=GetSize();
	draw.DrawRect(0,0,sz.cx,sz.cy,SBlue);
	if(!cl.IsCursor())
		cl.SetCursor(0);
}


Altering cursor in Paint methods leads to calling Refresh, which makes the whole painting system confused...

(Yes, it is repainting bug, clicks are in fact OK, just the ColumnList does not get repainted).

Mirek
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Previous Topic: HttpClient and HttpServer gzip support [REQUEST]
Next Topic: U++ 612-dev 3 HomeBudget run time problem
Goto Forum:
  


Current Time: Tue Jun 24 12:42:44 CEST 2025

Total time taken to generate the page: 0.05228 seconds