jayu108 wrote:
I want to change CalendarCtrl, but I don't know what I do.
Things I want chage
-- English name(ascii) to unicode name or number
example : September to 9 or unicode, Mon to unicodeHow can I change these!
The language used for the wx.calendar control depends on the operating
system's settings. It isn't customizable.
However, wxPython has a second calendar control, written completely in
Python, in wx.lib.calendar. You can derive your own from that, or copy
the source code into your own project, and customize it to your heart's
content.
···
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.