Percent completed

Hi,
I like very much this tool. So far it works fine for me apart a few problems:

  • Percent completed of task/project: not displayed at the right after task bar
    found bug in dhtmlxgantt.js -> typos in switch case “PercentCompleted” :bulb:
    => ok for task, however still “undefined” for project :cry: :confused:

  • loadData(string, false, false) throws an error, although xml content format is OK
    => I removed the error 37 thrown in loadXML() :imp:

  • personally I found the task description too long (on the grid at right of task bar) in case the name has more than 50 chars
    => I truncated it in getDescStr()

Thanks a lot for this nice tool ! :smiley: :smiley: :smiley:
Hope a new version’s coming soon …

[…]still “undefined” for project[…]
=> fixed: typo “percentCompleted” in getValueShowProject()