Python

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Custom wxDatePickerCtrl keyboard handler possible?

    1 answers - 374 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello,community.
    I need to modify DatePickerCtrl behavior.
    I'd like to enter dates from keyboard without using cursor keys.
    For example just typing
    01012005
    Now DatePickerCtrl wants me to use cursor keys to move from
    days to month to year fields.
    Like
    01<cursor right>01<cursor rigth>2005
    Is it possible?
    Thanks in advance.
  • No.1 | | 610 bytes | |

    Igor Prischepoff wrote:
    Hello,community.
    I need to modify DatePickerCtrl behavior.
    I'd like to enter dates from keyboard without using cursor keys.
    For example just typing
    01012005
    Now DatePickerCtrl wants me to use cursor keys to move from
    days to month to year fields.
    Like
    01<cursor right>01<cursor rigth>2005
    Is it possible?

    I think that it will already work to use the '/' key (or whatever your
    locale's date separator character is) to move to the next subfield. So
    you could type 1/1/2005 without having to go to the cursor keys.

Re: Custom wxDatePickerCtrl keyboard handler possible?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Python"

EMSDN.COM