Hi all,
I just have a few small questions related to J2ME (specifically MIDP 2.0) programming. I appreciate any help that I will receive.
1) When I use the LoginScreen Displayable control for a phone application, by default, the user is not able to enter their information directly into the text boxes on the screen. Instead they have to press the circular OK button to bring up a text box to enter their login and password into. Is there any way to allow the user to enter this information without having to press the OK button? Should I just create my own login screen using the Form control to allow this to work the way I want it to?
2) Is it possible to make certain ListElements in a List unselectable? For example, if I want every other item in a list to be selectable (meaning that when I use the arrow keys, it will highlight that ListElement) and the other ones unselectable (the items should never be highlighted), is that possible?
3) Is it possible to always force a TextField to display the label and the text box on the same line? If I have a TextField that allows the user to enter up to 25 characters, the text box always shows up below the label, no matter how long or short the label is. I would prefer if the label and text box were on the same line at all times though, so is there a way that this can be done?
Thanks in advance!
I just have a few small questions related to J2ME (specifically MIDP 2.0) programming. I appreciate any help that I will receive.
1) When I use the LoginScreen Displayable control for a phone application, by default, the user is not able to enter their information directly into the text boxes on the screen. Instead they have to press the circular OK button to bring up a text box to enter their login and password into. Is there any way to allow the user to enter this information without having to press the OK button? Should I just create my own login screen using the Form control to allow this to work the way I want it to?
2) Is it possible to make certain ListElements in a List unselectable? For example, if I want every other item in a list to be selectable (meaning that when I use the arrow keys, it will highlight that ListElement) and the other ones unselectable (the items should never be highlighted), is that possible?
3) Is it possible to always force a TextField to display the label and the text box on the same line? If I have a TextField that allows the user to enter up to 25 characters, the text box always shows up below the label, no matter how long or short the label is. I would prefer if the label and text box were on the same line at all times though, so is there a way that this can be done?
Thanks in advance!
Comment