Dong Shin 09.22.2010

  • added aboutFlexApp package to EdgeUtils
    • bug in CompilationDate.as downloaded fromhttp://www.judahfrangipane.com/blog/?p=252
      • (compilationDate.hours<11) line 146, changed < to <=
    • example
      • <aboutFlexApp1:CompilationDate id=”createdDate1″/>
      • var aboutWindow:AboutInfoWindow = AboutInfoWindow (PopUpManager.createPopUp(this, AboutInfoWindow, true));
        aboutWindow.createdDate1 = createdDate1;
        aboutWindow.logo = _appLogo; // embedded image class
        aboutWindow.appName = “Project Portfolio Manager”;
        aboutWindow.version = _version; // String
  • using aboutFlexApp in PPM, deployed
  • added progress.swf for Busy Cursor