I have an object choice field setup like this:
Code:
ObjectListField listField = new ObjectListField();
listField.set(list);
add(listField); and I wanted to know why its behaving like a button that you didn't set the ButtonField.CONSUME_CLICK property on. there is no CONSUME_CLICK for ObjectListFields. I searched pretty extensively about this.
Also, I found an article from the kb about setting the screen orientation with a MIDlet application. I want to know how you do it with a native blackberry app.
Thanks for your help.
Edit-- Please note that here the variable list is of type Object[].