Hey,
I changed it so that each object I have has its own version of this table,
this table is packed into HBox, so when I want to change which table I
display I remove the table, destroy it, then pack in the new one, this works
on Windows, but fails with the same segfault on OSX.  It is the
container.Remove that is to blame.  Is there anyway to swap tables like this
without calling remove?  Who do I file a bug report with?  Generally how
long does it take to get fixed?

Billy

On Sat, Jun 28, 2008 at 5:43 PM, Michael Hutchinson <
[EMAIL PROTECTED]> wrote:

> On Sat, Jun 28, 2008 at 4:33 PM, Billy Schoenberg <[EMAIL PROTECTED]>
> wrote:
> > Hey, I thought about the Destroy, make new, but I have run into a problem
> > there, Destroy and Dispose both delete all of the Widgets packed inside
> of
> > them, is there anyway to toss out the table but not the widgets packed
> > inside?
>
> Nope, except removing them first. That said, it may be that the
> crasher bug is in the table, so that might work fine.
>
> IMO it's a pretty odd pattern to clear out all the widgets from the
> table, store them, and put them back in. Why not just rebuild the
> whole thing from scratch, or store the fully populated table?
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
>
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to