ranzhang
03-27-2007, 12:41 PM
When I try to run my 3.3.3 app in 4.0.0 DHTML, i get the following msg with no other hints. Application halt with a loading animation spining.
WARNING: `window` is already defined. Use `lz.window` instead.
WARNING: `menubar` is already defined. Use `lz.menubar` instead.
WARNING: `alert` is already defined. Use `lz.alert` instead.
I have searched my workspace and there isn't any place uses menubar directly, only two classes extends "menubar" - tried <?ignore ?> those codes, still getting the same warning.
Any ideas ?
Thanks so much
ran
WARNING: `window` is already defined. Use `lz.window` instead.
WARNING: `menubar` is already defined. Use `lz.menubar` instead.
WARNING: `alert` is already defined. Use `lz.alert` instead.
I have searched my workspace and there isn't any place uses menubar directly, only two classes extends "menubar" - tried <?ignore ?> those codes, still getting the same warning.
Any ideas ?
Thanks so much
ran