Dong Shin 03.07.2012

  • prepping for demo and found some problems
    • Project Assistant Tutorial button not very button-like – fixed
    • need to take a look at ProjectAssistant.html inside to correct Flash Player download problem and eliminate auto-resize/scroll issues
    • max_allowed_packet error occurred – need to modify MySQL ini file to allow more than 1M
    • xml file creation/writing skips when max_allowed_packet error occurs. moved the code outside of the try-catch block.
  • Mavenized ResizeableControls and modified ProjectAssistant to use it instead of local reference.