Hi, I'm a newbie in GTK#. I'm trying to find an alternative to Winforms Application.Idle event and I found GLib.Idle.Add(new IdleHandler(OnIdle)). The problem is when I use it my simple program begins to use 50% CPU. How to fix this? Or there is another approach to do this ?!?!? -- Best regards, Iliya Iliev