[MonoDevelop] Disappearing Notebook Tab Labels

bdubu bwb at fireflysoftware.com
Mon Jul 27 19:52:10 EDT 2009


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.
-- 
View this message in context: http://www.nabble.com/Disappearing-Notebook-Tab-Labels-tp24690260p24690260.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list