With the issues WP8 has with displaying newText objects, I realized this is affecting widgets with text such as buttons and their labels. For example I have a overlay scene that has 12 button widgets, all with a single character label, and it takes upwards of 3 or 4 seconds for the overlay to come on screen!
I tried looking at possibly adding a new button type to the widget.button that would use bitmapText objects for the labels, or even overriding the 2 image button function (The one I make use of) but I think that’s a little over my head.
Has anyone else figured out another solution?