Closed GoogleCodeExporter closed 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
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:
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:
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
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
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
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:
that's great, thanks!
Original comment by simon.po...@gmail.com
on 14 Mar 2011 at 10:30
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
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
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
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
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
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
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
[deleted comment]
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
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
Original comment by simon.po...@gmail.com
on 9 Jan 2012 at 6:58
Original issue reported on code.google.com by
sinoohe....@gmail.com
on 28 Feb 2011 at 7:07Attachments: