Re: [pygtk] prevent gtk.Dialog from closing

2008-09-09 Thread Tasos Latsas
Walter Leibbrandt wrote: > Tasos Latsas wrote: >> Hello, >> I have a dialog box which prompts the user for some input with an entry >> box. I want to be able to check the user input before returning to the >> main window and show another popup window with a message, >> e.g. ("you left the field

Re: [pygtk] prevent gtk.Dialog from closing

2008-09-09 Thread Walter Leibbrandt
Tasos Latsas wrote: > Hello, > I have a dialog box which prompts the user for some input with an entry > box. I want to be able to check the user input before returning to the > main window and show another popup window with a message, > e.g. ("you left the field empty, press cancel button or fill

[pygtk] prevent gtk.Dialog from closing

2008-09-09 Thread Tasos Latsas
Hello, I have a dialog box which prompts the user for some input with an entry box. I want to be able to check the user input before returning to the main window and show another popup window with a message, e.g. ("you left the field empty, press cancel button or fill it etc") and then prevent the