Welcome!

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
Administrator
MSohm
Posts: 13,066
Registered: ‎07-09-2008
My Carrier: Bell

Re: VerticalFieldManager hides part of field when scrolling

What are you adding your HeadingField to?  Do you have a HorizontalFieldManager within your rows or is this a custom field?  You'll need to paint the background of this area blue as well.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
Developer
andd64
Posts: 47
Registered: ‎03-17-2009

Re: VerticalFieldManager hides part of field when scrolling

There's a main vertical field manager, and a main horizontal field manager.  And there's an array of two custom field managers - thumbnail and headline.  Both thumbnail and headline are added to a horizontal field manager. And the horizontal field manager is added to the vertical field manager.
Please use plain text.
Administrator
MSohm
Posts: 13,066
Registered: ‎07-09-2008
My Carrier: Bell

Re: VerticalFieldManager hides part of field when scrolling

You could change the background colour of the HorizontalFieldManager that makes up each row.  I think this will give the effect you are looking for.
Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
Developer
Developer
hak
Posts: 137
Registered: ‎06-01-2009

Re: VerticalFieldManager hides part of field when scrolling

andd64  Where you able to solve your problem. Can you post your code where you navigate to the next row. I have similar problem. Thank you.
Please use plain text.