Discuss anything related to web development but no technical support questions


Post by jgomez-m »

Hello, I have been reviewing the integration shown in this Scheduler Pro with Gantt demo, but using the trial versions Demo. However, I have encountered some issues when trying to integrate this proof of concept into a project that already has licenses for Scheduler, Grid, Core, etc. (see the attached image of the package.json).

rt.png
rt.png (105 KiB) Viewed 617 times

Now, when I invoke a SchedulerPro component in the project, I get the following error:

rt2.png
rt2.png (68.9 KiB) Viewed 617 times

I know beforehand that this can be resolved by using thin components, but for that, I would need a license according to this post. However, I would like to know if it is possible to work with the Gantt and Scheduler Pro libraries in their trial versions for a proof of concept, without needing to acquire licenses for these two components for now, and without affecting the project since it already has other licensed components.


Post by mats »

I don't believe this is possible (yet) but we're soon adding thin versions to the trials too.


Post by sergey.maltsev »

Hi!

For trial use of Gantt and Scheduler Pro please only use Gantt npm packages.

npm install @bryntum/gantt@npm:@bryntum/gantt-trial@6.0.5
npm install @bryntum/gantt-react@6.0.5

Scheduler Pro component is included inside.
Import Scheduler Pro wrapper from @bryntum/gantt-react.

https://bryntum.com/products/gantt/docs/guide/Gantt/integration/react/guide#wrappers

Please note that products are licensed separately, even if it is possible to use Scheduler Pro from Gantt npm package.


Post Reply