TimeCtrl Issue

Murat Erten wrote:

Murat Erten wrote:

Hi

   In the wx 2.6.3.2 TimeCtrl demo when I try to enter ascii
characters, it doesn't permit it. But when I try to enter unicode
characters like 'g', 'i' it permits it and the control goes yellow.
Is it normal or is it a bug ? In my opinion it shouldn't permit that
either.

Try 2.8. There were some changes in the masked edit controls related
to this.

Is 2.8 ready for real world applications or shoul I wait and use
2.6.3.3 ?

I'll leave it to Robin to answer about the imminence (or not) of
either the next 2.6 release or the next available py2.3.5 release
for 2.8; in the mean time, attached is the patched maskededit.py
that was checked into the 2.6 branch that will hopefully solve your
problem. (Basil Shubin, if you're reading this, this version should
fix your masked.TextCtrl unicode bug reported in November as well...)

/Will Sadkin
author, lib.masked

maskededit.py (330 KB)

···

2007/1/7, Robin Dunn <robin@alldunn.com>:

Will Sadkin wrote:

I'll leave it to Robin to answer about the imminence (or not) of
either the next 2.6 release or the next available py2.3.5 release for 2.8;

I tried building it yesterday, but ran into problems. On Windows Python 2.3.x requires the use of version 6 of MSVC since that is what the stock Python is built with. However MSVC 6 runs into some compilation problems in the new wx.GraphicsContext code, and in the GDIplus headers that it uses from the latest platform SDK. I'm not sure when I'll have time to track down solutions to this as I'm not at home this week...

In other news, wxWidgets 2.8.1 will likely be released tomorrow.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Hi Robin,

In other news, wxWidgets 2.8.1 will likely be released tomorrow.

Do you have any plan to make a preview/new release in the near future?
Sorry if I ask, I just wanted to know if could use the
wxAuiMDISomething to build my new app in the short term or just stick
with the configuration I have right now...

Thank you for your great work.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/

···

On 1/8/07, Robin Dunn wrote:

Thank you all for the quick responses

···

2007/1/9, Andrea Gavana <andrea.gavana@gmail.com>:

Hi Robin,

On 1/8/07, Robin Dunn wrote:
> In other news, wxWidgets 2.8.1 will likely be released tomorrow.

Do you have any plan to make a preview/new release in the near future?
Sorry if I ask, I just wanted to know if could use the
wxAuiMDISomething to build my new app in the short term or just stick
with the configuration I have right now...

Thank you for your great work.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Andrea Gavana wrote:

Hi Robin,

In other news, wxWidgets 2.8.1 will likely be released tomorrow.

Do you have any plan to make a preview/new release in the near future?

Yep, if I can get the R'bot working when 2 out of the 4 build machines are remote. Otherwise I'll do it this weekend after I get back home.

···

On 1/8/07, Robin Dunn wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!