Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
swap_chau
Posts: 121
Registered: 06-15-2011
My Carrier: Vodaphone

Re: I need HELP.

Todo lo que tienes que hacer es añadir
N1.setText ("12"), después de N1 BasicEditField = new (...

No se está configurando el texto, por lo que es "" y que está tratando de convertir en blanco a un entero.
Please use plain text.
Developer
PCaceres
Posts: 20
Registered: 02-07-2012
My Carrier: Movistar

Re: I need HELP.

I found the solution and only its how in java

 

int a = Integer.ParseInt(N1.getText());

 

that´s all.

Please use plain text.