Python Forum
[WxPython] ultimatelistctrl problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] ultimatelistctrl problem
#4
More details:
Windows 10 (1607)
Python 3.6.3
wxpython 4.0.0b2

My problem is clearly apparent in the 4.0.0b2 demo, clicking on an item in ultimatelistctrl (report or list view) returns:

Traceback (most recent call last):
File "agw\UltimateVirtualDemo.py", line 87, in OnItemSelected
self.currentItem = event.Index
AttributeError: Index

or:

Traceback (most recent call last):
File "agw\UltimateReportDemo.py", line 802, in OnItemDeselected
self.log.write("OnItemDeselected: %d\n" % evt.Index)
AttributeError: Index
Traceback (most recent call last):
File "agw\UltimateReportDemo.py", line 782, in OnItemSelected
self.currentItem = event.Index
AttributeError: Index

Basically the same error. Help! Cry
Reply


Messages In This Thread
ultimatelistctrl problem - by floatingshed - Nov-04-2017, 12:41 AM
RE: ultimatelistctrl problem - by Larz60+ - Nov-04-2017, 01:54 AM
RE: ultimatelistctrl problem - by floatingshed - Nov-04-2017, 06:42 AM
RE: ultimatelistctrl problem - by floatingshed - Nov-04-2017, 11:16 AM
RE: ultimatelistctrl problem - by Larz60+ - Nov-04-2017, 12:00 PM
RE: ultimatelistctrl problem - by floatingshed - Nov-04-2017, 01:27 PM
RE: ultimatelistctrl problem - by floatingshed - Nov-04-2017, 04:02 PM
RE: ultimatelistctrl problem - by Larz60+ - Nov-05-2017, 12:06 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020