Hi folks... I have in my project dozens of combos that must have their contents defined by the data stored in the database (a postgresql database, just for the records). I don�t want to load all this combos when the window opens, because it will take too long. One idea I had was to load the combo when someone click at it�s button (to frop it down). Two trobles with it: * When I do: glade.get_widget ( "comboboxentry" ), it return an object of gtk.Bin type. I can�t understand what�s happening * I don�t know how to get the dropdown button object. Is it possible? If it�s not, how can I use it�s "clicked" event?
Regards, []�s! -- Adriano Monteiro Marques www.red-code.com [EMAIL PROTECTED] [EMAIL PROTECTED] I'm FREE... Are you? (PYTHON powered) _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
