Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Net Diagramming not creating nodes (Read 2862 times)
Adnerb
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 9
Location: Philippines
Joined: Mar 2nd, 2012
Net Diagramming not creating nodes
May 14th, 2012 at 5:31am
Print Post  
Hi,

I am calling applet.getDiagram(), followed by calls to getFactory().createShapeNode after getting a shape from a ShapListBox. It's working perfectly when running it on local. It's working both in FireFox as well as in Chrome. But when I deployed it in our server located in other area, it seems not to be working properly with Chrome. Any ideas?

Thanks,

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Net Diagramming not creating nodes
Reply #1 - May 14th, 2012 at 5:51am
Print Post  
Hi,

Passing Java objects between different applets does not work in some browsers. Try loading both the DiagramView and ShapeListBox in the same applet (possible with this version). Otherwise try loading the shape only by its string Id using the DiagramView's applet ScriptHelper.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Adnerb
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 9
Location: Philippines
Joined: Mar 2nd, 2012
Re: Net Diagramming not creating nodes
Reply #2 - May 14th, 2012 at 7:52am
Print Post  
Hi,

I am using the DiagramView element to get the applet and also using this to get its ScriptHelper to create the node with its shapeid.

Does using the 4.2 version will resolve this problem? The is that when I am running the application on my local machine/iis it's working properly with the Chrome. When I run the one from the remote server, it doesn't seem to get the applet.

Thanks for your response again in advance.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Net Diagramming not creating nodes
Reply #3 - May 14th, 2012 at 12:10pm
Print Post  
I have added a setShape(helper.shapeFromId(stringId)) call to the OrgBrowser sample and can't see any problems with it in Chrome. Does this test page show ellipses for your after expanding the root?

http://mindfusion.co/demos/Diagramming/OrgBrowser/test.aspx
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint