[MonoDevelop] Disappearing Notebook Tab Labels

Lluis Sanchez Gual lluis at novell.com
Tue Jul 28 06:40:38 EDT 2009


I can't reproduce those issues. Tried with MonoDevelop 2.0 and trunk.
Maybe it is some issue with your gtk# version. Try running MonoDevelop
from a terminal and check if you get any error message when editing and
running your project.

El dl 27 de 07 de 2009 a les 16:52 -0700, en/na bdubu va escriure:
> Scenario: I created a GTK application with just a notebook container on its
> main window.  I edited the notebook page's tab label to "AAA".  I added a
> second page to the notebook container and labeled its tab as "BBB".  I ran
> the application and the notebook tabs both reverted back to their defaults,
> "Page 1" and "Page 2" (even in the designer).  How do I get the tabs to
> retain their labels?  I can set them in code like this:
> 
> 	notebook1.SetTabLabelText(notebook1.Children[0],"AAA");
> 	notebook1.SetTabLabelText(notebook1.Children[1],"BBB");
> 
> Of course this isn't exactly desirable. 
> 
> Also, I've noticed that if I don't edit the tab label immediately upon
> inserting a new page into a notebook (including the page that gets added by
> default), it won't let me edit the label at all.  I can't even select it. 
> It's like the label isn't there to be edited.  I've tried re-booting my
> computer and I've even uninstalled/reinstalled MonoDevelop but none of this
> helped.  Anyone got any suggestions?  For what it's worth, I'm working on a
> ubuntu 9.04 box and running MonoDevelop 2.0...  Thanks.



More information about the Monodevelop-list mailing list