BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Jim
Thanks for using Syncfusion products.
We are glad to inform you that we have created a simple sample of swim lane in ASP.NET and attached below. Please note that the property “IsLane” and “Orientation” defined in the class “Lane”. Please see the code snippet below.
lane.Name = name;
lane.Height =100;
lane.Width = 100;
lane.OffsetX = 100;
lane.OffsetY = 100;
lane.IsLane = true;
lane.Orientation = Orientation.Vertical;
please let me know if any concerns.
Regards,
Shyam
G
Hi Jim
Thanks for the update.
Query |
Response |
Well, I'm making progress in small steps. |
We are glad to inform you that we have fixed the reported issue
in “diagrambuilder.js” file of diagram
builder sample. We suggest you to replace the “diagrambuilder.js” file in your diagram builder application. Here is the diagrambuilder.js file We have attached diagram builder sample below for your reference. Sample:http://www.syncfusion.com/downloads/support/directtrac/general/swimlanediagrambuilder687939511.zip |
Is there any documentation on swim lanes? I can't find any in
the online documentation. Even something in draft would be welcomed. |
We are currently preparing a drafted version of
documentation for swim lane and we will provide you the documentation in two
business days(11/11/2014). |
Please let me know if any concerns.
Regards,
Shyam G
Hi Jim
Thanks for your patience.
Query |
Response |
Is there any documentation on swim lanes? I can't find any in
the online documentation. Even something in draft would be welcomed. |
Currently, We have provided drafted version of documentation
for swimlane and attached below. We will inform you once it is hosted online. |
Please let me know if any concerns.
Regards,
Shyam G
Hi Jim
Please ignore our previous update.
Query |
Response |
Is there any documentation on swim lanes? I can't find any in
the online documentation. Even something in draft would be welcomed. |
Currently, We have provided drafted version of documentation
for swimlane and attached below. We will inform you once it is hosted online. |
Please let me know if any concerns.
Regards,
Shyam G
Hi Shyam,
Well, I'm making progress in small steps.
I have looked at the swimlane sample in the 12.3.0.36 release and just copied the code behind that creates the palette entries for the 2 swimlane shapes.
That works fine and I see them in my palette.
I am not creating any lanes or shapes in my code behind - I want the user to do that.
The problem I am having is that when I drag a swimlane shape from the palette onto my canvas it immediately disappears.
This occurs in the latest releases of FireFox and Chrome.
IE actually throws the following exception (which perhaps the other 2 browsers are ignoring):
Unhandled exception at line 942, column 37 in http://vs2013-jimv2/NavviaNewDev/Syncfusion/Scripts/DiagramBuilder/DiagramBuilder.js
0x800a138f - JavaScript runtime error: Unable to get property 'length' of undefined or null reference
What am I doing wrong?
Is there any documentation on swim lanes? I can't find any in the online documentation. Even something in draft would be welcomed.
Thanks for your continuing guidance.
Jim