Bug List

  1. Labels that have very large text values are disappearing.  This is due to a null pointer exception that occurs when calculating the width of the label.  I was using the wrong limit in the for loop...
  2. When changing the color of a label on a button or label control, its changing all of the labels!
  3. No multi line support for textarea...
  4. Image files are getting locked by mpe when openned and can therefore not be editted by photoshop.  This problem is due to improper resource handling... I need to implement an Image or BitmapManager that properly releases files after loading image data.