On Sat, Aug 30, 2008 at 2:32 PM, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
>> I'm using a Tix combo box (I call it combo2), the contents of which
>> are loaded depeding on the selection in another Tix combo box(I call
>> it combo1)
>> I have used the commands:
>>
>> self
[EMAIL PROTECTED] wrote:
I'm using a Tix combo box (I call it combo2), the contents of which
are loaded depeding on the selection in another Tix combo box(I call
it combo1)
I have used the commands:
self.cbAnalysisLibVersion.insert(END, results)
to insert elements to the combo box.
I'm lookin
HI,
I'm using a Tix combo box (I call it combo2), the contents of which
are loaded depeding on the selection in another Tix combo box(I call
it combo1)
I have used the commands:
self.cbAnalysisLibVersion.insert(END, results)
to insert elements to the combo box.
I'm looking for some similar opti