Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Locking All Arrows (Read 2175 times)
Wonderkid
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Mar 14th, 2007
Locking All Arrows
Mar 14th, 2007 at 12:43pm
Print Post  
Hi,

We have recently purchased FlowChartX Pro to replace treeview in our workflow functions.

I have one sticking point at present: The arrows on our chart are selectable (at some point during development this has changed) and when they are selected, the ickle square boxes are shown... and if the arrow has segments, you can currently move the ickle square boxes in the middle. You know the scenario I mean, I'm sure.

Anyway, I had thought that setting ArrowSelStyle to 0 would mean that all arrows are 'unselectable'. If so, this is being ignored.

Is there a method of going through all arrows in a flow chart and locking them? (We are using Progresss OpenEdge 10).

Many Thanks for any help!

EDIT - On reading this, I just want to make sure that we don't care if the arrow is actually being selected or not as long as the appearance doesn't change and nothing can be moved. On out chart, we don't want anything to be drawn or moved and only want boxes 'selectable'.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Locking All Arrows
Reply #1 - Mar 14th, 2007 at 1:36pm
Print Post  
Hi,

Setting Arrow.Locked = true for all arrows will make them unselectable.

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


I love YaBB 1G - SP1!

Posts: 2
Joined: Mar 14th, 2007
Re: Locking All Arrows
Reply #2 - Mar 15th, 2007 at 6:19am
Print Post  
Thanks for your reply!

After using CreateArrow, I now use the following and it works like a charm Cheesy

flowcharthandle:ActiveArrow:locked = true.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint