I am currently using the listView in some script and I wanted to have a
keyboard shortcut to select all rows with CTRL+A (kind of standard in
editors, along with CTRL+C and CTRL+V, the idea being to select, copy items
from or paste items into the listView). I did investigate the keydown of
the listView and also got stuck in detecting the key up.

I guess a candidate for a RFE.

Madou



2013/2/9 Staffan Tylen <staffan.ty...@gmail.com>

> Thanks for your comments on this, Mark. I'll just need to rethink my user
> interface, no big deal.
>
> Knowing nothing about the Windows API you mention, my immediate reaction
> is that if Windows generates these events (including mouse events?)
> regardless of which dialog control or even dialog window has focus, methods
> or event handlers could maybe be part of the WindowsBase or the
> WindowsExtensions class, or perhaps better as a separate Keyboard mixin
> class so that the methods are there ready to use. I'm aware that I'm now
> stepping into design questions that I'm not really qualified to comment on,
> but this is all interesting to me so I can't resist. ;)
>
> Staffan
>
>
>
>
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to