This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 84216 - How to allow direct entry to a tableitem cell?
Summary: How to allow direct entry to a tableitem cell?
Status: VERIFIED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@mobility
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 13:45 UTC by wmr057
Modified: 2007-07-12 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wmr057 2006-09-05 13:45:39 UTC
How to allow direct entry to a tableitem cell?  All methods I have seen 
require the use of the TextBox object.
Comment 1 Martin Brehovsky 2006-09-06 10:56:18 UTC
This feature is not supported because of MIDP-2 limitations on text input in
CustomItem and Canvas. You have to use TextBox for text input (or implelent your
own input component, but you will loose all the functionality supplied by the
device, like T9 or address book, etc ...).

Comment 2 Lukas Hasik 2007-07-12 09:12:13 UTC
setting up the target milestone.