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)
GUI and Thread [message #47061] Thu, 24 November 2016 15:31 Go to previous message
lovmy is currently offline  lovmy
Messages: 44
Registered: November 2015
Member

Hi,

Sorry for my English, i'm French and i don't speak very well this language.

I have a problem, i want to print something into a LineEdit into a thread.

This is what I wrote:

void Processus( bool *boucle, LineEdit *l )
{
	while( boucle )
	{
		l->Insert(-1, "test\n" );
		boucle = false;
	}
}

...

void Test::ConnexionClient()
{
...
	Thread::Start( callback2( Processus, &boucle, &client.lignesClient ) );
	boucle = true;
...
}


In lay file i have:

ITEM(LineEdit, lignesClient, LeftPosZ(7, 601).TopPosZ(85, 253))


I have this error when i execute my program:

http://banaszak.fr/thread.png

Can you help me ? How to use GuiLock ?

I'm using TheEDI Windows edition.

Thank you !
 
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: Thu Apr 25 16:44:29 CEST 2024

Total time taken to generate the page: 0.02828 seconds