From: Steven P. <n9...@n9...> - 2003-12-09 14:04:32
|
On Dec 9, 2003, at 1:23 AM, Roger Binns wrote: >> 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' Mac Output: cb1: GetSelection() = -1 cb1: GetValue() = '' cb2: GetSelection() = -1 cb2: GetValue() = '' cb3: GetSelection() = -1 Segmentation fault -. ----. -.-- - -.-- Steve Palm - n9...@n9... -. ----. -.-- - -.-- |