[MonoDevelop] Disappearing Notebook Tab Labels

Andy York andy at brdstudio.net
Tue Jul 28 07:54:14 EDT 2009


It may seem really simple but where in your declaration is this code? Is 
there a "Show()" statement after the code you have shown us?

SpoodyGoon

Lluis Sanchez Gual wrote:
> 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.
>>     
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.5.392 / Virus Database: 270.13.34/2268 - Release Date: 07/28/09 06:00:00
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20090728/2542a803/attachment-0001.html 


More information about the Monodevelop-list mailing list