Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ShapeLibrary problems (Read 2311 times)
lue
YaBB Newbies
*
Offline


I love NetDiagram!

Posts: 43
Location: Austria
Joined: Jan 9th, 2008
ShapeLibrary problems
Aug 23rd, 2015 at 5:33am
Print Post  
Dear all,
we use the newest NetDiagram version.
We place:

        Dim SLB As New ShapeListBox
        SLB.ID = "SLB1"
        PH.Controls.Add(SLB) ' Placeholder

        SLB.ClientSideMode = ClientSideMode.ImageMap
        SLB.ShapeLibraryLocation() = ... (absolute path to the library)

All its ok.

We place:

        Dim SLB As New ShapeListBox
        SLB.ID = "SLB1"
        PH.Controls.Add(SLB) ' Placeholder

        SLB.ClientSideMode = ClientSideMode.Canvas
        SLB.ShapeLibraryLocation() = ... (relative path to the library f.e. lib/shapes.xml)

It's always shown the standard library, not the modified. Additionally modified shapes are always shown as rectangle.

Same effects using DiagramView with modified ShapeLibrary in Canvas Mode. This effect is in all tested browsers the same.

Whats' wrong?

Best regards from austria

Chris



  

pNET_process2.zip ( 1 KB | 183 Downloads )
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ShapeLibrary problems
Reply #1 - Aug 24th, 2015 at 8:30am
Print Post  
Hi,

Unfortunately shape libraries are not supported yet in Canvas mode. We'll try to implement them for next release.

Best regards,
Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ShapeLibrary problems
Reply #2 - Nov 4th, 2015 at 11:05am
Print Post  
This build now supports shape libraries in canvas mode:
https://mindfusion.eu/_beta/netdiag55.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint