How to change the combo box lists as my wish

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Mon Nov 1 01:19:00 EST 2004


Austin wrote:

> .................
> self.diskList = ['3','4','5']
> self.cB =
> wxComboBox(self,-1,wxDefaultPosition,wxDefaultSize,self.diskList)
> ................. 
> 
> The code is executed initially.
> If i want to update only the diskList, what could i do?

Follow the advice at this URL:
http://www.catb.org/~esr/faqs/smart-questions.html

Tim Delaney



More information about the Python-list mailing list