What's the best way to add a chat control with Python wxWidgets? (wxpython) -


i'm programming chatbot has interface similar msn's one.

i need control white background needs scrollable shows recent messages. i'm using statictext control there's better.

i understand create label every time there's new text , put scrollable panel want know if there's better alternative.

a readonly wxtextctrl (with attributes allowing use colours/bold/italic, not more), wxrichtextctrl (with many more features, quite bit slower) or wxhtmlwindow better alternatives using multiple wxstatictext controls.


Comments