0

I am trying to create chat application that support smylies,and since I am using textctrl to show text messages from users ,I want find a way to add smylies icons along with text just like any known chat application such as yahoo messanger or nimbuzz.. and if it is not possible with textctrl ,so what is the alternative .I am using wxpython for python 2.7 on windows 8.1 .please help

VZ.
  • 21,740
  • 3
  • 39
  • 42
user2980054
  • 453
  • 1
  • 7
  • 21

1 Answers1

0

Have a look at wxRichTextCtrl.

VZ.
  • 21,740
  • 3
  • 39
  • 42
  • that is cool but how to align text right and center because wx.TE_RIGHT and wx.TE_CENTER is not working here ? – user2980054 Jan 04 '15 at 14:45
  • now it is fixed here http://stackoverflow.com/questions/27767612/set-text-alignment-of-rich-text-ctrl/27771472#27771472/ – user2980054 Jan 05 '15 at 07:10