Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Problem with Overview component (Read 4164 times)
CedricL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Jul 2nd, 2008
Problem with Overview component
Jul 10th, 2008 at 6:57am
Print Post  
Hello,

We were previously using NetDiagram 1.1 with .Net 2.0.
Now, we migrated our application to use NetDiagram 2.0 with .Net 3.5 framework. We have an issue with Overview component : nothing appears after adding shapes to the Diagram component. The Overview remains empty.

Any suggestion ?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with Overview component
Reply #1 - Jul 10th, 2008 at 7:23am
Print Post  
Hi,

Have you set the DiagramViewID property of the overview? It should look like this:

Code
Select All
<ndiag:DiagramView ID="diagramView" runat="server" Style="left: 0px; width: 480px;
    position: absolute; top: 0px; height: 480px" />
<ndiag:Overview ID="ovw" runat="server" DiagramViewID="diagramView" Style="left: 480px; width: 160px;
    position: absolute; top: 320px; height: 160px" />
 



Stoyan
  
Back to top
 
IP Logged
 
CedricL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Jul 2nd, 2008
Re: Problem with Overview component
Reply #2 - Jul 10th, 2008 at 7:25am
Print Post  
Yes I set the DiagramViewID property.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with Overview component
Reply #3 - Jul 10th, 2008 at 7:33am
Print Post  
Are you using the Overview control from Diagramming.WebForms.dll? Overview is no longer defined in a separate dll as in the 1.x versions, and the control from the V1 overview.dll won't work with DiagramView.
  
Back to top
 
IP Logged
 
CedricL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Jul 2nd, 2008
Re: Problem with Overview component
Reply #4 - Jul 10th, 2008 at 7:51am
Print Post  
Yes I use Overview control from Diagramming.WebForms.dll.

I test the FlowCharter sample, with assembly for .Net 3.5 and overview works.

So I will make tests to see if Telerik components and MS Webparts we are using in our application could be the problem.
  
Back to top
 
IP Logged
 
CedricL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Jul 2nd, 2008
Re: Problem with Overview component
Reply #5 - Jul 10th, 2008 at 8:09am
Print Post  
Ok, I reproduce my issue with your working sample : if Overview component is used as a Webpart and so, contained into a webpartzone, it did not work.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with Overview component
Reply #6 - Jul 14th, 2008 at 1:09pm
Print Post  
Overview used as a webpart worked fine in our test, but the problem you described happens when the DiagramView is a webpart too. We'll try to fix this in the next few days.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with Overview component
Reply #7 - Jul 15th, 2008 at 7:52am
Print Post  
Hi,

This is fixed now, look in the private messages page for a download link.

Stoyan
  
Back to top
 
IP Logged
 
CedricL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Jul 2nd, 2008
Re: Problem with Overview component
Reply #8 - Jul 16th, 2008 at 6:46am
Print Post  
Thanks, we will try this fix.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint