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) » GUI and Thread (Call GUI fonction into thread)
Re: GUI and Thread [message #47062 is a reply to message #47061] Thu, 24 November 2016 18:52 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 327
Registered: July 2009
Senior Member
Take a look at this example: http://www.ultimatepp.org/reference$GuiLock$en-us.html
This should fix your problem:
void Processus(bool *boucle, LineEdit *l)
{
	while(boucle)
	{
		{
			GuiLock __;
			l->Insert(-1, "test\n" );
		}
		boucle = false;
	}
}

[Updated on: Thu, 24 November 2016 18:53]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Version of libmysqlclient.so
Next Topic: Convert Upp::String to int
Goto Forum:
  


Current Time: Sat Aug 23 21:39:46 CEST 2025

Total time taken to generate the page: 0.03647 seconds