AbimannanMuthusamy / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

jsplump.Flowchart #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi
i added many conditions in Flowchart connection for my project
I want to share it with you
please add this in the project

thanks for this connector! it was very helpful for me

Original issue reported on code.google.com by sinoohe....@gmail.com on 28 Feb 2011 at 7:07

Attachments:

GoogleCodeExporter commented 9 years ago
that's great - thanks!  have you got a demo page i could put up on jsplumb.org?

Original comment by simon.po...@gmail.com on 1 Mar 2011 at 12:19

GoogleCodeExporter commented 9 years ago
sorry for my late replay
i created a demo from jsplump dynamicanchors demo
it is in the attachment
some situations in the code not yet completed

Original comment by sinoohe....@gmail.com on 3 Mar 2011 at 3:43

Attachments:

GoogleCodeExporter commented 9 years ago
no problem; i'm not going to be doing the next release for a few weeks.

that demo looks nice! there's one little funny that occurs if you drag window 2 
straight down so it's just a little below window 3 (easier to see if you bump 
up the lineWidth to 10 or something) - i've attached a picture of it.  in this 
case i guess i would expect the line to come horizontally from window 3, then 
go down before window 2, along a little more to the right, and then straight up 
to meet window 2's endpoint.  it's looking good though.

Original comment by simon.po...@gmail.com on 4 Mar 2011 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
can u send me the code? window 3 connected to 2? or window 2 connected to 3?

Original comment by sinoohe....@gmail.com on 4 Mar 2011 at 7:25

GoogleCodeExporter commented 9 years ago
from window 2 to window 3  - line 42 of demo.html (i changed the line width to 
10 so i could see more clearly what was going on):

jsPlumb.connect({source:'window2', 
target:'window3',paintStyle:{lineWidth:10,strokeStyle:'rgb(243,230,18)'},

Original comment by simon.po...@gmail.com on 4 Mar 2011 at 8:03

GoogleCodeExporter commented 9 years ago
hello

did you have any luck fixing this?  i'm going to start pulling the 1.2.6 
release together soon.

Original comment by simon.po...@gmail.com on 14 Mar 2011 at 4:32

GoogleCodeExporter commented 9 years ago
sorry for late replying! i'm too busy these days
i fixed this bug

new library is in the attachment

Original comment by sinoohe....@gmail.com on 14 Mar 2011 at 5:26

Attachments:

GoogleCodeExporter commented 9 years ago
that's great, thanks!

Original comment by simon.po...@gmail.com on 14 Mar 2011 at 10:30

GoogleCodeExporter commented 9 years ago
Sir can i used directed arrows with the lines if yes then please guide.

as in this sample
http://code.google.com/p/jsplumb/issues/detail?id=76  

Original comment by alphaI....@gmail.com on 17 May 2011 at 1:28

GoogleCodeExporter commented 9 years ago
yes, this will be available in the upcoming 1.2.6 release.  overlays depend on 
some auxiliary functions that need to be written for each connector type, and 
the work has not yet been done for the flowchart connectors (which actually 
need a minor overhaul, so i'm putting it off until i do that).

Original comment by simon.po...@gmail.com on 17 May 2011 at 11:22

GoogleCodeExporter commented 9 years ago
upcoming 1.2.6 release! can you please inform about the release dates?

Original comment by alphaI....@gmail.com on 24 May 2011 at 5:11

GoogleCodeExporter commented 9 years ago
i haven't got a specific date as of yet.  it won't be for a few weeks.

Original comment by simon.po...@gmail.com on 24 May 2011 at 5:16

GoogleCodeExporter commented 9 years ago
we decided to use the API for flowchart  representation and from 
"http://coe.google.com/p/jsplumb/issues/detail?id=76"  we for the time being  
use the directed output.But its not as of flowchart type.

Using this issue we can be according to the requirements but facing the delay 
issues of release. 
As a work around can you suggest me  flowchart with directed arrows using the 
#56 and #76 issues, if possible.   

Original comment by alphaI....@gmail.com on 24 May 2011 at 10:15

GoogleCodeExporter commented 9 years ago
unfortunately there is no workaround for this: the flowchart connectors will 
not support overlays until the auxiliary functions have been written for them.  
this is further complicated by the fact that the connectors themselves are not 
yet fully finished.

Original comment by simon.po...@gmail.com on 26 May 2011 at 7:18

GoogleCodeExporter commented 9 years ago
flowchart connectors are now targeted for the 1.3.0 release (the next release 
will be 1.2.6)

Original comment by simon.po...@gmail.com on 2 Jun 2011 at 4:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
what would be the timelines. If its not in near future around a month time then 
what we can do with flow charting.

As an idea for workaround in the above image    "flowchartConnectorsOddity.jpg"
can you allow to use icon of shape arrow. If yes , can you provide some working 
sample  .

Original comment by alphaI....@gmail.com on 6 Jun 2011 at 2:56

GoogleCodeExporter commented 9 years ago
i managed to finish off the flowchart connectors, including overlay support, 
for 1.2.6, which i have just released.  demo here:

http://jsplumb.org/jquery/flowchartConnectorsDemo.html

Original comment by simon.po...@gmail.com on 13 Jun 2011 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by simon.po...@gmail.com on 9 Jan 2012 at 6:58