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:
Hope this was not a waste of your time.
Thanks,
John
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>
Thanks,
John
Comment