[Gtk-sharp-list] Check Process state in an GUI app

Chris Howie cdhowie at gmail.com
Mon Jan 21 14:09:49 EST 2008


On Jan 21, 2008 1:26 PM, hellboy195 <hellboy195 at gmail.com> 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


More information about the Gtk-sharp-list mailing list