Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    using FileLoader with modules-debug

    Hi,

    I would like to use FileLoader.
    Calling isc.FileLoader.ensureLoaded(...) works when SmartClient is loaded with packed/obfuscated modules from the directory /modules/.
    When I try to load FileLoader with unobfuscated modules from /modules-debug/ directory it fails:

    Code:
    isc.FileLoader.ensureLoaded(function() {}); ISC_FileLoader.js:formatted:1560 Uncaught TypeError: isc.FileLoader.$41o is not a function
          at ISC_FileLoader.js:138
    Should I use unobfuscated version of FileLoader? It is not in the distribution.

    Best regards,
    Janusz

    #2
    When you report an issue in the forums, you need to supply the exact version of SmartClient that you're using. - the release, the build date, and whether you're using Power, Pro, LGPL, etc.

    Comment


      #3
      I have thought that it is more general question, sorry.
      The version is: "v11.1p_2017-07-09/LGPL Deployment"

      Comment


        #4
        Hi,

        Can i ask for a comment on that issue?

        Best regards,
        Janusz

        Comment

        Working...
        X