On Thu, 2008-01-03 at 19:04 -0600, Jamie Lahowetz wrote: > I would like to create a Gtk2 based Chat client that can be used with the > chat server on the POE cookbook. To do this I have to sort of reteach myself > on using Gtk2 in the POE loop. Currently I am trying to get the program to > create a simple window. I'm having trouble with this, the window seems to > just disappear with no warnings. Any ideas?
That's because you removed the bits that kept it all alive from the cookbook example, the postback for the clicked signal on the button and the endless stream of events driving the counter. Martijn