Bug List
-
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...
-
When changing the color of a label
on a button or label control, its changing all of the labels!
-
No multi line support for
textarea...
-
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.