Re: Feed wxComboBox with dictionary/hash

2006-06-22 Thread Peter Decker
On 22 Jun 2006 06:45:25 -0700, Roland Rickborn <[EMAIL PROTECTED]> wrote: > My first question: > how can a wx.ComboBox be fed by a dictionary? This is one of those annoying things about wxPython that made me so happy to switch to using the dabo.ui wrapper for wxPython instead. You can set up the

Re: Feed wxComboBox with dictionary/hash

2006-06-22 Thread Simon Forman
Roland Rickborn wrote: > Hi folks, ... > As the subject says, I'd like to feed a wx.ComboBox with a > dictionary/hash. According to the posting of Stano Paska ("wxComboBox > <> combobox", 20 Jul. 2004), there seems to be a way to do this: > > > You must use something like > > combo.Append('aaa', 'a

Re: Feed wxComboBox with dictionary/hash

2006-06-22 Thread Iain King
Roland Rickborn wrote: > Hi folks, > > I am relatively new to Python. Although I read a lot of howtos, > introductions and wikis, I am still having trouble ;-) > > My querstion: > As the subject says, I'd like to feed a wx.ComboBox with a > dictionary/hash. According to the posting of Stano Paska

Feed wxComboBox with dictionary/hash

2006-06-22 Thread Roland Rickborn
Hi folks, I am relatively new to Python. Although I read a lot of howtos, introductions and wikis, I am still having trouble ;-) My querstion: As the subject says, I'd like to feed a wx.ComboBox with a dictionary/hash. According to the posting of Stano Paska ("wxComboBox <> combobox", 20 Jul. 200