Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Is ControlNode support for DiagramView3D (Read 6083 times)
rayan05
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 9
Joined: Feb 29th, 2008
Is ControlNode support for DiagramView3D
Jan 13th, 2009 at 1:02pm
Print Post  
Hi.

I'm using Flowchart.Net 5.x.x. Im trying to add a controlnode to Diagramview3D pannel. It seems not working. Same code working for DiagramView.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Is ControlNode support for DiagramView3D
Reply #1 - Jan 13th, 2009 at 1:06pm
Print Post  
Hi,

That's not supported yet.

Stoyan
  
Back to top
 
IP Logged
 
henrikfs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jan 14th, 2009
Re: Is ControlNode support for DiagramView3D
Reply #2 - Jan 14th, 2009 at 6:50am
Print Post  
It seems that many things aren't supported yet with the regarding the Diagram and DiagramView3D. NodeClicked, LinkCreated and so on.  NodeSelected and ActiveItem works though. There is getNodeAt but no getLinkAt. I'd like to select individual nodes, moving and so on but nothing seems to work of the 'what-could-be-expected' stuff. When will there be a fully functional DiagramView3D. It could be that I have missed something very basic, not setting a property correct or something. Or???
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Is ControlNode support for DiagramView3D
Reply #3 - Jan 14th, 2009 at 10:53am
Print Post  
Well, it works perfectly well as a read only view of the diagram in 3D, for what it was intended anyway. It is more of an experimental feature we added to see if there is any demand. Now that you and a couple of other people are taking interest in this, we'll consider extending it in the future.

Stoyan
  
Back to top
 
IP Logged
 
henrikfs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jan 14th, 2009
Re: Is ControlNode support for DiagramView3D
Reply #4 - Jan 14th, 2009 at 2:01pm
Print Post  
We really would like some commitment from your side for the 3D features. We are considering diagramview2D, XNA or DirectX but with a proper roadmap the Diagramview3D is a far better choice than the other framworks.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Is ControlNode support for DiagramView3D
Reply #5 - Jan 15th, 2009 at 10:09am
Print Post  
Who needs DirectX when there's DiagramView3D, eh 8) Well, we are releasing v5.2 in a week, and have other plans for v5.2.1, so we could implement some more interactivity in 3D at some time in Spring 2009.

Stoyan
  
Back to top
 
IP Logged
 
henrikfs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jan 14th, 2009
Re: Is ControlNode support for DiagramView3D
Reply #6 - Jan 16th, 2009 at 7:45am
Print Post  
Please see to that basic diagram features is implemented. Selecting moving and so on. Eventhandling must also work of course.
One quite odd wish is implementing a cube and on click it rotates and exposes winform controls. Not that tricky to implement. Another (odd??) good feature is clusters, galaxys if grouped items seen as unit but when clicking the individual details are exposed.
Have you tested the diagramview3D with a large number of objects?

/Henrik
  
Back to top
 
IP Logged
 
henrikfs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jan 14th, 2009
Re: Is ControlNode support for DiagramView3D
Reply #7 - Jan 16th, 2009 at 2:59pm
Print Post  
What are the 5.2 features in diagramview3D?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Is ControlNode support for DiagramView3D
Reply #8 - Jan 17th, 2009 at 12:13pm
Print Post  
Basic features - yes. WinForms cubes and galaxies is a bit far-fetched for a flow diagramming component, don't you think Smiley For v5.2 we've added only link text rendering to DiagramView3D after a custom request:
http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=122503153...

Stoyan
  
Back to top
 
IP Logged
 
henrikfs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jan 14th, 2009
Re: Is ControlNode support for DiagramView3D
Reply #9 - Jan 20th, 2009 at 9:29am
Print Post  
How can I get the text property for a ShapeNode to always be aligned below the picture in a single line?

Is the relase for 5.2 comming this week?

Cluster is something we need, displaying a customers Configuration Model (ITIL-terminologi) with thousands of computers is not good, they need to be grouped in a nice fashion without loosing the bird-eyes-view. Thing of the molecule-example: from my perspective every molecule is a cluster of NetworkItems, the user can see the big picture of how the clusters are related, expanding a cluster will reveal the newworkitems in this cluster.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Is ControlNode support for DiagramView3D
Reply #10 - Jan 20th, 2009 at 2:05pm
Print Post  
Quote:
How can I get the text property for a ShapeNode to always be aligned below the picture in a single line?


You could create a custom Shape definition where the image and text regions do not overlap.

Quote:
Is the relase for 5.2 comming this week?


Yes.

Quote:
Cluster is something we need, displaying a customers Configuration Model (ITIL-terminologi) with thousands of computers is not good, they need to be grouped in a nice fashion without loosing the bird-eyes-view. Thing of the molecule-example: from my perspective every molecule is a cluster of NetworkItems, the user can see the big picture of how the clusters are related, expanding a cluster will reveal the newworkitems in this cluster.


This should be pretty easy to implement on the application level; you could dynamically add child nodes when a cluster node is clicked or double-clicked for example.

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