Announcement

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

    Q about "WARN:AutoObserver:Use addInterfaceProperties()"

    Hy,

    This is just a curiousity:
    I wonder why do I get in my DevConsole this message: "WARN:AutoObserver:Use addInterfaceProperties() to add methods to interface [Class AutoObserver]"

    I get the message above even if I'm not doing anything:
    Code:
    <html>
      <head>
       <SCRIPT>var isomorphicDir="library/isomorphic/";</SCRIPT>
       <SCRIPT SRC=library/isomorphic/system/modules/ISC_Core.js></SCRIPT>
       <SCRIPT SRC=library/isomorphic/system/modules/ISC_Foundation.js></SCRIPT>
       <SCRIPT SRC=library/isomorphic/system/modules/ISC_Containers.js></SCRIPT>
       <SCRIPT SRC=library/isomorphic/system/modules/ISC_Grids.js></SCRIPT>
       <SCRIPT SRC=library/isomorphic/system/modules/ISC_Forms.js></SCRIPT>
       <SCRIPT SRC=library/isomorphic/system/modules/ISC_DataBinding.js></SCRIPT>
       <SCRIPT SRC=library/isomorphic/skins/TreeFrog/load_skin.js></SCRIPT>
    
    
    </head>
    <body>
    <script>
    isc.showConsole();
    </script>
    </body>
    </html>
    Hope this was not a waste of your time.

    Thanks,
    John

    #2
    Hi,

    I get the same warning.

    SmartClient Version: SC_SNAPSHOT-2011-01-05 (built 2011-01-05)

    10:31:30.394:INFO:Log:initialized
    10:31:30.689:WARN:AutoObserver:Use addInterfaceProperties() to add methods to interface [Class AutoObserver]
    10:31:31.663:INFO:Log:isc.Page is loaded

    Thanks,
    Mike

    Comment

    Working...
    X