views:

36

answers:

2

So i have 3 images in a vertical field manager and each image is clickable and proceeds to the correct url. all that works. the only problem at this time is that when i scroll (up or down), i don't know which image is currently focused. i don't know until the browser opens the corresponding url.

so is there any way to get a border or a highlight to appear under my images (or within the manager) so that i can definitely see which image is currently focused? so if you think of a list, your selections are highlighted as you scroll up and down. i want something similar to that with my application.

thank you for your help.

ac

+2  A: 

using the setSpace(int,int) method on the bitmap field worked great. this allowed me to see a border around the element that had focus.

sexitrainer
+1  A: 
Alex