Index: lams_central/src/flash/org/lamsfoundation/lams/wizard/Application.as =================================================================== diff -u -ra5425816ce27f897b0ebb922afeffd2c7334663a -rb5e3682859b7a1ad0cc04297c55ccc1f24ec3d0c --- lams_central/src/flash/org/lamsfoundation/lams/wizard/Application.as (.../Application.as) (revision a5425816ce27f897b0ebb922afeffd2c7334663a) +++ lams_central/src/flash/org/lamsfoundation/lams/wizard/Application.as (.../Application.as) (revision b5e3682859b7a1ad0cc04297c55ccc1f24ec3d0c) @@ -429,13 +429,13 @@ //Debugger.log('onResize',Debugger.GEN,'main','org.lamsfoundation.lams.Application'); //Get the stage width and height and call onResize for stage based objects - var w:Number = Stage.width; - var h:Number = Stage.height; - var someListener:Object = new Object(); - someListener.onMouseUp = function () { - _wizard.setSize(w,h); - } - _wizard.setSize(w,h); + // var w:Number = Stage.width; + // var h:Number = Stage.height; + //var someListener:Object = new Object(); + //someListener.onMouseUp = function () { + // _wizard.setSize(w,h); + //} + //_wizard.setSize(w,h); } /**