Hi,

I working on this one and I am not sure how to fix this in uiwx.__init__:

    if isinstance(wxEvt, wx.ListEvent):
        pos = wxEvt.GetPosition()
        ht = obj.HitTest(pos)
        try:
            idx, flg = ht

ListEvent has no GetPosition and I can't find it in wxWidgets doc for 2.8 either.

Thought I could use GetItem - http://wxpython.org/Phoenix/docs/html/ListEvent.html?highlight=listevent#ListEvent
but can't get it to work.

What is "ht" after the HitTest? Would try it on 2.8 but I don't have that installed at the moment.

Werner

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to