I am developing an application for blackberry 9900 where I am using custom buttons. But when I am using FontFamily fonts to change the font, its not getting affected. But when I run the same code in other simulators, the changes are getting affected. Any idea why?
I am developing an application for blackberry 9900 where I am using custom buttons.
Share
If you are extending your class to Screen….Change it to MainScreen and remove super.This might change the screen’s properties and solve your issue. Try it 🙂