View Single Post
Old 06-19-2008, 06:31 AM   #3
mbag
New Member
 
Join Date: Dec 2007
Model: 8300
PIN: N/A
Carrier: O2
Posts: 4
Default

Thanks for your reply.

If anyone's interested:

The solution I've devised is to create a new Field object (and setting the style) each time I need to toggle a Field between focusable/non-focusable and use the Screen's replace() method to insert the new Field in the old Field's place. I get a reference to the old Field using Screen's getField() method.

Last edited by mbag; 06-19-2008 at 08:44 AM..
Offline   Reply With Quote