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