Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic TabbedDiagramView: Renaming a diagram page does not change the Title property (Read 2692 times)
Centron
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 24
Joined: Feb 11th, 2015
TabbedDiagramView: Renaming a diagram page does not change the Title property
Mar 16th, 2015 at 1:20pm
Print Post  
I have set AllowRenamePages to true, and I can rename the pages in the UI, but the change does not show up in the object's properties. Switching focus away from the tab title text box or making further changes to the diagram does not help either. Saving and loading the diagram also does not carry over the change. Changing the property in code, however, does change the title of the tab in the UI, it just doesn't work the other way around. What's up with that?
« Last Edit: Mar 17th, 2015 at 7:32am by Centron »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: TabbedDiagramView: Renaming a diagram page does not change the Title property
Reply #1 - Mar 17th, 2015 at 10:13am
Print Post  
It seems we've omitted binding headers to titles; this version adds expected bindings:
https://mindfusion.eu/_beta/wpfdiag321.zip

With old version you could set page.Title from PageRenamed event handler.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Centron
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 24
Joined: Feb 11th, 2015
Re: TabbedDiagramView: Renaming a diagram page does not change the Title property
Reply #2 - Mar 17th, 2015 at 1:33pm
Print Post  
Thanks, it solved the problem with the binding. However, now my diagram has a beta string in the area:

http://imgur.com/rNFzzoU

Can I turn that off, and how?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: TabbedDiagramView: Renaming a diagram page does not change the Title property
Reply #3 - Mar 17th, 2015 at 1:43pm
Print Post  
You can find a license key string on your account page at our site. Call this from application's Main function or App/Window constructor and the label will disappear:

Code
Select All
MindFusion.Licensing.LicenseManager.AddLicense(
			key string); 



Still it's a pre-release build, don't use it in production.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint