On Tuesday 02 September 2003 00:19, Greg Fortune wrote: > The code works fine over here.
Ah, OK. Definitely an outdated version issue then. Looks like I'll have to either figure out how to update PyQt, or try SuSE-8.2 instead. > If you want to know what index is selected > rather than what item is selected, call list.currentItem() which returns an > int index number. That, as I understand it, tells you the index of the item which has keyboard focus. In a listbox in single selection mode that's the same as the selection; I'm using a listbox in multiple selection mode, so I need to be careful. Thanks for help. -- > eatapple core dump _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
