ReadOnly causes lightbox to reset?

mango.dci.io/dcischeduler/Room_Scheduler.php

If you try editing an event, the read only lightbox is the default sections. Not the ones I set in the lightbox configuration.
Same thing happens when you add an event.

Hi,
readonly extension takes snapshot of lightbox configuration during initialization of the scheduler. Try setting lightbox configuration before scheduler.init call, so the extension could use it.

Hey,
That did the trick!
Unfortunately the same issue happening with the following link:

mango.dci.io/dcischeduler/Employee_Signout.php

The same fix isn’t working however, could you take a look?

Hi,
right now it seems that both readonly and editable lightboxes uses the same configurations

Is there a way around this?
The only difference between my two apps (the first works with read only) is the latter’s use of combo box/multi select.
Is this the cause you think?