FoldPanelBar: Site Address

Hello NG,

   Robin told me that the zip files I sent may have been filtered out by
some mail server. So, if someone would like to try out the FoldPanelBar
implementation in wxPython, I uploaded the main class (that contains 3 demos)
here:

http://xoomer.virgilio.it/infinity77/FoldPanelBar.zip

There is also some epydoc-generated documentation here:

http://xoomer.virgilio.it/infinity77/FoldPanelBarDoc.zip

I tested it only on Win XP and Win 2000 (with wxPython 2.5.4.1 and Python
2.3.4), but Toni Brkic has reported that it works also on Linux Suse9.2
with wxPython2.5.4.1/GTK2.
If someone of you will try it, could he/she post some comments here? I am
interested also on the behavior of FoldPanelBar on different Platforms (I
have no idea if it will work on MAC, other Unix systems and so on).

Thanks to everyone.

Andrea.

andrea_gavana@tin.it wrote:

I tested it only on Win XP and Win 2000 (with wxPython 2.5.4.1 and Python
2.3.4), but Toni Brkic has reported that it works also on Linux Suse9.2
with wxPython2.5.4.1/GTK2.
If someone of you will try it, could he/she post some comments here? I am
interested also on the behavior of FoldPanelBar on different Platforms (I
have no idea if it will work on MAC, other Unix systems and so on).

Works well on wxGTK2 and wxMSW for me, other than the refresh problem. However there are problems on wxMac.

The first problem is that the default demo doesn't show anything except the mdi child windows. This is because on the Mac the mdi parent frames are invisible and so the fold panel bar is invisible too.

For the other two demos the controls are shown but the caption bars are not. There is nothing there at all. It looks like either the CaptionBar windows are never shown or are never given a size or something like that.

The C++ version has this same problem.

···

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