• Same problem .. gantt charts loads but no data visible

    By Peter Strackx 1 decade ago

    I Have the same problem and unable to figure out what is wrong.

    I'm running 853 Domino. Copied the Dojo 161 gantt on the server. Restarted the server and have these errors in the log file.

     

    Any ideas?

    Regards,

     

    Peter

     

    • Answer

      By Kateryna Czerniachowska 1 decade ago

      Please try to put your Gantt Chart on Server. While executing on Local it may not work. The other reason may be the data from the view. Please open the main view with projects terms in browser. If you don't see the rows as in Lotus, try to change ACL. Do you the any data from the view in browser?

      • Same problem here

        By Heiko Voigt 1 decade ago

        Hi,

        I'm experiencing the same problem here - Domino 8.5.3, ACL set to manager, same log messages. I see the data sets in the view, so that should not be the problem - copied Dojox gantt to my dojo 1.5.1 directory on th server.

         

        My tasksAllFields view looks fine:

         

        • Closer...but no cigar (yet)

          By Heiko Voigt 1 decade ago

          The control seems not to render correctly in IE & FF. It's a lot better in Chrome, after correcting the sort columns in the cc, it reads the documents but still doen't show the entries:

           

          the corrected search entries are:


          The column names were wrong.

          so - a baby step but not there yet Lächelnd

          • Had same problem. Found a problem with javascript dates.

            By Paul D Elmer 1 decade ago

            Its a problem with javascript date conversion.  Code written assumes mm/dd/yyyy format of string returned by

            var tStartDate = docTask.getItemValueDateTimeArray("StartDate");

            var StartDate = tStartDate[0].toString();

            my server returns dd/mm/yyyy. 

          • By fatih duranoğlu 10 years ago

            Hi Helko

            i'm struggling for run this sample. Did you solve this