如何创建类似Skype的消息窗口?
我只是想设计像 Skype 这样的消息窗口,为此我采用了 NSDrawer 元素。它包含:左侧的表格视图、顶部的菜单项、右下角的文本字段和右侧中央部分的文本视图。使用文本视图,我可以使用显示的字符串,但无法在消息或围绕用户名和时间戳的圆角矩形之间绘制线条。
谁能建议我如何实现与 Skype 中相同的中央消息视图的外观和感觉?还是有比 NSTextView 更好的控件用于它?
谢谢,有什么建议吗... 米拉吉
I am just trying to design skype like message window , for this I have taken the NSDrawer element. It contains : a table view on left, menu items on top, text field on right bottom and text view at central portion on right side. Using text view I can play with string being displayed but I cannot draw the line between messages or round rectangle surrounding user name and time stamp.
Can anyone suggest me how can I achieve same look and feel for central message view as in skype?? or is there any better control then NSTextView to be used for it??
Thanks, for any suggestion...
Miraaj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Adium 即时通讯应用程序是开源的,为什么不看看他们是如何做到的呢?
http://trac.adium.im/wiki/GettingAdiumSource
The Adium instant messaging app is open source, why not see how they've done it?
http://trac.adium.im/wiki/GettingAdiumSource