[Gambas-user] Project crash due Textarea selection

Benoît Minisini g4mba5 at gmail.com
Mon Oct 5 23:28:33 CEST 2020


Le 05/10/2020 à 21:26, pinglix via User a écrit :
> I send the project.
> 
> It is a monitor that prints incoming messages from UDP datagrams received on ports 50000 and 50001.
> The rate is 1 message per second.
> 
> There are 2 TextArea named TextServer and TextAudio.
> 
> For each textarea every 20 messages the code makes a
> 
> Textxxxxx.clear
> Textxxxxx.Line = 1
> 
> to clean the area and restart from the first line.
> 
> If you do rapid clicks with the mouse over a text it happens that the project crashes now and then.
> 
> I suppose the clicks select words and lines at the same time the text is cleared and this makes the program to crash.
> 
> Of course it is Gambas 3.15.1, I was writing the email not in front of the computer.
> 
> Thanks
> 
Can you provide your system information as returned by corresponding the 
IDE menu entry?

-- 
Benoît Minisini


More information about the User mailing list