20061129 test build uploaded

Hi,

A new test build of wxPython has been uploaded.

   Version: 2.8.0.0.20061129
   URL: http://wxPython.wxcommunity.com//preview/20061129
   Changes: http://wxPython.wxcommunity.com//preview/20061129/CHANGES.html

Have fun!
R'bot

Too confused about all the aui changes (why not stay compatible with 2.7?)

In a Frame:

import wx.aui as AUI

self._mgr = AUI.AuiManager()
self._mgr.SetManagedWindow(self)

self._mgr.Bind(AUI.AUI_BUTTON_CLOSE, self.doSomething)
self._mgr.SetFlags(self._mgr.GetFlags() ^ AUI.AUI_MGR_TRANSPARENT_DRAG)

Traceback:

self._mgr.Bind(AUI.AUI_BUTTON_CLOSE, self.doSomething)

File “C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx_core.py”, line 3803, in Bind
event.Bind(self, id, id2, handler)
AttributeError: ‘int’ object has no attribute ‘Bind’

What am I doing wrong?

···

On 11/30/06, R’bot rbot@wxpython.org wrote:

Hi,

A new test build of wxPython has been uploaded.

Version: 2.8.0.0.20061129
URL: http://wxPython.wxcommunity.com//preview/20061129
Changes: http://wxPython.wxcommunity.com//preview/20061129/CHANGES.html

Have fun!
R’bot


To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org

For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org

sorry, the change was EVT_AUI_PANECLOSE to EVT_AUI_PANE_CLOSE not BUTTON_CLOSE :slight_smile:

works well now.

···

On 12/1/06, roee shlomo roee88@gmail.com wrote:

Too confused about all the aui changes (why not stay compatible with 2.7?)

In a Frame:

import wx.aui as AUI

self._mgr = AUI.AuiManager()
self._mgr.SetManagedWindow(self)

self._mgr.Bind(AUI.AUI_BUTTON_CLOSE, self.doSomething)
self._mgr.SetFlags(self._mgr.GetFlags() ^ AUI.AUI_MGR_TRANSPARENT_DRAG)

Traceback:

self._mgr.Bind(AUI.AUI_BUTTON_CLOSE, self.doSomething)

File “C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx_core.py”, line 3803, in Bind
event.Bind(self, id, id2, handler)
AttributeError: ‘int’ object has no attribute ‘Bind’

What am I doing wrong?

On 11/30/06, R’bot rbot@wxpython.org wrote:

Hi,

A new test build of wxPython has been uploaded.

Version: 2.8.0.0.20061129
URL: http://wxPython.wxcommunity.com//preview/20061129
Changes:
http://wxPython.wxcommunity.com//preview/20061129/CHANGES.html

Have fun!
R’bot


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

R'bot:

Hi,

A new test build of wxPython has been uploaded.

   Version: 2.8.0.0.20061129
   URL: NameBright - Coming Soon
   Changes: NameBright - Coming Soon

I tested Task Coach with this version on Windows XP and Mac OSX 10.4 (Intel), using Python 2.4. All unittests pass.

I see one issue: dragging and dropping of tabs in the AuiNotebook doesn't always behave as expected on the Mac. Sometimes the colored hint indicates that a tab will be dropped on top of another (set of) tab(s), but instead a new tab group is created in between existing ones. In addition, sometimes clicking a tab to raise it unexpectedly also creates a new tab group, containing the clicked tab.

Cheers, Frank

Hi Robin,

A little spell problem in the changes file. "Frame Niessink" should probably be Frank Niessink.

Werner

R'bot wrote:

···

Hi,

A new test build of wxPython has been uploaded.

   Version: 2.8.0.0.20061129
   URL: NameBright - Coming Soon
   Changes: NameBright - Coming Soon

Have fun!
R'bot

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

Werner F. Bruhin wrote:

Hi Robin,

A little spell problem in the changes file. "Frame Niessink" should probably be Frank Niessink.

Oops, I guess that's what I get for typing on autopilot. :wink:

···

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