Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Add scroll to ShapeNode (Read 1245 times)
winTW
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Feb 12th, 2012
Add scroll to ShapeNode
Feb 12th, 2012 at 8:29pm
Print Post  
Hi
I have a ShapeNode that contains a lot of text.
Is it possible to add it a - scroll ?

Thanks in advance!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Add scroll to ShapeNode
Reply #1 - Feb 13th, 2012 at 7:46am
Print Post  
Hi,

There's no built-in text scrolling available for ShapeNodes at this time. You could probably attach a ControlNode hosting a scrollbar to the ShapeNode and then draw the scrolled text yourself using custom drawing. Or if you are going to use ControlNodes anyway, you might directly host TextBoxes with vertical scrolling enabled.

Another option could be to call BeginEdit when a node is clicked or pointed by the mouse to show its scrollable in-place edit box or your custom control.

Stoyan
  
Back to top
 
IP Logged
 
winTW
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Feb 12th, 2012
Re: Add scroll to ShapeNode
Reply #2 - Feb 15th, 2012 at 7:11pm
Print Post  
Thank you very much !
I replace the ShapeNode with ControlNode and it works Perfectly .
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint