Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Node text overlapping (Read 2499 times)
praveenbattula
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 22
Joined: Apr 6th, 2010
Node text overlapping
Apr 19th, 2010 at 12:55pm
Print Post  
Hi,
We have diagram coming fine, but the node text is not as expected. When the diagram node text is a little big then it is rendering weird. Complete text won't fit the node, I understand that, but the starting text and end text is going off and the middle text is showing up.

What would be better is show the text depends on available width and height and put some eclipse like ... and when you hover it then show tool tip and when expand the node height and width show the text as the new bounds of the node.

Please help in this. It's a high priority for me.

-Praveen
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node text overlapping
Reply #1 - Apr 20th, 2010 at 11:28am
Print Post  
Hi,

You could set TextAlignment to Left. Also this version adds a TextWrapping property, which you could use to disable wrapping text to a new line:
https://mindfusion.eu/_beta/diaglite15_textwrap.zip

Stoyan
  
Back to top
 
IP Logged
 
kaykay15
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 43
Joined: Mar 11th, 2010
Re: Node text overlapping
Reply #2 - Apr 20th, 2010 at 12:55pm
Print Post  
I am also experiencing the same problem, when i use the new dll's, i am getting the node text in single line and clipped off to the left as shown in the link below

http://docs.google.com/leaf?id=0B6zEK6RhNaOZYTYxMDNjNGYtYmFlOS00OTYwLWJkODEtMGMz...

the full text shown in the image is "Signed purchased order", but "ned purchased or" is only visible when we use TextWrapping = NoWrap and TextAlignment = Left

Can you help me out in getting the text aligned to the node properly
  

Thanks,&&-KayKay
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node text overlapping
Reply #3 - Apr 20th, 2010 at 1:31pm
Print Post  
Try also setting node.HorizontalTextBlockAlignment = System.Windows.HorizontalAlignment.Left;

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