Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
preeti21
Posts: 20
Registered: 03-07-2009

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

Please use plain text.
Developer
peter_strange
Posts: 13,585
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. 

Please use plain text.
New Developer
preeti21
Posts: 20
Registered: 03-07-2009

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

 

 

Please use plain text.