SmartClient Version: SNAPSHOT_v13.0d_2021-06-13/Enterprise Deployment (built 2021-06-13)
Chrome on MacOS
Hello, is it safe to use the isc.FL.showLoadingIndicator function?
I'm trying it, but I see that my config is ignored...actually it seems that executing
in the showLoadingIndicator function results in {foo:5} instead of {foo:9}, which is a bit strange and I wonder if it's a bug.
Chrome on MacOS
Hello, is it safe to use the isc.FL.showLoadingIndicator function?
I'm trying it, but I see that my config is ignored...actually it seems that executing
Code:
isc.addProperties({}, {foo:5}, {foo:9})
Comment