I’m designing a blackberry theme with ‘Blackberry Theme Studio 6’ and I need to write dynamic text to the background everyday. Being more specific, I’d like to write a list of calendar events so they appear in the main screen.
How can I do that?
I’ve been developing blackberry java applications for a while but this is the first time I give themes development a try. I’ve been trying to find a good tutorial or posts in here related to what I need but I couldn’t find anything similar.
I posted this within the blackberry development forum but I nobody answered my question. I hope somebody does in here…
Thanks,
Alex
I found a solution, I guess it’s not the only one…
Generating SVG (Scaled Vector Graphics) I managed to create an image using only text (SVG use something similar to XML).
Later I used BlackBerry API’s Graphics objects to convert from SVG to PNG.