Welcome!

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
patilajayr
Posts: 404
Registered: ‎07-28-2010
My Carrier: hi

Detected background switch for Application_Name(194) who has NO tunnels open - defocus NOT called

Hello,

          i am create one field. when i try to call super(Field.NON_FOCUSABLE);  i am getting this error

Detected background switch for PushLegal(194) who has NO tunnels open - defocus NOT called. when i am call  super(Field.NON_FOCUSABLE) than it work prperly.. what should i do? why i am getting this kinding of error. i dont want that filed focusable. 

 please any one face this issue?

help me

thanks and regards,

      ajay patil.

Please use plain text.
Developer
simon_hain
Posts: 13,796
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Detected background switch for Application_Name(194) who has NO tunnels open - defocus NOT called

this is not an error, just a debug message.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
patilajayr
Posts: 404
Registered: ‎07-28-2010
My Carrier: hi

Re: Detected background switch for Application_Name(194) who has NO tunnels open - defocus NOT called

ok can you tell me one thing if super(Field.FOCUSABLE); is excuted prperly than what is problem for super(Field.NON_FOCUSABLE);. but when i try to excute i am getting this msg and getting illegal argument exception.

what should i do? please help me.

 

thanks and regards,

      Ajay Patil.

Please use plain text.
Developer
simon_hain
Posts: 13,796
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Detected background switch for Application_Name(194) who has NO tunnels open - defocus NOT called

illegalargumentexception is something else entirely. it usually has a meaningful detail message.
i would suggest to read that detail message and proceed accordingly.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.