Discussion:
[BitPim-devel] New wxPython versions
Roger Binns
2005-03-14 08:02:16 UTC
Permalink
The next release of wxPython is imminent and Robin is doing
frequent release candidates at

http://starship.python.net/crew/robind/wxPython/preview/

If the release happens this week then I would like to move
to it. There are a significant number of issues with
the version we currently use as well as a lot of code doing
workarounds.

Please check there and try out the releases so we can
get any issues that affect us fixed. It will be several
months till the release after this.

As a bonus this release also fixes some inefficiencies in
the wx.TextCtrl so that protocol logging will be faster.

Roger
Adit Panchal
2005-03-15 03:53:18 UTC
Permalink
I am getting the following dialog when launching BitPim on my Windows
box after upgrading to wxPython 2.5.4 RC4. The verbose output is
attached as well. Should I be posting this to
wxPython-***@lists.wxwindows.org?
Roger Binns
2005-03-15 06:08:34 UTC
Permalink
Post by Adit Panchal
I am getting the following dialog when launching BitPim on my Windows
box after upgrading to wxPython 2.5.4 RC4. The verbose output is
attached as well.
Uninstall any existing wxPython first and then double check the
site packages directory for any remnants of wx and wipe them
as well.

Roger
Adit Panchal
2005-03-15 16:46:18 UTC
Permalink
Got it to work, thanks. my site-packages wasn't clear of the old wx
files.

Anyways, I noticed that the scrollbar on the wallpaper tab now just
scrolls the background watermark. It doesn't move the pictures down
anymore. This happens on both Windows and Mac. This bug does not appear
in 0.7.28 official release.

Additionally, on my Windows box, after downloading camera images from
my phone, the large images produce the following error. This also
appears when selecting a large file as a wallpaper for a contact in the
phonebook entry editor.
Roger Binns
2005-03-16 08:11:18 UTC
Permalink
Post by Adit Panchal
Anyways, I noticed that the scrollbar on the wallpaper tab now just
scrolls the background watermark. It doesn't move the pictures down
anymore. This happens on both Windows and Mac. This bug does not appear
in 0.7.28 official release.
I am busy investigating this.
Post by Adit Panchal
Additionally, on my Windows box, after downloading camera images from
my phone, the large images produce the following error. This also
appears when selecting a large file as a wallpaper for a contact in the
phonebook entry editor.
Your idea of large and the error message are completely different. In
the content of the error message, large files are those larger than
4GB (ie need more than 32 bits to address the size). I can assure
you that your images are nowhere near to 4GB in size :-)

I do recall Vic having a similar issue a while back. You may want to
chase up that thread, or try to work out what the actual cause is.

Roger
Roger Binns
2005-03-17 07:56:28 UTC
Permalink
2.5.4.1 has now been released and we will update to this. (I
am so looking forward to removing chunks of code that worked
around various issues).
Post by Adit Panchal
Anyways, I noticed that the scrollbar on the wallpaper tab now just
scrolls the background watermark. It doesn't move the pictures down
anymore. This happens on both Windows and Mac. This bug does not appear
in 0.7.28 official release.
That turned out to be an API change and my most recent commit
fixed it.

Roger
d***@netzero.net
2005-03-15 04:32:21 UTC
Permalink
I tried out Unicode 2.5.4.1rc4 on XP-SP2 with both BitPim 28-official and 29-development load, and everything seems to be working ok. Did not run into the error that Adit did. Will keep developing on this load to see if anything comes up.

-Joe Pham



______________________________________________________________________
Speed up your surfing with NetZero HiSpeed.
Now includes pop-up blocker!
Only $14.95/month -visit http://www.netzero.com/surf to sign up today!
d***@netzero.com
2005-03-17 13:30:06 UTC
Permalink
Post by Roger Binns
2.5.4.1 has now been released and we will update to this
As part of next Monday build?

-Joe Pham



______________________________________________________________________
Speed up your surfing with NetZero HiSpeed.
Now includes pop-up blocker!
Only $14.95/month -visit http://www.netzero.com/surf to sign up today!
Roger Binns
2005-03-17 16:09:59 UTC
Permalink
Post by d***@netzero.com
Post by Roger Binns
2.5.4.1 has now been released and we will update to this
As part of next Monday build?
Yes. In fact you'll need to update after the next cvs update :-)

Roger
Adit Panchal
2005-03-20 09:39:58 UTC
Permalink
Roger - have you updated makedist.py to require 2.5.4.1 yet? I didn't
see any commits for it.

Anyways, I checked out some Mac specific behavior in the code that can
be removed due to the version upgrade.

The only one that I am not 100% sure of, but it works fine on my
machine, is the wx.Bitmap to wx.Image conversion routine in
wallpaper.py. I just commented it out in case you wanted to keep the
code around for historical purposes. The main things that are fixed is
the toolbar image size weirdness and the tickmarks for the slider.
Also, the calendar entry editor was hardcoded in size - I took that out
completely and it looks fine on both Windows and Mac.

Thanks,

Adit
Roger Binns
2005-03-21 17:08:38 UTC
Permalink
Post by Adit Panchal
Roger - have you updated makedist.py to require 2.5.4.1 yet? I didn't
see any commits for it.
I did that last night.
Post by Adit Panchal
Anyways, I checked out some Mac specific behavior in the code that can
be removed due to the version upgrade.
All of that is now checked in.
Post by Adit Panchal
The only one that I am not 100% sure of, but it works fine on my
machine, is the wx.Bitmap to wx.Image conversion routine in
wallpaper.py.
The issue in the past was not correctness but speed. It used to be
eye wateringly slow. Things are a lot better now with 2.5.4.1.
Post by Adit Panchal
I just commented it out in case you wanted to keep the
code around for historical purposes.
Nope, that is what we use a source code control system for :-)
Post by Adit Panchal
Also, the calendar entry editor was hardcoded in size - I took that out
completely and it looks fine on both Windows and Mac.
I made it do things "properly" which is using the routines in guiwidgets
that set and remember the previous size/position.

Roger

Loading...