Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic TabbedScroll Pane Issue (Read 3675 times)
Jim O
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Dec 26th, 2014
TabbedScroll Pane Issue
Dec 26th, 2014 at 4:59am
Print Post  
TabbedScrollPane docs state "New pages can be added and removed to/from the document through buttons in the tab tray and the pages can be rearranged by dragging their associated tabs with the mouse."

The add/remove works but the pages can't be rearranged with the mouse.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: TabbedScroll Pane Issue
Reply #1 - Dec 26th, 2014 at 11:06am
Print Post  
It seems we are using built-in page reorder functionality of tab components in our diagram controls for other platforms, but Java Swing does not support that. We'll try to implement custom reordering for next release.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: TabbedScroll Pane Issue
Reply #2 - Jan 9th, 2015 at 3:45pm
Print Post  
This version adds TabbedScrollPane.AllowTabReorder property:
https://mindfusion.eu/_beta/jdiag.4.1.2.zip

Set it to true to allow rearranging tabs:
tabbedScrollPane.setAllowTabReorder(true);

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