Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Changing size of Expand/Collapse buttons (Read 2169 times)
David Long
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 136
Location: England
Joined: Oct 23rd, 2006
Changing size of Expand/Collapse buttons
Nov 19th, 2013 at 4:41pm
Print Post  
Is it possible to change the size of the expand/collapse buttons used in a hierarchical flowchart so they are easier to use in a touch screen environment?

I'm using flowchart .NET 5.3.5.

Thanks
DavidL
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Changing size of Expand/Collapse buttons
Reply #1 - Nov 19th, 2013 at 6:29pm
Print Post  
It's not possible at this time. You could toggle GetNearestNode().Expanded from Diagram.Clicked event handler to give users some slack if they miss the icon.
  
Back to top
 
IP Logged
 
David Long
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 136
Location: England
Joined: Oct 23rd, 2006
Re: Changing size of Expand/Collapse buttons
Reply #2 - Nov 20th, 2013 at 10:46am
Print Post  
Thanks, that sounds like a good idea.  I don't have that function in my version of the software (5.3.5), so I may have to upgrade to the latest version or think of another solution.

Possibly, click on a box once to select it and click again to expand it.

DavidL
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Changing size of Expand/Collapse buttons
Reply #3 - Nov 20th, 2013 at 10:51am
Print Post  
Check if there is GetNodeAt(point, threshold) method overload in 5.3.5, it should do the job too.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint