From: Roger B. <ro...@ro...> - 2003-12-09 07:23:43
|
> I'd be curious to see what that does on a Windows or Linux install. I I have added a file as experiments/combobox.py that goes through all the possible variations. There is also a copy attached. This is the Windows output: cb1: GetSelection() = -1 cb1: GetValue() = '' cb2: GetSelection() = -1 cb2: GetValue() = '' cb3: GetSelection() = -1 cb3: GetValue() = '' cb4: GetSelection() = -1 cb4: GetValue() = '' cb5: GetSelection() = 2 cb5: GetValue() = '3' cb6: GetSelection() = -1 cb6: GetValue() = '' cb7: GetSelection() = -1 cb7: GetValue() = '' cb8: GetSelection() = 2 cb8: GetValue() = '3' This is the Linux output: cb1: GetSelection() = -1 cb1: GetValue() = '' cb2: GetSelection() = -1 cb2: GetValue() = '' cb3: GetSelection() = -1 cb3: GetValue() = '' cb4: GetSelection() = -1 cb4: GetValue() = '' cb5: GetSelection() = -1 cb5: GetValue() = '3' cb6: GetSelection() = -1 cb6: GetValue() = '' cb7: GetSelection() = -1 cb7: GetValue() = '' cb8: GetSelection() = -1 cb8: GetValue() = '3' Roger |