Robin Dunn wrote:
The first daily build has been uploaded to
http://starship.python.net/crew/robind/wxPython/daily/. It's still
not quite fully automated but it is close. This version has several
bugs fixes and other updates from wxWidgets since the 2.5.2.1 build,
as well as binary RPMs (still built on RH9.)Contributors: Please test your code with this build and send me
updates as soon as possible.
I notice that now the sizing on all the masked edit controls is off
(under Win2k at least.) The length and height of the underlying textctrls
is no longer working; the fixed masks do not fit within the calculated
allocated size, and typing leaves little "tic" marks at the bottom of
the controls.
Examples for reproduction:
If you type in a numctrl, and then hit home, the last digit is scrolled
off the right side of the control. In the demo, if you enter the control
without typing anything, (initially a value of 0), and hit home, the
control appears empty, but it's not. Also, if you start typing in the
1st edit control in the the maskededitcontrols demo, it leaves the
aforementioned "tic" marks randomly after characters, but if you cover
the window and then bring it to the front again, the tic marks go
away...
Any idea what is going on here? Is there something I should/can do to fix
these behaviors?
/Will Sadkin