Re: [Java-gnome-developer] Glade and reusing a window
Brought to you by:
afcowie
From: Stefan P. <pr...@tz...> - 2005-08-13 15:43:26
|
Hi Gian, Am Samstag, den 13.08.2005, 17:30 +0200 schrieb Gian Mario Tagliaretti: > > My problem is: If I close the window with the "x"-Button on the frame > > the window closes but cannot be re-used. > > you should connect the hide method also to the delete-event which is > emitted by the windows when you press the "x"-Button on the frame. I already tried that. I could verify that the method is called, but that doesn't change the fact that I wasn't able to re-display the window. The error was still the same. The problem must be somewhere else. But thanks for the idea anyway. Regards, Stefan |