In S60 MIDP 2.1, the POPUP
type is usable only
in ChoiceGroup
. When the element is selected in a POPUP
ChoiceGroup
,
the list is closed and the selected element is visible inline in the Form
.
A ChoiceGroup
element has only one line of text
regardless of the fit policy.
The size
(small, medium, large) and style (STYLE_PLAIN
, STYLE_BOLD
, STYLE_ITALIC
, STYLE_UNDERLINED
, and combinations
of them) of Font
s can not be modified.
From S60 5th Edition onwards, font sizes can be edited with DirectUtils.getFont
method in Nokia
UI API.