A couple of J2ME Questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • WaluigiCubed
    New Member
    • Jan 2008
    • 12

    A couple of J2ME Questions

    Hello,

    I'm in the process of developing a phone app using J2ME. Most of it is all set, but there are still just a few questions that I have. I appreciate any insight/assistance I may receive:

    1) Is there a way to allow the user to either select one of the available options in a ChoiceGroup item (or another similar combo box style item) OR enter their own response if they do not see the response that they would like in the list of available options? Even if this isn't built in to the control already, if its possible by creating a new class that extends this control, that would be an option I could look at.

    2) There are many different format masks/templates that are available for TextField items in J2ME (such as numeric only, phone number, email address, etc.), but I noticed there is none for entering a date/time (I know that there is a DateField item available, but it would be better if a text box could be used, since the user can just type the date and time without having to choose everything the datetime picker). Is there are way to define your own format mask/template for a text field to let the user know that they need to be entering a date into the field?

    3) Is it possible to always have a TextField's caption appearing on the same line as its accompanying text box? I have some captions that are only 4 or 5 character long, but text fields that can store up to 50 characters, and the text box is always placed below the caption in the case. If possible, it would be nice if the caption and the text box could always be on the same line in these cases.

    Once again, thanks in advance for any help/assistance.
  • Nicolas
    New Member
    • Jan 2007
    • 24

    #2
    Hi bro, have you solve your 3rd question?

    Comment

    Working...