Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can't create new boxes in parts of the FC (Read 2657 times)
Mary
Guest


Can't create new boxes in parts of the FC
Sep 26th, 2005 at 11:54am
Print Post  
Hello,

I have set the behavior of the flowchart to be "bhFlowChart", thus allowing the user to create new boxes on the fly.  In the documentation it says:

If the operation cannot be completed at current mouse position, the cursor changes to a crossed out circle.

This happens to me when the user is drawing away from the upper right part of the flowchart.

What property controls where the user can draw?  Does it have to do with the current layout type?

Thanks for any help.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Can't create new boxes in parts of the FC
Reply #1 - Sep 26th, 2005 at 2:26pm
Print Post  
Hello,

Probably the document size it too small, try setting a larger one like this:

fc.DocExtents = new RectangleF(0, 0, width, height)

or enable the AutoSizeDoc property so the document will resize automatically when users draw objects outside its current area.

HTH
Stoyan
  
Back to top
 
IP Logged
 
Mary
Guest


Re: Can't create new boxes in parts of the FC
Reply #2 - Sep 26th, 2005 at 3:28pm
Print Post  
Thanks!  It was the AutoSizeDoc that I needed.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint