11-07-2009 02:28 AM
Can anyone tell me how to change font size for the in-build Blackberry Storm application programmatically?....
I am using JDE ver 4.7
Plz do reply ASAP
Thanks
Regards
Preeti
11-08-2009 08:45 PM
Are you trying to change the font for your application or for the standard applications?
If you are trying to change the User's standard font, I think you are out of luck. I think changing the system wide font is an example of the things that RIM says developers can't change things because they are set by the User.
11-08-2009 11:09 PM
yes I want to change the font for standard application.
but we able to do it in JDE ver 4.2.1... with Font.setDefaultFontForSystem(font); ....in JDE ver 4.7 it says
cannot find symbol
symbol : method setDefaultFontForSystem(net.rim.device.api.ui.Font
location: class net.rim.device.api.ui.Font
Font.setDefaultFontForSystem(font);
^
1 error
Thanks
Regards
Preety