Well Sr, > I am working with PostgreSQL.
Good to hear. I personally like modular, stand-alone apps that require as little overhead as possible (considering the kind of app that it is, of course). --------------------------------------------- > Later that the user to choose one of itens of this > Combo, will have to be filled another Combo. Eu sou ... Je vais ... --------------------------------------------- > If the user to write and to choose one of the > options of completion > being only used the keyboard which event occurs I to > fill another one > on the basis of combo the chosen option? Ahhhh ... if I am reading your english correctly, then you want the enter button to activate an option. There is the "activate" signal for the combo box. Although I'm not sure if you want to catch a certain key (like 'q' or 's') or just the enter key. There is also a way to capture key presses, but if the combo entry is editable, that might not me what you are looking for. Gabe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
