Index: lams_flash/src/central/flash/main_addseq.as =================================================================== diff -u -r7b65bab3de4ed5068c5631a245c30cb4eaa8f098 -r68d2988cca350af15ba4087814f74e1527a71997 --- lams_flash/src/central/flash/main_addseq.as (.../main_addseq.as) (revision 7b65bab3de4ed5068c5631a245c30cb4eaa8f098) +++ lams_flash/src/central/flash/main_addseq.as (.../main_addseq.as) (revision 68d2988cca350af15ba4087814f74e1527a71997) @@ -1,5 +1,6 @@ import org.lamsfoundation.lams.wizard.Application; import org.lamsfoundation.lams.common.util.StringUtils; +import org.lamsfoundation.lams.common.util.Debugger; //Temp values to be removed / repplaced at deployment /**/ @@ -30,7 +31,6 @@ Debugger.log('ClassID is not defined, using defualt:'+_root.classID,Debugger.CRITICAL,'main','ROOT'); } - if(StringUtils.isEmpty(build)){ _root.build = 2.0; Debugger.log('Build is not defined, using defualt:'+_root.build,Debugger.CRITICAL,'main','ROOT'); @@ -40,6 +40,11 @@ _root.langDate = "01-01-1970"; } +if(StringUtils.isEmpty(editOnFly)){ + _root.editOnFly = false; + Debugger.log('editOnFly is not defined, using defualt:'+_root.allowEditOnFly,Debugger.CRITICAL,'main','ROOT'); +} + //Set stage alignment to top left and prent scaling Stage.align = "TL"; Stage.scaleMode = "noScale";