Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9021961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:23:00+00:00 2026-06-16T05:23:00+00:00

I wanted to make it so that when I select a specific TextField in

  • 0

I wanted to make it so that when I select a specific TextField in a Form, I get a specific list of Commands,

for example
TextField: OK, Cancel
TextField2: OK, Back, Help

And I succeeded by using addCommand() on each of TextFields but I can’t tell it what to happen when when I activate one of these commands since there is no setCommandListener method for them.

It throws a NullPointerException when I click it.

I also tried to get the commands from their Form but it is receiving only the commands that it contains, not the commands that TextFields have.

How to get around this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:23:01+00:00Added an answer on June 16, 2026 at 5:23 am

    TextField is an Item object, and to use commands with it you need ItemCommandListener:

    A listener type for receiving notification of commands that have been invoked on Item objects. An Item can have Commands associated with it. When such a command is invoked, the application is notified by having the commandAction() method called on the ItemCommandListener that had been set on the Item with a call to setItemCommandListener()…

    Most likely reason for NullPointerException you mentioned is that you did not set appropriate item command listener (it’s null by default, thus when MIDP attempts to invoke command action, there is NPE).

    To get what you want, besides creating and adding commands, you need to create item command listener, implement code to handle commands in it, then associate your text field with this listener:

    myTextField.setItemCommandListener(myItemCommandListener);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to make an application that will take either the path of the
I wanted to make a function that populates a Grid in WPF with pictures.
First I wanted to build the DBD::mysql package. That kept failing because whatever make
I have a column in my SQL table, that I wanted to make a
I wanted to know if it was possible to make a select on a
Well, I have three different tables (check below). I wanted to make that I
I wanted to make a Java based web crawler for an experiment. I heard
I wanted to make a JOptionPane.showOptionDialog with some JTextArea and JLabel . The problem
I wanted to make my top left hand corner of a table rounded in
I wanted to make some simple file recovery software, where I want to try

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.