Discuss anything related to web development but no technical support questions


Post by mats »

Ext JS 3.3 was just released, if you're using a view deriving from LockingSchedulerView, you'll need the following patch until the next version of Scheduler/Gantt is released:
Ext.override(Sch.LockingSchedulerView, {
    syncRowHeights : Ext.ux.grid.LockingGridView.prototype.syncRowHeights
});

Post by mconneely »

Has any more issues been reported or found with the scheduler/gantt with the upgrade to Ext JS 3.3?

Post by mats »

Not that I know of. Are you experiencing any difficulties upgrading?

Post by mconneely »

no, we will be upgrading today. was just wondering if there was anything else reported. Thats fine, i'll know later today if the upgrade has caused any problems. Thanks

Post by xjpmauricio »

Hi, i've upgraded to ExtJs3.3...my Scheduler just stopped working...I've applied the patch given...downgrading now...

Post by mats »

Did you upgrade the UX LockingGridView as well? Both JS/CSS files?

Post by xjpmauricio »

Ok, here's what i did:

copied LockingGridView.css from ext-3.3.0\examples\ux\css to my scheduler folder
copied LockingGridView.js from ext-3.3.0\examples\ux to my scheduler folder
applied the given patch

...AND IT WORKS!!!

sorry...i should be spanked!!!

Tnx!!! Scheduler looking like a million bucks again!!!

Post Reply