How to create skype like message window?
Posted
by Miraaj
on Stack Overflow
See other posts from Stack Overflow
or by Miraaj
Published on 2010-01-06T12:36:16Z
Indexed on
2010/04/28
23:27 UTC
Read the original article
Hit count: 291
Hi all,
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
© Stack Overflow or respective owner