Wx.Notebook problems

Hi, I have a notebook with tabs placed in multiline.
Each panel in the notebook tabs have a toolbar attached.

The problem is when adding a page in the notebook. The tabs are correctly displayed in multiline is space available is not enough,
but only the last added tab is shown correctly, the others aren't displayed well. (e.g i need to manually change the window size to
see all tabs correctly displayed)
Any suggestion?

Thanks ini advance

Wx 2.5.1.5 / py 2.3.3
Win xp pro

Alessandro Crugnola - sephiroth

···

---------------------------------------------
Macromedia Flash Team Volunteer
http://www.macromedia.com/go/team
Flash && PHP developer
alessandro@sephiroth.it

*relax with SEPY http://www.sf.net/projects/sepy
---------------------------------------------

Alessandro Crugnola *sephiroth* wrote:

Hi, I have a notebook with tabs placed in multiline.
Each panel in the notebook tabs have a toolbar attached.

The problem is when adding a page in the notebook. The tabs are correctly displayed in multiline is space available is not enough,
but only the last added tab is shown correctly, the others aren't displayed well. (e.g i need to manually change the window size to
see all tabs correctly displayed)
Any suggestion?

Multiline is/was broken in wxWidgets. This *was* logged on SourceForge but I can't find the ref#. (grumble grumble doesn't seem to search full text of summary grumble ymmv)

Robin, any idea what happened to that one?

... "INSANITY IS PART OF THE TIMES! You must embrace the madness,
      let it fire you!"

Jeff Grimmett wrote:

Alessandro Crugnola *sephiroth* wrote:

Hi, I have a notebook with tabs placed in multiline.
Each panel in the notebook tabs have a toolbar attached.

The problem is when adding a page in the notebook. The tabs are correctly displayed in multiline is space available is not enough,
but only the last added tab is shown correctly, the others aren't displayed well. (e.g i need to manually change the window size to
see all tabs correctly displayed)
Any suggestion?

Multiline is/was broken in wxWidgets. This *was* logged on SourceForge but I can't find the ref#. (grumble grumble doesn't seem to search full text of summary grumble ymmv)

Robin, any idea what happened to that one?

I have a vague reccolection that it was fixed. Alessandro, are you using 2.5 and still see this problem?

···

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

Robin Dunn wrote:

Jeff Grimmett wrote:

Multiline is/was broken in wxWidgets. This *was* logged on SourceForge but I can't find the ref#. (grumble grumble doesn't seem to search full text of summary grumble ymmv)

Robin, any idea what happened to that one?

I have a vague reccolection that it was fixed. Alessandro, are you using 2.5 and still see this problem?

I have the same vague recollection, but can't find a bug report open OR closed to follow up on. It was already logged when I originally stumbled across it a while back, so I didn't duplicate the entry. :: scratches head ::

Oh - he's using 2.5, but I snipped that out of the quote.

... "Come on! It's a whole new life out there!"
     "Oh, no. Not another one!"

::-----Original Message-----
::From: Robin Dunn [mailto:robin@alldunn.com]
::Sent: venerdì 16 aprile 2004 20.11
::To: wxPython-users@lists.wxwidgets.org
::Subject: Re: [wxPython-users] Wx.Notebook problems
::
::Jeff Grimmett wrote:
::> Alessandro Crugnola *sephiroth* wrote:
::>
::>> Hi, I have a notebook with tabs placed in multiline.
::>> Each panel in the notebook tabs have a toolbar attached.
::>>
::>> The problem is when adding a page in the notebook. The tabs are
::>> correctly displayed in multiline is space available is not enough,
::>> but only the last added tab is shown correctly, the others aren't
::>> displayed well. (e.g i need to manually change the window
::size to see
::>> all tabs correctly displayed) Any suggestion?
::>
::>
::> Multiline is/was broken in wxWidgets. This *was* logged on
::SourceForge
::> but I can't find the ref#. (grumble grumble doesn't seem to search
::> full text of summary grumble ymmv)
::>
::> Robin, any idea what happened to that one?
::
::I have a vague reccolection that it was fixed. Alessandro,
::are you using 2.5 and still see this problem?
::

I'm not sure at 100% but i remember that in one of the previous wxPython 2.5.* releases it was fixed. In fact i added the multine
notebook to my app due to the fixing..
But now i see the same bug a in the 2.4.2 version.
I'm using the wx unicode version.

If there are more information i can provide tell me.
thanks

Alessandro Crugnola - sephiroth

···

---------------------------------------------
Macromedia Flash Team Volunteer
http://www.macromedia.com/go/team
Flash && PHP developer
alessandro@sephiroth.it

*relax with SEPY http://www.sf.net/projects/sepy
---------------------------------------------

Alessandro Crugnola *sephiroth* wrote:

::-----Original Message-----
::From: Robin Dunn [mailto:robin@alldunn.com] ::Sent: venerdì 16 aprile 2004 20.11
::To: wxPython-users@lists.wxwidgets.org
::Subject: Re: [wxPython-users] Wx.Notebook problems
::
::Jeff Grimmett wrote:
::> Alessandro Crugnola *sephiroth* wrote:
::> ::>> Hi, I have a notebook with tabs placed in multiline.
::>> Each panel in the notebook tabs have a toolbar attached.
::>>
::>> The problem is when adding a page in the notebook. The tabs are ::>> correctly displayed in multiline is space available is not enough, ::>> but only the last added tab is shown correctly, the others aren't ::>> displayed well. (e.g i need to manually change the window ::size to see ::>> all tabs correctly displayed) Any suggestion?

Does calling the frame's SendSizeEvent method help?

···

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

Hi,
No, it doesnt work for me.
I'm currently forcing the sash size to let the gui draw correctly (the notebook is part of a splitterWindow):

wx.CallAfter(self.window_1.SetSashPosition, self.window_1.GetSashPosition() + 1)

Alessandro Crugnola - sephiroth

···

---------------------------------------------
Macromedia Flash Team Volunteer
http://www.macromedia.com/go/team
Flash && PHP developer
alessandro@sephiroth.it

*relax with SEPY http://www.sf.net/projects/sepy
---------------------------------------------

::-----Original Message-----
::From: Robin Dunn [mailto:robin@alldunn.com]
::Sent: lunedì 19 aprile 2004 21.20
::To: wxPython-users@lists.wxwidgets.org
::Subject: Re: [wxPython-users] Wx.Notebook problems
::
::Alessandro Crugnola *sephiroth* wrote:
::>
::> ::-----Original Message-----
::> ::From: Robin Dunn [mailto:robin@alldunn.com]
::> ::Sent: venerdì 16 aprile 2004 20.11
::> ::To: wxPython-users@lists.wxwidgets.org
::> ::Subject: Re: [wxPython-users] Wx.Notebook problems
::> ::
::> ::Jeff Grimmett wrote:
::> ::> Alessandro Crugnola *sephiroth* wrote:
::> ::>
::> ::>> Hi, I have a notebook with tabs placed in multiline.
::> ::>> Each panel in the notebook tabs have a toolbar attached.
::> ::>>
::> ::>> The problem is when adding a page in the notebook. The
::tabs are
::> ::>> correctly displayed in multiline is space available is not
::> enough, ::>> but only the last added tab is shown correctly, the
::> others aren't ::>> displayed well. (e.g i need to manually
::change the
::> window ::size to see ::>> all tabs correctly displayed) Any
::> suggestion?
::
::Does calling the frame's SendSizeEvent method help?
::
::
::--
::Robin Dunn
::Software Craftsman
::http://wxPython.org Java give you jitters? Relax with wxPython!
::
::
::---------------------------------------------------------------------
::To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
::For additional commands, e-mail:
::wxPython-users-help@lists.wxwidgets.org