Namespaces
Variants
Actions

Creating settings list item that allows T9 predictive text

Jump to: navigation, search
Article Metadata

Article
Created: hugovk (21 Oct 2008)
Last edited: hamishwillee (30 Jul 2012)

By default CAknSettingItem has T9 disabled.

To enable T9 predictive text, after creating the Settings item, call SetSettingPageFlags(CAknTextSettingPage::EPredictiveTextEntryPermitted).

#include <AknTextSettingPage.h>
...
CAknSettingItem* item = NULL;
...
case EMySettingsItem:
item = new CAknTextSettingItem(aId, iMyString);
item->SetSettingPageFlags(CAknTextSettingPage::EPredictiveTextEntryPermitted);
break;
 
...
 
return item;

See Also

This page was last modified on 30 July 2012, at 04:08.
49 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved