Including mixins/draggable/dragmanager.lzx throws a compile error: mixins/draggable/dragmanager.lzx:2:13: org.openlaszlo.sc.CompilerError: dragmanager: variable declared twice with different initializers: "null" and "void 0
The error is thrown within org.openlaszlo.sc.SWF9Generator.java#checkGlobalValue Why do you have to declare dragmanager here as a global var? Shouldn't there be an automatism? And where else is the variable declared? On Tue, Mar 8, 2011 at 4:29 PM, Raju Bitter <[email protected]> wrote: > I ran into this compiler error yesterday: > http://jira.openlaszlo.org/jira/browse/LPP-9807 > > The declaration > > var dragmanager; > > causes a compiler error with OL 5.0 trunk. >
