Announcement

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

    smart client

    please resolve my following issues ,when i am try load on application on browser:

    1.Uncaught TypeError: isc.isA.DataSource is not a function
    at Object.isc_ClassFactory__defineClass [as $b3] (ISC_Core.js:171)
    at Object.isc_ClassFactory__defineNonRootClass [as $b2] (ISC_Core.js:167)
    at Object.isc_ClassFactory_defineClass [as defineClass] (ISC_Core.js:166)
    at ISC_Foundation.js:30
    2.Uncaught TypeError: isc.ImgTab.getPrototype is not a function
    at ISC_Containers.js:30
    3.Uncaught TypeError: _2.getPrototype is not a function
    at Object.isc_ClassFactory__mixInProperties [as $ce] (ISC_Core.js:214)
    at Object.isc_ClassFactory_mixInInterface [as mixInInterface] (ISC_Core.js:214)
    at Object.isc_ClassFactory__defineClass [as $b3] (ISC_Core.js:178)
    at Object.isc_ClassFactory__defineNonRootClass [as $b2] (ISC_Core.js:167)
    at Object.isc_ClassFactory_defineClass [as defineClass] (ISC_Core.js:166)
    at ISC_Grids.js:740

    4.Uncaught TypeError: isc.DateGrid.getPrototype is not a function
    at ISC_Forms.js:72
    5.Uncaught TypeError: Cannot read property 'getPrototype' of undefined
    at ISC_DataBinding.js:2643
    6.Uncaught TypeError: Cannot read property 'addProperties' of undefined
    at Object.isc.loadSkin (load_skin.js:1)
    at load_skin.js:1

    7.Uncaught TypeError: isc.ListPropertiesSampleTile.getPrototype is not a function
    at ISC_RichTextEditor.js:30
    8.Uncaught TypeError: isc.CalendarView.getPrototype is not a function
    at ISC_Calendar.js:30

    #2
    This kind of thing would happen if you placed your script tags in a random order, or omitted some.

    Place them in the order indicated in the QuickStart Guide and you’ll be fine.

    Comment

    Working...
    X