Mike 7.19.2011

  • Investigated the issue with the analytics package loading oddly in WebDesk.  Can’t figure out why it scales and none of the other loaded SWFs do the same.  A work around would be to build the RFlexClient to load more directly in to WebDesk using the module / class loading capabilities instead of the SWFLoader component.  This would require a small rewrite of the RFlexClient.
  • While investigating that, I made several improvements to the SWFLoader in WebDesk so resizing is more smooth, the minimize animation works and, in general, works smoother.
  • Made a logo for WebDesk
  • Started working on improving the appearance of the Welcome Screen but delayed that in order to focus on passing login information to loaded subapplications
  • Login information is now passed to any trusted loaded swf that contains a method called ‘login’.  This method should accept two arguments: username and password.  Following that method call, the subapplication is responsible for making the appropriate method calls to log in automatically.