tmp_list = ULC.UltimateListCtrl( parent = self.treebook, agwStyle = TREEBOOK_ULC_STYLE )
data = ULC.UltimateListItemData( tmp_list )
``
File “/usr/local/lib/python2.7/dist-packages/wx/lib/agw/ultimatelistctrl.py”, line 2550, in init
if owner.InReportView():
AttributeError: ‘UltimateListCtrl’ object has no attribute ‘InReportView’
``
Hi,
I am trying to add a tooltip to an item of an UltimateListCtrl, using python 2.7.3 and wxPython Phoenix 3.0.3.
According to UltimateListItemData’s documentation, I have to provide it an instance of UltimateListCtrl.
Here is my code:
···
And here is the error:
Thanks,
Damien