Re: [Gambas-user] Error in TextArea (Gambas 3.5.3)

2014-04-29 Thread Wolfgang (DL7NB)
Hello Gianluigi, That is what I think, too. Will check if I can use th QT component. This problem is known now. As I know all the great code artists this will not be a problem for a long time. And I have a workaround for my code which was done fast. Compared to other compilers - even highly pr

Re: [Gambas-user] Error in TextArea (Gambas 3.5.3)

2014-04-29 Thread gian
Hello Wolfgang, Here Gambas experts recommend waiting, which is just a matter of passing. Recommend that, if possible, it is best to work with QT component. Also my greetings from Liguria gianluigi Il 29/04/2014 12:36, Wolfgang, dl7nb ha scritto: > Hello Gian, > > help does not work here, t

Re: [Gambas-user] Error in TextArea (Gambas 3.5.3)

2014-04-29 Thread Wolfgang, dl7nb
Hello Gian, help does not work here, too. Well not with all code. Wait for example has its help-text - Textarea has not!! Greetings from Bavaria Wolfgang Am 29.04.2014 12:19, schrieb gian: > Hello Wolfgang > > > I confirm your results: > > > With gb.gui: > > (F3:2853): Gtk-CRITICAL **: IA

Re: [Gambas-user] Error in TextArea (GAmbas 3.5.3)

2014-04-29 Thread gian
Hello Wolfgang I confirm your results: With gb.gui: (F3:2853): Gtk-CRITICAL **: IA__gtk_text_buffer_set_text: assertion 'text != NULL' failed With gb.gtk TextArea1.Text is not static With gb.qt4 well works I have Ubuntu 14.04 LTS with Gambas3 3.5.3 Trusty3 Also point out that to me

[Gambas-user] Error in TextArea (GAmbas 3.5.3)

2014-04-29 Thread Wolfgang, dl7nb
Hello all, I have posted this under "Problem with TextArea in Gambas 3.5.3" but either it did not get through or I am the only one with this error... === When trying to erase a textarea.text with the command: TextArea1.text = "" it does not work and it throws the Gtk-Critical error mes