01-16-2013 02:42 AM
Hi All,...
am Newbie to BlackBerry,
I wannt to hide the blue selector background for the field in blackberry,
also I want to set the Transparent background for the field,.
pls tell me any one am helpless...
Thanks a lot in advance.
01-16-2013 04:36 AM
Are you wanting this behavior for all Fields or for one specific Field?
How important is this to you? I,am asking because what you want is
a) Not trivial, and
b) Not what BB users are used to - they are used to seeing blue focus.
02-13-2013 12:40 AM
First of all Thanks for ur time peter,..
Actually my need is "click event on vertical field manager"
that is I have four vertical field managers each have one Bitmap field and Textfield
I would like to focus the vfm and click or touch event for the vfm,.... but I can get the click event for bitmapfield and textfield only,.. thats y am trying to remove the blue background of bitmap and textfield while they got focus,...
Is there any other way to achiev this??? pls tel me...
02-13-2013 12:43 AM
How can I insert the screenshot into post so that I can easily explain my problems
02-13-2013 04:12 AM
02-13-2013 02:09 PM
The most straightforward way I see is to create a desirable background for the focused state (let's call it focusBackground) and use setBackground(Field.VISUAL_STATE_FOCUS, focusBackground) on your Field to replace the default behavior.