Announcement

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

    Warn messages when using js files from modules-debug

    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

    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'
    They don't seem harmful, though

    #2
    We've made a change to address this issue. Please try the next nightly build, dated August 27.

    Regards
    Isomorphic Software

    Comment


      #3
      SmartClient Version: v11.0p_2016-08-29/Enterprise Development Only (built 2016-08-29)

      I can confirm, no more warnings, thanks!

      Comment

      Working...
      X