Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Few questions (Read 3103 times)
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Few questions
Jul 7th, 2014 at 10:30pm
Print Post  
Hello.
Please can provide some example about how select and resize multiple nodes.?
I working with diagram versión 8.2


How can enable ALIGN GRID.
Please can provide some example.

I see a strange trouble when resize or move nodes, is like not have perfect control, when i leave the mouse the nodes are resized + - 1 pixel. No is a trouble with my mouse. Cheesy

Some idea?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Few questions
Reply #1 - Jul 8th, 2014 at 5:45am
Print Post  
Hi,

Quote:
Please can provide some example about how select and resize multiple nodes.?


Set the following properties and control + click to toggle selection.

Code
Select All
diagram.Selection.AllowMultipleSelection = true;
diagram.AllowMultipleResize = true; 



Quote:
I working with diagram versión 8.2


Back from the future? We are at version 3.1 at this time Smiley

Quote:
How can enable ALIGN GRID.


Set diagram.AlignToGrid = true;

Quote:
when i leave the mouse the nodes are resized + - 1 pixel.


I could not reproduce this, please attach a test project with your settings.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: Few questions
Reply #2 - Jul 8th, 2014 at 7:35am
Print Post  
Thank you for your repply

About grid, im talking about how show grid, on the form.


The multiple selection work with library i using?


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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Few questions
Reply #3 - Jul 8th, 2014 at 7:40am
Print Post  
Quote:
About grid, im talking about how show grid, on the form.


Set the Diagram.ShowGrid property.

Quote:
The multiple selection work with library i using?


Multiple selection is supported since the beginning. Multiple resize since version 2.6.
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: Few questions
Reply #4 - Jul 8th, 2014 at 7:47am
Print Post  
Thankyou

Can please refersh my brain how select color with gridpen?

I sent and example of the trouble i have, happen with custom nodes. The + - 1 pixel
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Few questions
Reply #5 - Jul 8th, 2014 at 8:04am
Print Post  
diagram.GridPen = new Pen(Brushes.Orange, 1);
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint