BlackBerryForums.com : Your Number One BlackBerry Community
     

»Sponsored Links


BlackBerryApps.com Best Sellers



Reply
 
LinkBack Thread Tools
  (#1 (permalink)) Old
renuka_anil Offline
Thumbs Must Hurt
 
Posts: 52
Join Date: Mar 2007
Location: India
Model: 8100
Carrier: Airtel
Default custom text field is not consuming backspace - 11-05-2009, 02:43 AM

Hi All,

I have implemented a custom text field that extends BasicEditField..

public CustomTextField(String txt){
super("", txt, 300, BasicEditField.EDITABLE | BasicEditField.FOCUSABLE | BasicEditField.ACTION_INVOKE);
isSearchBox = true;
textFieldFont = textFieldFont.derive(Font.PLAIN, 12);
textFieldHeight = textFieldFont.getHeight();
textFieldWidth = Graphics.getScreenWidth()-90;
setText(txt);
}

This is my constuctor..

When textfield already contain some text it wont consume backspace event. It shows all other key chars but when at start i click backspace(from simulator key pad) no action is take place. Although it has to take as i havent overrided any other method for doing anything manually.

Please anybody if know what to do. please let me know.

Thanks.


Crazy for BlackBerry
   
Reply With Quote
Sponsored Links
Please Login or Register to Remove these Advertisements!

Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Copyright © 2004-2009 BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.