Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic default flowChart properties (Read 1857 times)
Dunkelelb
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Apr 24th, 2007
default flowChart properties
Jun 12th, 2007 at 6:38am
Print Post  
hello,

for a special flowchart I got to change a default value
(while click+mouse move 'creating unconnected Arrow' insteadof creatingNode).

so I implemented two buttons
-->drawing Arrow
-->drawing Nodes

but 'drawing Nodes' lets make me nodes everywhere;
its not the behavior as it is in the default flowchart

(mouseclick+moving above a node make a new node insteadof making an arrow)

-->do I have to implement every standard property again or exists there a default collection?

very thanks

something different:
in the developers guide you could spent some words more about DummyNodes (in the DOC it is only a word in the flowChart-Class)

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: default flowChart properties
Reply #1 - Jun 12th, 2007 at 6:59am
Print Post  
Hello,

How have you implemented the Draw Nodes button? By setting flowhart.Behavior to CreateBox? Setting flowhart.Behavior to FlowChart should return the default behavior of creating arrows when drawing from a node.

Stoyan
  
Back to top
 
IP Logged
 
Dunkelelb
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Apr 24th, 2007
Re: default flowChart properties
Reply #2 - Jun 12th, 2007 at 10:06am
Print Post  
you're right:D.

in the winForm editor you can switch
AllowInPlaceEdit() for a flowChart.

normally I want editable boxes.

for special cases
I want  special special movable but not editable Box
(that means locking a box isn't the right thing)

what is the solution for that problem?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: default flowChart properties
Reply #3 - Jun 12th, 2007 at 11:31am
Print Post  
There is a BoxInplaceEditing validation event raised when the user double-clicks a box. Set e.Confirm = false to prevent editing some boxes.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint