Show cool things you have done with our products


Post by litiancai »

Hi,

I just downloaded a trial version. But the readme document is very simple. I have no idea how to make these examples work.

Can somebody point me to some kind of new user manual please?

Thanks,
Tim

Post by mats »

A trial of which product?

Post by litiancai »

scheduler

Post by litiancai »

Hi,

I'm trying to run BryntumSchedulerCrudDemo by following the README instructions.

I'm getting the errors as shown on the attached screenshots.

What am I doing wrong?

Thanks,
Litian
Attachments
BryntumSchedulerCrudDemo-Error.PNG
BryntumSchedulerCrudDemo-Error.PNG (176.51 KiB) Viewed 7133 times

Post by arcady »

It's a bug. Thank you very much for the report. Here is a ticket for it: https://www.assembla.com/spaces/bryntum ... t4/details

The reason of this issue is the example still uses ExtJS 4. So to fix this on your machine you can simply edit "BryntumSchedulerCrudDemo\index.html" file. Now it has following lines:
    <!--Ext and ux styles -->
    <link href="https://cdn.sencha.com/ext/gpl/4.2.1/resources/css/ext-all.css" rel="stylesheet" type="text/css" />
    <!--Ext 4 includes-->
    <script src="https://cdn.sencha.com/ext/gpl/4.2.1/ext-all.js" type="text/javascript"></script>
Please replace them with these lines respectively:
    <!--Ext and ux styles -->
    <link href="https://www.bryntum.com/examples/extjs-6.0.1/build/classic/theme-classic/resources/theme-classic-all.css" rel="stylesheet" type="text/css"/>
    <!--Ext JS includes-->
    <script src="https://www.bryntum.com/examples/extjs-6.0.1/build/ext-all.js" type="text/javascript"></script>
    <script src="https://www.bryntum.com/examples/extjs-6.0.1/build/classic/theme-classic/theme-classic.js" type="text/javascript"></script>
We in turn will fix this in our repository so the next nightly build will have it onboard. Thanks again!

Post Reply