Hi, I'm working on small dockable app using GTK#, and have being trying to use the StatusIcon class to dock it to the system tray. Im not sure if this class contains bugs, but the status icon it displays seems to be continually disappearing on me, or not showing up at all. It works fine with a simple test program, but my program has a Glib.Timeoutthat runs a method to parse a file every couple of seconds, and this seems to be causing problems. Could anyone elaborate on why the status icon seems to be affected by other parts of the program and maybe suggest a solution? I have tried replacing the Timeout with a Thread but this causes the same problem.
Thanks, Paul.
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
