SmartClient Version: v11.0p_2016-08-25/Enterprise Development Only (built 2016-08-25)
Chrome on OSX
Hello, when I'm using the SmartClient javascript files from the modules/debug folder, I obtain these warnings when loading the application
They don't seem harmful, though
Chrome on OSX
Hello, when I'm using the SmartClient javascript files from the modules/debug folder, I obtain these warnings when loading the application
Code:
15:15:46.606:WARN:Log:method showResizeKnobs on [DrawGroup ID:undefined] overridden with non-function: 'null' 15:15:46.619:WARN:Log:method hideResizeKnobs on [DrawGroup ID:undefined] overridden with non-function: 'null' 15:15:46.622:WARN:Log:method showResizeKnobs on [DrawLine ID:undefined] overridden with non-function: 'null' 15:15:46.622:WARN:Log:method hideResizeKnobs on [DrawLine ID:undefined] overridden with non-function: 'null' 15:15:46.624:WARN:Log:method showResizeKnobs on [DrawSector ID:undefined] overridden with non-function: 'null' 15:15:46.624:WARN:Log:method hideResizeKnobs on [DrawSector ID:undefined] overridden with non-function: 'null' 15:15:46.625:WARN:Log:method showResizeKnobs on [DrawLabel ID:undefined] overridden with non-function: 'null' 15:15:46.626:WARN:Log:method hideResizeKnobs on [DrawLabel ID:undefined] overridden with non-function: 'null' 15:15:46.627:WARN:Log:method showResizeKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null' 15:15:46.628:WARN:Log:method hideResizeKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null' 15:15:46.628:WARN:Log:method showMoveKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null' 15:15:46.628:WARN:Log:method hideMoveKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null' 15:15:46.630:WARN:Log:method showResizeKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null' 15:15:46.630:WARN:Log:method hideResizeKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null' 15:15:46.630:WARN:Log:method showMoveKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null' 15:15:46.630:WARN:Log:method hideMoveKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
Comment