develooper Front page | perl.wxperl.users | Postings from February 2013

wxLC_VIRTUAL and EVT_LIST_ITEM_RIGHT_CLICK

Thread Previous | Thread Next
From:
Jeff
Date:
February 5, 2013 10:50
Subject:
wxLC_VIRTUAL and EVT_LIST_ITEM_RIGHT_CLICK
Message ID:
5110E401.6000608@roqc.no
Thanks Mark.
Yes, we are using virtual.  Did I mention  we get around that by sensing 
key EVT_KEY_UP and checking if GetKeyCode is 306. If it is we call our 
"item selected" callback.


On 2/4/2013 8:12 PM, Mark Dootson wrote:
> Hi Jeff,
>
> Answering the wxListCtrl questions one by one, I've tested this on 
> Linux and Windows and EVT_LIST_ITEM_SELECTED is fired as and when 
> expected with a wxListCtrl with style wxLC_REPORT
>
> The only time it isn't fired is if you have a wxListCtrl with style 
> wxLC_VIRTUAL - but that is 'sort of' documented.
>
> Regards
>
> Mark
>
>
>
> On 01/02/2013 20:29, Jeff wrote:
>>  From what I can see, EVT_LIST_ITEM_SELECTED does not fire when
>> selecting using the shift key in multi select mode.
>> Jeff
>>
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About