Mike 12.16.2010

  • Started combing everything in to a new application framework which is going to look at lot more like a Mac desktop
  • I started out trying to create 2 separate Flex library project: FGMUtils and FGMGraphicUtils but all the graphics stuff required references to FMUtils so I just combined them in to FGMCoreLib
  • Created a MenuBar that pulls it’s menu option from another class that manages them.  This other class will monitor the data model and listen for event pertaining to menu options (maybe a swf module gets loaded with new apps or who knows what).  It also removes all that code from the main app file which can get out of control with a massive switch case statement
  • Added the creation date class Dong found in to my debug panel after updating it to work in Flex 4

Next on the To Do:

  • Background images
  • Add in the Dock bar
  • Log in screen