Hi Isomorphic,
please see this simple testcase https://www.smartclient.com/smartcli...tchOperationFS:
I get those warnings:
Please take a look at this.
Thanks in Advance,
Kind Regards
please see this simple testcase https://www.smartclient.com/smartcli...tchOperationFS:
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", height: "100%", autoFetchData: true, showCustomScrollbar: true, scrollbarSize: 0, dataSource: "supplyItem" });
Code:
17:32:34.108:MUP9:WARN:drawing:dsListGrid_body_hscroll:negative or zero area: height: 0, width: 1303, refusing to draw Canvas.readyToDraw() on [SpritedScrollbar ID:dsListGrid_body_hscroll] @ ISC_Core.js:2608:188 Canvas.draw(_1=>undef) on [SpritedScrollbar ID:dsListGrid_body_hscroll] @ ISC_Core.js:2617:94 StatefulCanvas.draw(_1=>undef, _2=>undef, _3=>undef) on [SpritedScrollbar ID:dsListGrid_body_hscroll] @ ISC_Foundation.js:212:431 Canvas.addPeer(_1=>[SpritedScrollbar ID:dsListGrid_body_hscroll], _2=>undef, _3=>undef, _4=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:2849:61 Canvas._setHorizontalScrollbar() on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3328:143 Canvas.__adjustOverflow(_1=>"parentDrawn") on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3316:149 Canvas._adjustOverflow(_1=>"parentDrawn") on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3264:6 Canvas.adjustOverflow(_1=>"parentDrawn", _2=>undef, _3=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3255:47 [c]Class.invokeSuper(_1=>[Class GridBody], _2=>"adjustOverflow", _3=>"parentDrawn", _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:315:162 GridBody.adjustOverflow(_1=>"parentDrawn", _2=>undef, _3=>undef, _4=>undef, _5=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Grids.js:620:260 Canvas._completeChildOverflow(_1=>Array[2], _2=>undef) on[ListGrid ID:dsListGrid] @ ISC_Core.js:2679:16 Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef) on[ListGrid ID:dsListGrid] @ ISC_Foundation.js:358:48 ListGrid.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef) on[ListGrid ID:dsListGrid] @ ISC_Grids.js:1282:32 Layout.drawChildren() on[ListGrid ID:dsListGrid] @ ISC_Foundation.js:266:640 Canvas.draw(<no args: recursion>) on[ListGrid ID:dsListGrid] @ ISC_Core.js:2629:253 [c]Class.invokeSuper(<no args: recursion>) on[ListGrid ID:dsListGrid] @ ISC_Core.js:315:162 ListGrid.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef) on[ListGrid ID:dsListGrid] @ ISC_Grids.js:1364:621 Canvas.addChild(_1=>[ListGrid ID:dsListGrid], _2=>null, _3=>true) on [Canvas ID:featureExplorer_exampleViewer_exampleViewPane_viewContainer] @ ISC_Core.js:2835:4 ExampleViewer.addCanviiToView(_1=>Array[2]) on [ExampleViewer ID:featureExplorer_exampleViewer] @ ISC_ExampleViewer.js:96:97 ExampleViewer.evalExample(_1=>"isc.DataSource.create({\n testFileName..."[3326]) on [ExampleViewer ID:featureExplorer_exampleViewer] @ ISC_ExampleViewer.js:92:546 ExampleViewer.showExample(_1=>undef) on [ExampleViewer ID:featureExplorer_exampleViewer] @ ISC_ExampleViewer.js:92:61 ExampleSourcePane.tryEditedCode() on [ExampleSourcePane ID:featureExplorer_exampleViewer_exampleSourcePane] @ ISC_ExampleViewer.js:111:2029 SourceEditor.tryClicked(_1=>undef) on [SourceEditor ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor] @ ISC_ExampleViewer.js:115:491 _3.eval(event=>Obj, eventInfo=>undef) on [IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton] @ [no file]:3:35 StatefulCanvas.handleActivate(_1=>Obj, _2=>undef) on [IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton] @ ISC_Foundation.js:236:108 StatefulCanvas.handleClick(_1=>Obj, _2=>undef) on [IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton] @ ISC_Foundation.js:237:13 [c]EventHandler.bubbleEvent(_1=>[IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton], _2=>"click", _3=>undef, _4=>undef, _5=>undef) on [Class EventHandler] @ ISC_Core.js:2147:89 [c]EventHandler.handleClick(_1=>[IButton ID:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton], _2=>undef) on [Class EventHandler] @ ISC_Core.js:1982:50 EventHandler._handleMouseUp(_1=>[object MouseEvent], _2=>undef) on [Class EventHandler] @ ISC_Core.js:1966:11 [c]EventHandler.handleMouseUp(_1=>[object MouseEvent], _2=>undef) on [Class EventHandler] @ ISC_Core.js:1957:57 [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:2234:108 HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:123 17:32:34.550:TMR7:WARN:drawing:dsListGrid_body_vscroll:negative or zero area: height: 697, width: 0, refusing to draw Canvas.readyToDraw() on [SpritedScrollbar ID:dsListGrid_body_vscroll] @ ISC_Core.js:2608:188 Canvas.draw(_1=>undef) on [SpritedScrollbar ID:dsListGrid_body_vscroll] @ ISC_Core.js:2617:94 StatefulCanvas.draw(_1=>undef, _2=>undef, _3=>undef) on [SpritedScrollbar ID:dsListGrid_body_vscroll] @ ISC_Foundation.js:212:431 Canvas.addPeer(_1=>[SpritedScrollbar ID:dsListGrid_body_vscroll], _2=>undef, _3=>undef, _4=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:2849:61 Canvas._setVerticalScrollbar() on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3331:339 Canvas.__adjustOverflow(_1=>"redraw") on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3317:25 Canvas._adjustOverflow(_1=>"redraw") on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3264:6 Canvas.adjustOverflow(_1=>"redraw", _2=>null, _3=>true) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:3255:47 [c]Class.invokeSuper(_1=>[Class GridBody], _2=>"adjustOverflow", _3=>"redraw", _4=>null, _5=>true, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:315:162 GridBody.adjustOverflow(_1=>"redraw", _2=>null, _3=>true, _4=>undef, _5=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Grids.js:646:14 Canvas._updateHTML() on [GridBody ID:dsListGrid_body] @ ISC_Core.js:2710:61 Canvas.redraw(_1=>false) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:2701:705 [c]Class.invokeSuper(<no args: recursion>) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:315:162 GridRenderer.redraw(_1=>false, _2=>undef, _3=>undef, _4=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Grids.js:612:383 [c]Class.invokeSuper(<no args: recursion>) on [GridBody ID:dsListGrid_body] @ ISC_Core.js:315:162 GridBody.redraw(_1=>false, _2=>undef, _3=>undef, _4=>undef) on [GridBody ID:dsListGrid_body] @ ISC_Grids.js:724:23 [c]Canvas.clearRedrawQueue() on [Class Canvas] @ ISC_Core.js:3748:110 [c]Class.fireCallback(_1=>Obj, _2=>null, _3=>null, _4=>null, _5=>true) on [Class Timer] @ ISC_Core.js:324:104 Timer._fireTimeout(_1=>"$ir843", _2=>869, _3=>undef) on [Class Timer] @ ISC_Core.js:1823:166 <anonymous>() @ ISC_Core.js:1820:40
Thanks in Advance,
Kind Regards
Comment