Reputation: 23
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?
Upvotes: 2
Views: 223
Reputation: 1787
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 :)
Upvotes: 0
Reputation:
I think it is because the font you are used in your custom controls is not installed on a particular device. There's no standard
RIM OS installation pack. Every mobile operator which has a contract with RIM may build his own RIM OS distribution pack. And in your case you get a device without this font installed.
Upvotes: 1