Hi,<br>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.<br>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.
<br>It works fine with a simple test program, but my program has a Glib.Timeout that runs a method to parse a file every couple of seconds, and this seems to be causing problems.<br>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.
<br><br>Thanks,<br>Paul.<br>