Select Language
Contributor
preeti21
Posts: 19
Registered: 03-07-2009
0

How to change font for in-build Blackberry Storm application programmatically

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

Expert III
peter_strange
Posts: 3,745
Registered: 07-14-2008

Re: How to change font for in-build Blackberry Storm application programmatically

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. 

Contributor
preeti21
Posts: 19
Registered: 03-07-2009
0

Re: How to change font for in-build Blackberry Storm application programmatically

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