Mark Cooke <[EMAIL PROTECTED]> writes: > The problem I'm having, is that once they has pressed the OK and if > they have missed any fields, and they then correct the missing fields, > pressing it a second time has no effect. > > Is this the best way of dealing with this?
You already got a response to your question that I think works for you, but I wanted to suggest another possiblity to consider: Don't let the user click OK if there are missing fields. Make the OK button insensitive until all the required fields are valid. This isn't always possible or appropriate, but often I think it improves the UI. _______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/