gearcoded

Results 50 comments of gearcoded

@murrayleysrgu, by default, Next.js runs the code with the server-side rendering. You cannot run Gantt that way as it is a client-side application and requires the `Window` object and DOM....

@AntoRin, The `Start1` and `Finish1` properties are not supported: https://docs.dhtmlx.com/gantt/desktop__tags.html#tasksproperties The dev team will try to add it in the future, but I cannot promise that. Regarding the `Start` and...

@AntoRin, To import custom properties, you need to specify them in the `taskProperties` paramerter, then load them from the `$custom_data` property: https://docs.dhtmlx.com/gantt/desktop__export_msproject.html#importfrommsproject:~:text=Getting%20tasks%20properties Some of them will be imported, but there...

@Fitz-Wen and @datastructurey, the documentation assumes you are running the latest Gantt version. Starting from the 8.0 version, you need to use the `plugins` method. In earlier versions, you need...

Recently, it was discovered that the import and export functionality is not added via the `plugins` method in the 8.0.0-8.0.5 versions. It will be fixed in the newer versions, but...

@Zhaotiedan, Polymer and other libraries and frameworks are beyond our support. So, I cannot suggest to you how to add Gantt there in the way Polymer expects it. I tried...

@Hsensor, You can use the `selectTask` method to select a task and `unselectTask` to unselect it: https://docs.dhtmlx.com/gantt/api__gantt_selecttask.html https://docs.dhtmlx.com/gantt/api__gantt_unselecttask.html If you want to unselect a task after clicking on it, you...

@lfk0719, You need to call the `getGanttInstance` method from the `Gantt` object, note the capital `G`: ``` Gantt.getGanttInstance() ``` https://docs.dhtmlx.com/gantt/desktop__multiple_gantts.html There is a demo for Vue.js, but it uses the...

@houqingbin, If you use the Gantt instance approach, Gantt should hide the tooltip: https://docs.dhtmlx.com/gantt/desktop__multiple_gantts.html#destructorofganttanddataprocessorinstances In the past, Gantt didn't hide the tooltip, but starting from the 6.1.4 version, it is...

@DaTongDXM, if you use the `destructor` method in the GPL or Individual versions, this is expected behavior. You need to reload the page to start using Gantt again. So, with...