|
Careful -
05-09-2006, 09:47 AM
Actually, you need to be a bit careful here. I think (at least on some Blackberries) the paintBackground() method of interest is on the Screen's Manager object, not the screen itself. If you try to override Screen's method, it won't always show up properly. I fixed this by adding a subclass of VerticalFieldManager to my Screen in its constructor, and making sure to override the paintBackground() method on the VerticalFieldManager instead of the screen.
|