preview build

Hi folks,

Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them server as it doesn't have a very fat connection to the Net.

Be sure to look at the CHANGES file as there have been a number of additions since the last preview.

···

from: http://previews.wxpython.org/20061013/ Try not to overload this

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

I am getting image corruption when using wx.IMAGE_QUALITY_HIGH in the
image.Scale() and image.Rescale() functions.

Just FYI...

Christoper L. Spencer
CTO ROXX, LLC
4515 Leslie Ave.
Cincinnati, OH
45242
TEL: 513-545-7057
EMAIL: chris@roxx.biz

···

On Sat, 14 Oct 2006 10:45:19 -0700, Robin Dunn <robin@alldunn.com> wrote:

Hi folks,

Since the starship is still in lock-down mode I've put the files for
yesterday's preview build up at a temporary location. You can get them
from: http://previews.wxpython.org/20061013/ Try not to overload this
server as it doesn't have a very fat connection to the Net.

Be sure to look at the CHANGES file as there have been a number of
additions since the last preview.

Chris Spencer wrote:

I am getting image corruption when using wx.IMAGE_QUALITY_HIGH in the
image.Scale() and image.Rescale() functions.

Just FYI...

Yep, somebody just logged a bug report about it. May be the same thing:

https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1577388&group_id=9863

···

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

Yeah, this explains what I'm seeing. Let's hope it gets fixed before
too long. I'd love to use this feature.

Chris.

···

On Sat, 14 Oct 2006 14:46:03 -0700, Robin Dunn <robin@alldunn.com> wrote:

Chris Spencer wrote:

I am getting image corruption when using wx.IMAGE_QUALITY_HIGH in the
image.Scale() and image.Rescale() functions.

Just FYI...

Yep, somebody just logged a bug report about it. May be the same thing:

https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1577388&group_id=9863

I am getting the following traceback on the latest preview for flatnotebook.

Traceback (most recent call last):
  File "FlatNotebook.py", line 668, in OnButton
    self.win = FlatNotebookDemo(self, self.log)
  File "FlatNotebook.py", line 99, in __init__
    self.LayoutItems()
  File "FlatNotebook.py", line 295, in LayoutItems
    self.book = fnb.StyledNotebook(self, wx.ID_ANY, style=bookStyle)
AttributeError: 'module' object has no attribute 'StyledNotebook'

Werner

Robin Dunn wrote:

···

Hi folks,

Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.

Be sure to look at the CHANGES file as there have been a number of additions since the last preview.

Robin Dunn wrote:

Hi folks,

Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.

Be sure to look at the CHANGES file as there have been a number of additions since the last preview.

The demo still used wx.OPEN instead of wx.SAVE (on line 200), but even after changing it I can still not save to a file.

Werner

Werner F. Bruhin wrote:

Robin Dunn wrote:

Hi folks,

Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.

Be sure to look at the CHANGES file as there have been a number of additions since the last preview.

The demo still used wx.OPEN instead of wx.SAVE (on line 200), but even after changing it I can still not save to a file.

The demo is updated (if one installs it to right location :-[ ), but I still can not save.

Werner

Werner F. Bruhin wrote:

Werner F. Bruhin wrote:

Robin Dunn wrote:

Hi folks,

Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.

Be sure to look at the CHANGES file as there have been a number of additions since the last preview.

The demo still used wx.OPEN instead of wx.SAVE (on line 200), but even after changing it I can still not save to a file.

The demo is updated (if one installs it to right location :-[ ), but I still can not save.

It works when running that sample standalone, there must be some interaction with the rest of the demo framework... I'll see if I can figure it out.

···

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