Search found 19 matches

I get an error message when I want to capture a screenshot with this config. var logger = window.RC && new RC.Logger({ applicationId: "myKey", recordUserActions: true, recordSessionVideo: true, logResourceLoadFailures: true, logAjaxRequests: true, captureScreenshot: true, showUI: t...
You're right. Turns out there was a naming conflict as I also have a Singleton class. I gave it a namespace and it works.
Maybe something you could as well to prevent this from happening with other customers.

Thanks for the reply.
Some of our customers - for various reasons - cannot (or don't want to) use RootCause, which forced us to make error logging optional (i.e. configurable). Even though it can be configured, the script is always loaded. So this effectively means we'd have to get rid of this: <script type="text/ja...
Is there a possibility to make the e-mail and message fields required? Our users seem to be pretty lazy when they submit an error.
jtommy121 wrote:Thanks.. I was finally able to do it myself.
Next time you may want to actually share what you did, you could help out others by doing that.
Yes that's correct, I arrived to the same conclusion this morning!
By setting the continuous flag on Sch.data.TimeAxis to true, it works. I don't think we need a non-continuous time axis in our case so I suppose that solved the issue.

I also noticed I posted this question in the wrong subforum.
Hi, I am trying to figure out the differences between these two demos: 1: https://www.bryntum.com/examples/scheduler-latest/examples/configuration/ 2: https://www.bryntum.com/examples/scheduler-latest/examples/kitchensink/#examples/events Steps to take to see the difference: - Start dragging an even...
That's not entirely what I had in mind but it's a good start. We currently use a custom date range picker to define the applied date range. If I set this config value to true, it messes up the whole interaction between the date range picker and the scheduler. What would be great is to have the infin...
I don't know whether this feature already exists, but what I would like to be able to do is shown in this gif: ice_video_20161031-085532.gif When I drag an appointment out of the existing range/view, I would like the scheduler to scroll along with my drag operation/ mouse behavior. It speaks for its...