Search found 10 matches

Thanks - this fixes the problem for me.
Hi: Using Scheduler 2.2.1 - if I modify the 'extmodern' example to use mode: 'vertical' I'm getting an error and the scheduler does not render. The error is: VerticalEventMapper.js:823 Uncaught TypeError: Cannot set property 'range' of undefined at VerticalEventMapper.renderer (VerticalEventMapper.j...
Alas:
fail 1 - Test  threw an exception
Need to include `action` property or shortcut property in the step config: {"waitForComponentQuery": "login_panel"}
I'm getting that error when attempting to execute a very simple project via the command line. Specifically, this is my test: StartTest(function(t) { t.chain( {waitForCQ: 'login_panel'}, ); }); When executing it in the Siesta web UI it works fine. Doing node index_node.js from the command line throws...
Some basic tests are working, but this fails: describe('Sample', function (t) { var panel = Ext.create('Ext.Panel', { title: 'Title', items: [ { xtype: 'textfield' } ] }); Ext.create('Ext.Dialog', {items: [panel] }).show(); t.chain( {waitForCQVisible: 'panel[title=Title]'}, {click: '>>textfield'}, )...
Just to confirm - this is fixed in the final 3.0 release - panning is now working fine for me.
Hmm, the mystery deepens. The vertical demo on your site (https://www.bryntum.com/examples/scheduler-latest/examples/vertical-orientation/vertical.html) pans fine on the iPad. The vertical demo from the Scheduler 3 download - via a URL like https://localhost:8888/scheduler3/examples/vertical-orienta...
Hi - I'm doing some tests of Scheduler 3RC in an Ext 5.1 application which is intended to be used on tablets. The scheduler is rendering perfectly on the iPad, but I cannot get it to pan. I have the "Pan" plugin enabled, ie: plugins: [ Ext.create('Sch.plugin.Pan', {enableVerticalPan: true}...
Getting Cmd to work can be a tedious task heh. Understatement of the day. I have sorta-figured it out. I've made the following additional changes: In "app.json" I changed the "classpath" setting to: "classpath": "${app.dir}/app,${app.dir}/lib/Sch", It's not c...
I'm starting a new project and am using Cmd, which I've not done previously with our previous projects, and I cannot get Cmd to correctly resolve the Scheduler 3.0 classes. 'sencha app watch' tells me: [ERR] Failed to resolve dependency Sch.panel.SchedulerGrid for file Test.view.sched.SchedulerPanel...