On Thu, May 17, 2012 at 10:03 PM, Andrea Gavana <
andrea...@gmail.com> wrote:
> On 14 May 2012 17:08, Dag Wastberg wrote:
>> Hi
>>
>> I'm trying to use a hypertreelist (wx 2.9.3) in an app where some of
>> the tree items are hyperlinks. So far so good, no problems. However
>> my problem comes with the events bound to these items. They trigger
>> on both left click and when I happen to highlight the item via
>> keyboard navigation. I've read the customtreectrl.py source code and
>> this is clearly the intended behavior, but it's not the behavior I
>> need or want. I want it to only trigger on left clicks. What is the
>> reasoning behind this behavior, and is there a simple way (short of
>> editing customtreectrl.py) to change it? I've tried to come up with
>> some way of differentiating between the two in the callback, but
>> nothing has worked.
>>
>> Any suggestions?
>
> This should now be fixed in SVN, could you please test and see if it
> works correctly?
Just tested it and it seems to work fine. Thanks!
hyperlink with space/enter. What do you think?