Re: [Gambas-user] Problem with TextArea in Gambas 3.5.3

2014-05-06 Thread Wolfgang, dl7nb
Am 07.05.2014 01:22, schrieb Benoît Minisini: > Le 07/05/2014 00:45, gian a écrit : >> Hello Benoit, >> >> on my wife's computer TextArea works well, so I think it's a problem of >> 3.5.3 >> > The bug should be fixed in revision #6255. > > Regards, > Thank you for sorting the problem out! Regards,

Re: [Gambas-user] Problem with TextArea in Gambas 3.5.3

2014-05-06 Thread Benoît Minisini
Le 07/05/2014 00:45, gian a écrit : > Hello Benoit, > > on my wife's computer TextArea works well, so I think it's a problem of > 3.5.3 > The bug should be fixed in revision #6255. Regards, -- Benoît Minisini -- Is you

Re: [Gambas-user] Problem with TextArea in Gambas 3.5.3

2014-05-06 Thread gian
Hello Benoit, on my wife's computer TextArea works well, so I think it's a problem of 3.5.3 [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-20-generic Architecture=x86 Distribution=Ubuntu 13.10 Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=3021M [Libraries] Cairo=li

Re: [Gambas-user] Problem with TextArea in Gambas 3.5.3

2014-05-06 Thread gian
Hello Benoit, I (re)confirm Wolfgang results: With gb.gui: (F3:2853): Gtk-CRITICAL **: IA__gtk_text_buffer_set_text: assertion 'text != NULL' failed With gb.gtk: ERROR: TextArea1.Text is not static With gb.qt4: well works!!! My system is: [System] Gambas=3.5.3 OperatingSystem=Linu

Re: [Gambas-user] Problem with TextArea in Gambas 3.5.3

2014-05-06 Thread Jussi Lahtinen
I cannot reproduce it either. Maybe the problem is in older version of GTK+ (libgtk-x11-2.0.so.0.2400. *10* instead of libgtk-x11-2.0.so.0.2400.*23*)? [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Ubuntu 14.04 LTS Desktop=XFCE Theme=QGtk Lan

Re: [Gambas-user] Problem with TextArea in Gambas 3.5.3

2014-05-06 Thread Benoît Minisini
Le 27/04/2014 09:13, DL7NB a écrit : > > Hi, > > When trying to erase a textarea.text with the command: > > TextArea1.text = "" > > ..does not work and it throws the Gtk-Critical error message: > > (Textarea:9381): Gtk-CRITICAL **: IA__gtk_text_buffer_set_text: > assertion `text != NULL