在Symbian中用什么控件创建短信查看器
我需要知道在 Symbian 中可以使用什么控件来查看短信或任何文本,但似乎是在 Symbian S60 设备中使用的控件,如下图所示。
我将在 Symbian S60 5th Ed、Symbian^3 和 Symbian Anna 中使用它。
我正在使用 Symbian C++ 进行编码,使用 Symbian S60 5th Ed SDK 和 Carbide.C++ 2.7
非常感谢提前。
I need to know what control I can use in Symbian to view SMS' or any text but seems like the one in Symbian S60 devices, to seem like the image below.
I'm going to use it in Symbian S60 5th Ed, Symbian^3 and Symbian Anna.
I'm coding with Symbian C++, Using Symbian S60 5th Ed SDK, And Carbide.C++ 2.7
Many thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,最好使用简单的
CEikEdwin
。富文本视图还有其他选项,但相信我CEikEdwin
就足够了。如果您有时间,可以重写虚拟方法
CreateCustomDrawL()
并提供您自己的CLafEdwinCustomDrawBase
派生对象。然后,您还可以像在常规短信编辑器中一样在文本行下划线。BR
斯坦恩
for this the best to use is the simple
CEikEdwin
. There are also other options for the rich text view, but believe me theCEikEdwin
is more then sufficient.If you have time you can override the virtual method
CreateCustomDrawL()
and provide your ownCLafEdwinCustomDrawBase
derived object. Then you can also underline the text lines like in regular SMS editor.BR
STeN