2011-07-14 44 views
1

我創建使用的Carbide.C++ 2.7 CAknEnumeratedTextPopupSettingItem控制,因爲它看起來如下:如何做出選擇,輕輕一按即可從列表中的Symbian

稱爲enumeratedTextPopup控制的Carbide.C++ IDE

enter image description here

而且我採用了Symbian S60第五版SDK;並針對Symbian S60 5th Ed,Symbian^3,Symbian Anna。

現在我想知道如何使這個控件遵循一個水龍頭風格(單擊一下以突出顯示並選擇)。有沒有需要設置標誌或屬性?

控制器的工作方式是,一次點擊突出顯示,另一次點擊選擇。

最好的問候。

回答

0

Symbian S60 5th Ed不支持單擊來激活並選擇一個項目; Symbian^3和轉發支持此功能 。

Symbian^3的應用程序開發人員庫

S60 5th Edition introduced touch support feature with double-tap to maintain binary 
and source code compatibility with the existing S60 3.x applications. 



Symbian^3 enhances the touch support with single tap for achieving better usability 
and development of platform and 3rd party applications. The supporting UI is based on 
direct manipulation and is not focus driven, which means that a single-tap on the 
device selects and activates an event. 

因此,如果應用程序通過S60第五版和靶向Symbian的S60第五版和Symbian^3, 然後 「滑塊」 控制創造可能代替「enumeratedTextPopup」。

Find more details about migrating application from Symbian S60 5th Ed to Symbian^3.

相關問題