Announcement

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

    smartclient

    i am getting following issues ,when i am try to load application on browser:


    1.Uncaught TypeError: isc.ListGrid.addProperties is not a function
    at Object.isc.ApplyAutoTestMethods (ISC_Core.js:4023)
    at Object.eval [as action] (eval at isc__makeFunction (ISC_Core.js:74), <anonymous>:3:5)
    at _3.isc_c_Page_handleEvent [as handleEvent] (ISC_Core.js:1438)
    at isc_c_EventHandler_handleLoad (ISC_Core.js:1468)
    2.Uncaught TypeError: Cannot read property 'create' of undefined
    at localhost/:89
    3.ncaught TypeError: isc.defineClass(...).addProperties is not a function
    at utilComps.js:819
    4.Uncaught TypeError: isc.ExampleViewer.getPrototype is not a function
    at ISC_ExampleViewer.js:37

    #2
    Similar to your other post today, you’ve got your script tags in sone random order rather than the order shown in the QuickStart Guide.

    In this case you also seem to have tried to copy parts of the Showcase (ExampleViewer) into an application.

    Don't do this. Just follow the docs.

    Comment


      #3
      I am getting following issues,when i try load application on browser:
      INFO:Log:initialized
      isc.B.push.isc.A.addToMasterLog @ VM85 ISC_Core.js:1145
      VM85 ISC_Core.js:1145 *23:42:28.693:WARN:Log:TypeError: isc.isA.DataSource is not a function
      Stack from error.stack:
      ClassFactory._defineClass(<no args: exited>) @ ISC_Core.js:171:50
      ClassFactory._defineNonRootClass(<no args: exited>) @ ISC_Core.js:167:87
      ClassFactory.defineClass(<no args: exited>) @ ISC_Core.js:166:1699
      <anonymous>(<no args: exited>) @ ISC_Foundation.js:30:18
      Uncaught TypeError: isc.isA.DataSource is not a function
      at Object.isc_ClassFactory__defineClass [as $b3] (VM85 ISC_Core.js:171)
      at Object.isc_ClassFactory__defineNonRootClass [as $b2] (VM85 ISC_Core.js:167)
      at Object.isc_ClassFactory_defineClass [as defineClass] (VM85 ISC_Core.js:166)
      at ISC_Foundation.js:30

      Comment


        #4
        Please see our post above.

        Comment

        Working...
        X