04-25-2010 06:06 AM
Hello everyone,
I have a MainScreen where I set the main VerticalFieldManager to have a gradient background:
Background bg = BackgroundFactory.createLinearGradientBackground( 0x00EF3825, Color.BLACK, 0x00EF3825, Color.BLACK); vfmBackground = (VerticalFieldManager) screen.getMainManager(); vfmBackground.setBackground(bg);
I have a TableLayoutManager on top of the VerticalFieldManager which contains buttons. When I scroll downward from one button to the next, a visible "scroll trail" is shown. This only happens for the first three or four buttons. As soon as I scroll back up and do it again, there is no visible trail.
I have attached a screenshot so you can see what I'm talking about. Is there anyway to fix this?
Thanks!
04-25-2010 11:59 AM
I've seen that on RIM's applications too. I don't know of a way to fix it, sorry.