montse wrote:
> Ok, thats me again!!
> i have notice that the dataset only desapear when, well i will reproduce the
> secuence:
> draw the graph in a tab, switch the tab, return to the tab where the graph
> is, and the data in the graph are still there.
> open another window in my app (anyone), switch the tab, return to the tab
> where the graph is, and the data in the graph have been desapear!!!!.
> I though, may be it has to do with changing the focus, but it hasn't, it only
> happen when a new window arises.
I've had a few weired widget interactions occur myself. I found it helpful to
write a test program with only the widgets in question to see if the problem
went away or changed some way. Maybe try adding a different widget to the label
to see if it shows the same behavior. Make sure your program is actually using
the GTK version you think it is ("ldd program" will tell you what GTK library
its using). Maybe connect to the expose event of the disappearing widget that
just printfs something to see if the expose is being generated or not when the
problem occurs. Look through the GTK mailing list archives. I've found solutions
to rather obscure problems on the GTK mailing list. Good luck.
Josh Green
_______________________________________________
Glade-devel maillist - [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel