can't refresh with notebook multiline

Hi, sorry about my continuos posting..
In my editor, i already try to add the right click support for the notebook tabs, but as here someone reply, it was not possible to
have the control work when there are many tabs on the scrren (so they are scrolled).
For this reason i wanted to use the multiline style for wxNotebook. but the proble is that when i change the page in the noteook i
am not able to refresh the layout.
once a tab is clicked the page inside, a wxstc, loose its layout. I'v try with Refresh, but it doesn't work.. i have to say that
without the multiline style it works perfectly.

thanks again

Alessandro Crugnola [aka] sephiroth
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Alessandro Crugnola *sephiroth* wrote:

Hi, sorry about my continuos posting.. In my editor, i already try to
add the right click support for the notebook tabs, but as here
someone reply, it was not possible to have the control work when
there are many tabs on the scrren (so they are scrolled). For this
reason i wanted to use the multiline style for wxNotebook. but the
proble is that when i change the page in the noteook i am not able to
refresh the layout. once a tab is clicked the page inside, a wxstc,
loose its layout. I'v try with Refresh, but it doesn't work.. i have
to say that without the multiline style it works perfectly.

I think this is a known bug...

ยทยทยท

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

From: Robin Dunn [mailto:robin@alldunn.com]

Alessandro Crugnola *sephiroth* wrote:
> Hi, sorry about my continuos posting.. In my editor, i already try to
> add the right click support for the notebook tabs, but as here
> someone reply, it was not possible to have the control work when
> there are many tabs on the scrren (so they are scrolled). For this
> reason i wanted to use the multiline style for wxNotebook. but the
> proble is that when i change the page in the noteook i am not able to
> refresh the layout. once a tab is clicked the page inside, a wxstc,
> loose its layout. I'v try with Refresh, but it doesn't work.. i have
> to say that without the multiline style it works perfectly.

I think this is a known bug...

SourceForge wxWindows bug [ 645323 ] wxNB_MULTILINE displaces notebook page

Though I don't agree that it's a simple displacement. The tabs are totally
nonresponsive on my system.

There *is* a possible workaround published in this or a related bug in the
database, and it's also noted that if the tabs are on the *bottom* it
doesn't seem to occur.

(alas, I need my tabs on the top)