On Sat, 4 Mar 2006 02:33:35 +0200 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> how can I make M to ignore spacebar to select/unselect messages? NB> I searched for WXK_SPACE and found it only in 2 places in wxFolderView.cpp. This is the standard key of wxListCtrl so to prevent it from working like it does now you'd need to catch WXK_SPACE in wxFolderView and ignore it (instead of calling event.Skip()). Regards, VZ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
