On Jan 21, 2008 1:26 PM, hellboy195 <[EMAIL PROTECTED]> wrote: > Hi, > thank you very much for your help. I tried both of you methods and it's > working really great but there is one thing left I that should work. With my > old (buggy) version the Files from the Treeview were removed automatically > when the encoding was finshed. That means. I have a treeview with let's say > 3 titels and after the first title is finished with encoding it should be > removed to only 2 are remaining and so on ... > Any chance that I can manage it like in the past with? > > this.menuListStore.GetIterFirst(out iter); > this.menuListStore.Remove(ref iter);
You still can, you just need to do this from the GUI thread. We will need more information about the circumstances you are doing this under to help. Can you paste your code? -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
