this.addCommand( m_helpCommand );
//#endif
this.setCommandListener( this );
RssReaderSettings settings = m_midlet.getSettings();
int maxCount = settings.getMaximumItemCountInFeed();
m_itemCountField = new TextField("Max item count in feed",
String.valueOf(maxCount), 3, TextField.NUMERIC);
//#ifdef DMIDP20
m_itemCountField.setLayout(Item.LAYOUT_BOTTOM);
//#endif
super.append( m_itemCountField );
m_markUnreadItems = UiUtil.getAddChoiceGroup(this,
"Mark unread items", new String [] {"Mark", "No mark"});
//#ifndef DSMALLMEM
m_useTextBox = UiUtil.getAddChoiceGroup(this,
"Text entry items", new String [] {"Text (large) box",
"Text (line) field"});
//#endif
m_useStandardExit = UiUtil.getAddChoiceGroup(this,
"Exit key type", new String [] {"Use standard exit key",
"Use menu exit key"});
//#ifdef DITUNES
//@ m_itunesEnabled = UiUtil.getAddChoiceGroup(this,
//@ "Choose to use Itunes data", new String []
//@ {"Don't show Itunes data", "Show Itunes data"});
//#endif
//#ifdef DMIDP20
m_pageEnabled = UiUtil.getAddChoiceGroup(this,
"Choose to use keypad and/get HTML emphasis for item screen",
new String []
{"Use commands to go back to previous screen",
"Also use keypad to go back to previous screen",
"Also use keypad (as previous) and emphasize HTML"});
m_fontSize = UiUtil.getAddChoiceGroup(this,
"Choose font size",
new String[] {"Default font size", "Small",
"Medium", "Large"});
//#endif
m_feedListOpen = UiUtil.getAddChoiceGroup(this,
"Choose feed list menu first item", new String []
{"Open item first", "Back first"});
int maxWordCount = settings.getMaxWordCountInDesc();
m_wordCountField = new TextField("Max word count desc abbrev",
String.valueOf(maxCount), 3, TextField.NUMERIC);
//#ifdef DMIDP20
m_wordCountField.setLayout(Item.LAYOUT_BOTTOM);
//#endif