Search found 5 matches

Hi,

We're using your gantt for several years and We are considering upgrading to the new gantt.
The main point We want to evaluate is the option to run the new solution over node.
Do you have some starter kit / boilerplate / git repository we can use to see it in action?

Thanks,
Yishay
mats wrote:
but we cannot use this solution on production servers.
What exactly prevented you from using it? Any errors?
We aren't using it because we need to use the generated app.js file in zipped package which is deployed to dev & production environments.

Thanks

Dan
Hi Mats Thanks for quick reply. code looks something like this: importScripts('ext_microloader.js'); //javascript originally inside microloader html script tag importScripts("app.js"); Upon import of app.js I'm getting different DOM related errors like: Cannot read property 'style' of unde...
Hi all, Because of performance issues we are trying to load gantt data in web worker and after load saving data to server (after running adjustment). The main problem we have is loading the app.js file generated by Sencha build/app watch doesn't seem to load all dependencies in web worker. From what...
Hi,

We want to use segments as if they were tasks.
What are the downside of that?
Can we do it transparently?
For example, can we use TaskForm to see information about the segment?

Thanks