[Gambas-user] Gtk-CRITICAL
Benoît Minisini
gambas at ...1...
Wed Nov 28 23:26:36 CET 2012
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
> GridView1.Columns[3].Width = 100
> GridView1.Columns[4].Width = 150
> GridView1.Columns[5].Width = 150
> GridView1.Columns[6].Width = 150
>
> GridView1.Columns[0].Title = ("field1")
> GridView1.Columns[1].Title = ("field2")
> GridView1.Columns[2].Title = ("field3")
> GridView1.Columns[3].Title = ("field4")
> GridView1.Columns[4].Title = ("field5")
> GridView1.Columns[5].Title = ("field6")
> GridView1.Columns[6].Title = ("field7")
>
> End
>
> the console display:
>
> ** (xxx:5714): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed
> (xxx:5714): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET
> (widget)' failed
> ** (xxx:5714): CRITICAL **: os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed
> ** (xxx:5714): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed
> (xxx:5714): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET
> (widget)' failed
> ** (xxx:5714): CRITICAL **: os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed
>
Wich GTK+ theme do yo use? (The problem may come from the GTK+ theme).
--
Benoît Minisini
More information about the User
mailing list