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
consultutah
Posts: 3
Registered: 11-10-2009
Accepted Solution

Storm - deriving from MainScreen leaves a margin on the right and left sides of the screen

On the Storm and Storm2, deriving from MainScreen leaves a margin on the right and left sides of the screen of about 10-20 pixels.

 

How do we remove that margin?

 

Thanks,

Please use plain text.
Developer
RexDoug
Posts: 4,649
Registered: 07-21-2008

Re: Storm - deriving from MainScreen leaves a margin on the right and left sides of the screen

What JDE Level are you using?

 

Is the margin blue in color? If so, this is compatibility mode.

Please use plain text.
New Developer
consultutah
Posts: 3
Registered: 11-10-2009

Re: Storm - deriving from MainScreen leaves a margin on the right and left sides of the screen

It is blue.  How do we switch out of compatibility mode?  Thx

Please use plain text.
Developer
RexDoug
Posts: 4,649
Registered: 07-21-2008

Re: Storm - deriving from MainScreen leaves a margin on the right and left sides of the screen

[ Edited ]

You can re-compile on JDE 4.7 - that should get rid of compatibility mode.

 

You can also manually disable this in your applicaiton options.

 

It can also be disabled in the JAD file. Seach the forum for "compatibility mode" and you will find many posts that discuss this issue.

 

Please use plain text.