Hi,<div><br></div><div>I am having a problem removing all of the widgets from a table. &nbsp;I use this code</div><div><br></div><div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>foreach ( Widget c in controller.GTKObjectPropertiesTable.Children)</div>
<div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; controller.GTKObjectPropertiesTable.Remove(c);</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</div><div><br></div><div>to try to clear a table, but it gives this exception</div><div><br></div>
<div><div>&nbsp;at (wrapper managed-to-native) Gtk.Application.gtk_main () &lt;0x00004&gt;</div><div>&nbsp;&nbsp;at (wrapper managed-to-native) Gtk.Application.gtk_main () &lt;0xffffffff&gt;</div><div>&nbsp;&nbsp;at Gtk.Application.Run () &lt;0x0000a&gt;</div>
<div>&nbsp;&nbsp;at Open_Dialect.MainWindow..ctor (string) [0x0070a] in /Users/Billy/Desktop/Open Dialect/Open Dialect/OpenDialect/FormsAndViews/MainWindow.cs:257</div><div>&nbsp;&nbsp;at Open_Dialect.Program.Main (string[]) [0x0005f] in /Users/Billy/Desktop/Open Dialect/Open Dialect/OpenDialect/Program.cs:43</div>
<div>&nbsp;&nbsp;at (wrapper runtime-invoke) Open_Dialect.Program.runtime_invoke_void_string[] (object,intptr,intptr,intptr) &lt;0xffffffff&gt;</div><div><br></div><div>yes that is the full stack trace, it is missing pieces and I do not know why. &nbsp;The first time this piece of code is called it works fine, removes the widgets from the table, but then after I reattach them and call this method again it throws this exception. &nbsp;Any ideas? &nbsp;Who to report to? &nbsp;I am having a lot of trouble registering for the Bugzilla at Novell.</div>
<div><br></div><div>Billy</div></div></div>