10 Jan
2008
10 Jan
'08
5:41 p.m.
I'm thinking that perhaps the error messages should be suppressed until you commit. So it should fail silently until you select "OK." I'm not quite sure how to do that architecturally -- but it seems like the "right" answer. What do others think?
The best method would be, if gtk.Entry change to red color.
gtk.Entry.modify_base(gtk.STATE_NORMAL, gtk.gdk.color_parse("FF0000"))
I dont know how is it implemented in gtkmm.
And the dialog should contain an error frame/notebook page. And if error occours, instead of popup, in the dialog should be reported.
What do you think?