Hi all, I have an hbox where I create a new combo box then add items. However, when a specific choice is made, I need to change the list of items available in the combo box below it, also dynamic.
I am having 2 problems. First, the items in the revised combo box are no different after the change. Second, since the new combo box has a different address, the member variable that was pointing to it no longer points to the current box. I'm not quite sure why this happens. Maybe solving the first problem will fix the second as well. Any ideas? jm -- My other computer is your Windows box. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
