Announcement

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

    problem with dataDragDataboundDragCopy sample in latest showcase

    SmartClient Version: SNAPSHOT_v13.1d_2024-03-14/AllModules Development Only (built 2024-03-14)
    Chrome on MacOS

    Hello, I just noticed that, though the dataDragDataboundDragCopy sample is working, when it's selected, if I switch to the listCopy.js tab, when I click "try it" I get this error:

    Code:
    *14:45:25.604:WARN:Log:New Class ID: 'EditContext' collides with ID of existing object with value 'function EditContext() { [native code] }'. Existing object will be replaced.
    This conflict would be avoided by disabling ISC Simple Names mode. See documentation for further information.
    *14:45:37.041:MUP6:WARN:Log:ReferenceError: serverCount is not defined
    Stack from error.stack:
        _3.queueSent(<no args: exited>) on [Class RPCManager] @ [no file]:258:9
        RPCManager._sendQueue(<no args: exited>) on [Class RPCManager] @ ISC_DataBinding.js:1578:42
        [c]RPCManager.sendQueue(<no args: exited>) on [Class RPCManager] @ ISC_DataBinding.js:1549:87
        [c]RPCManager.sendRequest(<no args: exited>) on [Class RPCManager] @ ISC_DataBinding.js:1485:218
        DataSource.performSCServerOperation(<no args: exited>) on [DataSource ID:employees] @ ISC_DataBinding.js:2860:75
        DataSource.sendDSRequest(<no args: exited>) on [DataSource ID:employees] @ ISC_DataBinding.js:743:13
        DataSource.performDSOperation(<no args: exited>) on [DataSource ID:employees] @ ISC_DataBinding.js:715:76
        DataSource.fetchData(<no args: exited>) on [DataSource ID:employees] @ ISC_DataBinding.js:658:99
        ResultSet.fetchRemoteData(<no args: exited>) on [ResultSet ID:isc_ResultSet_2 (dataSource: employees, created by: employeesList)] @ ISC_DataBinding.js:1926:88
        ResultSet._fetchRemoteData(<no args: exited>) on [ResultSet ID:isc_ResultSet_2 (dataSource: employees, created by: employeesList)] @ ISC_DataBinding.js:1919:681
        ResultSet.getRangePaged(<no args: exited>) on [ResultSet ID:isc_ResultSet_2 (dataSource: employees, created by: employeesList)] @ ISC_DataBinding.js:2091:85
        ResultSet._getRangePaged(<no args: exited>) on [ResultSet ID:isc_ResultSet_2 (dataSource: employees, created by: employeesList)] @ ISC_DataBinding.js:2079:28
        ResultSet.getRange(<no args: exited>) on [ResultSet ID:isc_ResultSet_2 (dataSource: employees, created by: employeesList)] @ ISC_DataBinding.js:1901:52
        ListGrid.requestVisibleRows(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Grids.js:1856:95
        Canvas.filterWithCriteria(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:5111:185
        [c]Class.invokeSuper(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:316:93
        [c]Class.Super(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:308:170
        ListGrid.filterWithCriteria(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_DataBinding.js:2546:241
        Canvas._filter(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:5109:38
        [c]Class.invokeSuper(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:316:93
        [c]Class.Super(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:308:170
        ListGrid._filter(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Grids.js:2551:43
        Canvas.fetchData(<no args: exited>) on[ListGrid ID:employeesList] @ ISC_Core.js:5045:376
        null.eval(<no args: exited>) @ [no file]:248:15
        [c]Class.evaluate(<no args: exited>) on [Class Class] @ ISC_Core.js:283:9
        eval(<no args: exited>) @ ISC_Core.js:505:512
        ExampleViewer.evalAndCaptureGlobals(<no args: exited>) on [ExampleViewer ID:featureExplorer_exampleViewer] @ ISC_ExampleViewer.js:120:386
        ExampleViewer.evalExample(<no args: exited>) on [ExampleViewer ID:featureExplorer_exampleViewer] @ ISC_ExampleViewer.js:117:1675
        ExampleViewer.showExample(<no args: exited>) on [ExampleViewer ID:featureExplorer_exampleViewer] @ ISC_ExampleViewer.js:117:61
        ExampleSourcePane.tryEditedCode(<no args: exited>) on [ExampleSourcePane ID:featureExplorer_exampleViewer_exampleSourcePane] @ ISC_ExampleViewer.js:138:1905
        SourceEditor.tryClicked(<no args: exited>) on [SourceEditor ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor] @ ISC_ExampleViewer.js:143:491
        _3.eval(<no args: exited>) on [IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton] @ [no file]:3:35
        StatefulCanvas.handleActivate(<no args: exited>) on [IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton] @ ISC_Foundation.js:242:108
        StatefulCanvas.handleClick(<no args: exited>) on [IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton] @ ISC_Foundation.js:243:13
        [c]EventHandler.bubbleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2637:89
        [c]EventHandler.handleClick(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2447:50
        EventHandler._handleMouseUp(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2429:11
        [c]EventHandler.handleMouseUp(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2420:57
        [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:2736:122
        HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:123
    in 13.0 it's working

    #2
    We've fixed this now, thanks for the report

    Comment


      #3
      SmartClient Version: SNAPSHOT_v13.1d_2024-03-22/AllModules Development Only (built 2024-03-22)

      I see it's fixed, thank you very much

      Comment

      Working...
      X