Hi,<div><br></div><div>I am having a problem removing all of the widgets from a table. 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> {</div><div> controller.GTKObjectPropertiesTable.Remove(c);</div><div> }</div><div><br></div><div>to try to clear a table, but it gives this exception</div><div><br></div>
<div><div> at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004></div><div> at (wrapper managed-to-native) Gtk.Application.gtk_main () <0xffffffff></div><div> at Gtk.Application.Run () <0x0000a></div>
<div> at Open_Dialect.MainWindow..ctor (string) [0x0070a] in /Users/Billy/Desktop/Open Dialect/Open Dialect/OpenDialect/FormsAndViews/MainWindow.cs:257</div><div> at Open_Dialect.Program.Main (string[]) [0x0005f] in /Users/Billy/Desktop/Open Dialect/Open Dialect/OpenDialect/Program.cs:43</div>
<div> at (wrapper runtime-invoke) Open_Dialect.Program.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff></div><div><br></div><div>yes that is the full stack trace, it is missing pieces and I do not know why. 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. Any ideas? Who to report to? I am having a lot of trouble registering for the Bugzilla at Novell.</div>
<div><br></div><div>Billy</div></div></div>