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) » bug with displayPopUp with MT
bug with displayPopUp with MT [message #22755] Tue, 11 August 2009 16:32 Go to previous message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
I have some problems with my multithreaded app.

It seems to be related with tooltips when somes Ctrl are not totally initialized by the other thread.

For the moment i have solved my problems (crashs) with this fix.

LabelBase.cpp line 449:

void DisplayPopup::Paint(Draw& w)
{
	Rect r = GetSize();
	w.DrawRect(r, SColorPaper);
	if(display) display->PaintBackground(w, r, value, ink, paper, style);
	r.left += margin;
	if(display) display->Paint(w, r, value, ink, paper, style);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Using openssl functions on U++
Next Topic: Named HTML Colors [FEATURE REQUEST].
Goto Forum:
  


Current Time: Sun Jun 29 20:00:26 CEST 2025

Total time taken to generate the page: 0.03716 seconds