Re: [Gambas-user] Gtk-CRITICAL messages.

2014-10-26 Thread Jorge Carrión
Try to change the qt4 theme with qtconfig, fron default (who uses gtk functions) to another who doesn't. It works for me. Regards 2014-10-26 9:02 GMT+01:00 Ian : > I was testing why this error message appears > > "(ApplicationName:6831): Gtk-CRITICAL **: IA__gtk_widget_get_direction: > asser

[Gambas-user] Gtk-CRITICAL messages.

2014-10-26 Thread Ian
I was testing why this error message appears "(ApplicationName:6831): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed" It occurred every time the mouse passed over a control. Not sure if it is fixable or a just a GTK interface thing. [System] Gambas

Re: [Gambas-user] Gtk-CRITICAL

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 23:18, Juan a écrit : > > > this is the code that happens the problem > > Public Sub Form_Open() > >GridView1.Columns.Count = 7 >GridView1.Rows.Count = 1 > >GridView1.Columns[0].Width = 50 >GridView1.Columns[1].Width = 70 >GridView1.Columns[2].Width = 70 >GridV

Re: [Gambas-user] Gtk-CRITICAL

2012-11-28 Thread Juan
Bill-Lancaster lineone.net> writes: > > > Benoît, > > Have just got round to making a small example but I can't reproduce the > error. > > I'll add to this thread if it happens again! > > Regards > > Bill this is the code that happens the problem Public Sub Form_Open() GridView1.Co

Re: [Gambas-user] Gtk-CRITICAL

2012-07-29 Thread Bill-Lancaster
Benoît, Have just got round to making a small example but I can't reproduce the error. I'll add to this thread if it happens again! Regards Bill -- View this message in context: http://old.nabble.com/Gtk-CRITICAL-tp34208922p34226546.html Sent from the gambas-user mailing list archive at Nabb

Re: [Gambas-user] Gtk-CRITICAL

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 09:27, Bill-Lancaster a écrit : > > When the number of rows in gridview is set (GridView1.Rows.Count = 6) the > following appears in the console window. > > ** (aa:3485): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed > > (aa:3485): Gtk-CRITICAL **: IA__gtk_widget_hide:

Re: [Gambas-user] Gtk-CRITICAL

2012-07-25 Thread Bill-Lancaster
I dropped GTK component and used QT4 and the 'problem' went away. -- View this message in context: http://old.nabble.com/Gtk-CRITICAL-tp34208922p34209002.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Gtk-CRITICAL

2012-07-25 Thread Bill-Lancaster
When the number of rows in gridview is set (GridView1.Rows.Count = 6) the following appears in the console window. ** (aa:3485): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed (aa:3485): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed ** (aa:3485):