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.
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!
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.
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.