Connecting Tech Pros Worldwide Forums | Help | Site Map

Any GUI lib wiget is capable of a WYSIWYG editor?

oyster
Guest
 
Posts: n/a
#1: Jun 27 '08
that is an html editor with text and picture, while the picture is
linked to the local image file.

for wxPython, the richtextcontrol save the image as en embedded
object, so it is not my choice

is there any other GUI lib and/or sample code to do so?

thanks

The Pythonista
Guest
 
Posts: n/a
#2: Jun 27 '08

re: Any GUI lib wiget is capable of a WYSIWYG editor?


On Tue, 24 Jun 2008 14:23:12 +0800, oyster wrote:
Quote:
that is an html editor with text and picture, while the picture is
linked to the local image file.
>
for wxPython, the richtextcontrol save the image as en embedded object,
so it is not my choice
>
is there any other GUI lib and/or sample code to do so?
>
thanks
Consider TkHtml. You can find a Tix wrapper for it here:

http://tix.sourceforge.net/Tixapps/src/Python/TkHtml.py

--
code.py: A blog about life, the universe, and Python

http://pythonista.wordpress.com
** Posted from http://www.teranews.com **
Closed Thread