20051217 test build uploaded

Hi,

A new test build of wxPython has been uploaded to starship.

   Version: 2.6.2.1pre.20051217
   URL: http://starship.python.net/crew/robind/wxPython/daily/20051217
   Changes: http://starship.python.net/crew/robind/wxPython/daily/20051217/CHANGES.html

Have fun!
R'bot

Robin,
I don't know if you are aware of the issue about wxEVT_SCROLL_ENDSCROLL.
See,
http://thread.gmane.org/gmane.comp.python.wxpython.devel/1635

It may be related to the change in src/common/event.cpp - rev. 1.162,
that was reverted in revision 1.165,
and your change in wxPython/src/_event.i - rev. 1.25

Maybe it's better to take a look...

Ricardo

···

On Sat, 2005-12-17 at 23:22 -0800, R'bot wrote:

Hi,

A new test build of wxPython has been uploaded to starship.

   Version: 2.6.2.1pre.20051217
   URL: http://starship.python.net/crew/robind/wxPython/daily/20051217
   Changes: http://starship.python.net/crew/robind/wxPython/daily/20051217/CHANGES.html

--

"Unix is very user-friendly. It's just picky about who its friends are."
http://rpedroso.freesuperhost.com/

Hello R'bot :slight_smile:
Long time no see :slight_smile:

I've tried the latest and the greatest unfortunately there is an issue that was still not fixed.
Somewhere after 2.6.1.0 a layout I had started to look bad: several RadioBoxes vanished (they do not display the choices).
The situation is bizare because is not easly reproductible.
For example... I design a panel in wxGlade and when I press "Preview" it looks ok BUT when I import the panel and place it in my MainFrame a bunch of RadioBoxes from the layout disappear (they do not show the choices, only the box around the choices and the label of the RadioBox) the weird this is that I still have some RadioBoxes that do show.

I will try to produce some simple code that will show the problem BUR I cannot promise anything I have to be working and for work I need the old version installed. :wink:

Peter.
P.S. I know is a little bit too soon BUT when will we have a 2.7 release of wxPython? I have had less problems with the 2.5 series than with 2.6 :slight_smile: so... maybe 2.7 will be better :wink:

···

On Mon, 19 Dec 2005 11:49:12 +0200, R'bot <rbot@wxpython.org> wrote:

Hi,

A new test build of wxPython has been uploaded to starship.

   Version: 2.6.2.1pre.20051217
   URL: http://starship.python.net/crew/robind/wxPython/daily/20051217
   Changes: http://starship.python.net/crew/robind/wxPython/daily/20051217/CHANGES.html

Have fun!
R'bot

Peter Damoc wrote:

I've tried the latest and the greatest unfortunately there is an issue that was still not fixed.
Somewhere after 2.6.1.0 a layout I had started to look bad: several RadioBoxes vanished (they do not display the choices).
The situation is bizare because is not easly reproductible.
For example... I design a panel in wxGlade and when I press "Preview" it looks ok BUT when I import the panel and place it in my MainFrame a bunch of RadioBoxes from the layout disappear (they do not show the choices, only the box around the choices and the label of the RadioBox) the weird this is that I still have some RadioBoxes that do show.

I will try to produce some simple code that will show the problem BUR I cannot promise anything I have to be working and for work I need the old version installed. :wink:

Please do try to create a sample. I havn't seen the problem and so I'm not sure where to look to try tracking it down.

Peter.
P.S. I know is a little bit too soon BUT when will we have a 2.7 release of wxPython? I have had less problems with the 2.5 series than with 2.6 :slight_smile: so... maybe 2.7 will be better :wink:

I don't think there is a schedule for 2.7 yet. Kevin O. is looking at it now and determining what needs to change in wxPython for it. I probably won't shift my focus there until I'm able to get more of the bugs/patches taken care of for 2.6.x and then merge them over to the 2.7 branch.

···

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

Ok... so this morning I took my layout... stripped it of all the cruft and produced something that is short enough...
I feel so ashamed... If I would have done this sooner I would have found the solution to my problem :slight_smile:

Anyway... there must be a bug of some sort since the file works on in 2.6.1.0 and does not work in 2.6.2

The problem seams to rely in wx.ScrolledWindow code because replacing it with a wx.Panel fixes things.
Also adding the widget with wx.EXPAND or with 1 proportion seam to fix the problem too.

the good this is that I'm back in the saddle :wink: I've stopped the bleeding from the cutting edge :wink: so I'm riding with the latest and greatest all the way baby! :slight_smile:

Peter.

test.py (1.96 KB)

···

On Mon, 19 Dec 2005 21:29:06 +0200, Robin Dunn <robin@alldunn.com> wrote:

Please do try to create a sample. I havn't seen the problem and so I'm not sure where to look to try tracking it down.

Peter Damoc wrote:

···

On Mon, 19 Dec 2005 21:29:06 +0200, Robin Dunn <robin@alldunn.com> wrote:

Please do try to create a sample. I havn't seen the problem and so I'm not sure where to look to try tracking it down.

Ok... so this morning I took my layout... stripped it of all the cruft and produced something that is short enough...
I feel so ashamed... If I would have done this sooner I would have found the solution to my problem :slight_smile:

Anyway... there must be a bug of some sort since the file works on in 2.6.1.0 and does not work in 2.6.2

The problem seams to rely in wx.ScrolledWindow code because replacing it with a wx.Panel fixes things.
Also adding the widget with wx.EXPAND or with 1 proportion seam to fix the problem too.

I've entered a bug report about this. Vadim said he would try to get to it soon.

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

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