Search found 2979 matches

In the next version, simply myCalendar.nonWorkingDays['1'] = true will work.

See how Monday disappears from all views as soon as the prop is set.

All will be fixed.

changeNonWorkingDay.gif
changeNonWorkingDay.gif (759.72 KiB) Viewed 13 times

I'll make Calendar observe its nonWorkingDays object and update on mutation in the next version. It's a much easier way for app developers. Keep that code and it will soon work.

OK, You are mutating the object. It does work if you set the object:

myCalendar.nonWorkingDays = {1 : 1, 2 : 1};

That will make Mondays and Tuesdays disappear from all views.

Changing nonWorkingDays dynamically should definitely work. I will add that to the current batch of fixes.

Yes, i've noticed that issue too (there's some more that were not visible during this showcase). And i'll continue working on those. I'm working off the docs and examples as much as i can, but there are some thigns i couldn't figure out yet. May i bother you with some (hopefully) minor questions ab...
Yes, the speed is fixed. We should offer a multiplication factor so that it is tunable. That should be easy. The zoomTo and zoomBy methods offer a zoomCenter parameter which is the y offset down the day scrolling viewport to use as the zoom point. https://bryntum.com/products/calendar/docs/api/Calen...

I think there's some CSS from outside of Bryntum affecting things:

Screenshot 2024-03-27 at 16.28.47.png
Screenshot 2024-03-27 at 16.28.47.png (211.12 KiB) Viewed 5 times

Also, do you need the "Hoehe" slider? CTRL+mousewheel zooms the hour height in and out.

Looks like it's mostly working At 1:00 though, I see that "Breite" slider change and the resource widths become mismatched between the header and main event section: Screenshot 2024-03-27 at 16.16.30.png I think the header cannot shrink more because of its content: Screenshot 2024-03-27 at...

And... crashes? That['s a new thing. What is the error?

It's on an iPad as you can see. Can't really run a complex thing like a scheduler on a phone.