google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

GB.GTK: Label transparent resul in Gtk-CRITICAL and lock the app #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) when u try to load a form with a label with transparent=true will result in 
an apps locks and console loop this message:
(rflv-3.2:2810): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_IS_WIDGET 
(widget)' failed

2)
Version: 3.2.1 stable
Revision: 
Operating system: Linux 
Distribution: Debian Squeeze backported kernel 3.2
Architecture: x86_64
GUI component: gb.gtk
Desktop used: i try on kde and gnome

3) I attach an example

4) If your project needs a database, try to provide it, or part of it.

5) Explain clearly how to reproduce the bug or the crash.

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!

Original issue reported on code.google.com by cresi...@gmail.com on 13 Sep 2012 at 8:59

Attachments:

GoogleCodeExporter commented 9 years ago
It has already been fixed for 3.3.

The Transparent property is useless now. As soon as you don't define the 
background color of the label, it will be "transparent" anyway.

Original comment by benoit.m...@gmail.com on 13 Sep 2012 at 9:04