20070508 test build uploaded

Hi Robin,

    testing the new demo, there are a couple of things that raise
errors. I have tried to make a patch, but the CVS is still stuck at
the version without wxAUI. So, here it is:

1) At line 1570, inside the SetTreeModified method, you should add the
following call:

        if not USE_CUSTOMTREECTRL:
            return

wx.TreeCtrl can not handle what SetTreeModified does.

2) At the end of the demo, there is the following code:

if __name__ == '__main__':
    __name__ = 'MainWithoutFNB'
    main()

But it should be:

if __name__ == '__main__':
    __name__ = 'Main'
    main()

I had given that name when I was developing the new demo version in
order to avoid name conflict with the "Main" demo.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/

Andrea Gavana wrote:

Hi Robin,

   testing the new demo, there are a couple of things that raise
errors. I have tried to make a patch, but the CVS is still stuck at
the version without wxAUI.

Just HEAD (for now.) The WX_2_8_BRANCH tag has the new version.

So, here it is:

Thanks!

···

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