seanjensengrey / jsgantt

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

Question about Multiple Dependencies #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello everybody,
I have a question about multiple dependencies in my program. How to
construct my XML document to realize this goal. Now it can only have one
depend task. Thank you very much!!!
<task>
    <pID>30</pID>
    <pName>add Auditing</pName>
    <pStart>9/19/2008</pStart>
    <pEnd>9/21/2008</pEnd>
    <pColor>0000ff</pColor>
    <pLink></pLink>
    <pMile>0</pMile>
    <pRes>Mal</pRes>
    <pComp>50</pComp>
    <pGroup>0</pGroup>
    <pParent>10</pParent>
    <pOpen>0</pOpen>
    <pDepend>10</pDepend>   
</task>

Original issue reported on code.google.com by licong...@gmail.com on 8 May 2009 at 1:26

GoogleCodeExporter commented 9 years ago
fixed in build 20 .. you will need to use <pDepend>10,20</pDepend>

Original comment by shlomyga...@gmail.com on 15 May 2009 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by shlomyga...@gmail.com on 15 May 2009 at 7:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Excuse me, What do you mean by "build 20". I have just downloaded a new version 
from
your website and added a new "task" in the project.xml as follows:
<task>
    <pID>40</pID>
    <pName>add Auditing</pName>
    <pStart>9/23/2008</pStart>
    <pEnd>9/27/2008</pEnd>
    <pColor>0000ff</pColor>
    <pLink></pLink>
    <pMile>0</pMile>
    <pRes>Mal</pRes>
    <pComp>70</pComp>
    <pGroup>0</pGroup>
    <pParent>10</pParent>
    <pOpen>1</pOpen>
    <pDepend>20,30</pDepend>
    <pCaption>Shlomy</pCaption>
</task>
But it can not be showed correctly in the jsgantt_exExternalXML.html

Original comment by licong...@gmail.com on 15 May 2009 at 8:33

GoogleCodeExporter commented 9 years ago
The code was updated on google code SVN. I just finished uploading it to 
jsgantt.com

Try again now

Original comment by shlomyga...@gmail.com on 15 May 2009 at 8:39

GoogleCodeExporter commented 9 years ago
Oh, it works now, looks very cool!

Thank you very much! 

Original comment by licong...@gmail.com on 15 May 2009 at 8:53