Announcement

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

    WARN disabling ISC Simple Names mode

    SmartClient Version: v9.1p_2014-06-17/AllModules Deployment (built 2014-06-17)

    When opening the Developer Console from your Smart GWT EE Showcase in IE11, I see the following warnings.

    Code:
    10:32:40.321:WARN:Log:New Class ID: 'Window' collides with ID of existing object with value '[object Window]'.  Existing object will be replaced.
    This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
    10:32:40.434:WARN:Log:New Class ID: 'Selection' collides with ID of existing object with value '[object Selection]'.  Existing object will be replaced.
    This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
    10:32:40.638:WARN:Log:New Class ID: 'DataView' collides with ID of existing object with value '
    function DataView() {
        [native code]
    }
    '.  Existing object will be replaced.
    This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
    I get the same warning in my environment. Is this of concern?

    I read the following forum post which suggests a solution, however, I am hesitant to make the change based on the fact the showcase doesn't seem to be following this recommendation.

    http://forums.smartclient.com/showthread.php?t=19963

    Please advise.

    Thanks

    #2
    You can essentially ignore these warnings for now.

    Disabling simple-names mode is also an option and is entirely safe (despite the fact that simple-names mode is enabled by default in the showcase).


    Regards
    Isomorphic Software

    Comment


      #3
      Thank you for the clarification.

      Comment

      Working...
      X