Modal Form not wokr overlay backcolor

George

Modal forms is not working overlay color and opacity. I tried with last appstudio version and is the same

the overlay backcolor is not yellow (always black) and not change the opacity.
follow thye command:
Modal1.show({showClose:False,clickClose:False,escapeClose:False,overlay:“yellow”,opacity:0.2})

The documentation for Modal forms is here:

http://wiki.nsbasic.com/Modal_Forms

It uses the jQuery Modal Library, which is documented here:

The library does not have an overlay or opacity property, so these values cannot be set.

But it worked before … No alternative to get around the problem?

No - these properties are not in the current library.

You could probably figure out the style of the overlay and override its settings.