hey hi, i am working on a project where i have problem with editfield...once editfield is focusable and when it moves to next editfield it shows white color that in between my both editfield..and at thye end everything is screwed. my code is like this:
BasicEditField lifetime_Values=new BasicEditField("", "" , 5 ,
BasicEditField.FILTER_REAL_NUMERIC |BasicEditField.NO_NEWLINE){
protected void paint(Graphics g){
g.setBackgroundColor(Color.WHITE);
g.clear();
super.paint(g);
}
};
So kindly help me with this code. Thanking you