Did this change in 721 or change as part of the Widget 0.5 changes?
titleText = display.newEmbossedText( “My Text String”, 0, 0, “Helvetica-Bold”, 20, { 255, 255, 255 } )
Used to draw white, now its drawing black with white emboss.
Also I was positioning the string on top of a navBar with:
titleText.y = titleBar.y + titleBar.height * 0.5
But now I need to leave that titleBar.height * 0.5 off. I do have my status bar showing…
[import]uid: 19626 topic_id: 20026 reply_id: 320026[/import]