Hi Stef,
C M wrote:
just read an article about OLPC.
isn't embedding of Abiword thé way to go ?
H Stef.
I don't understand the connection between those two sentences but am intrigued.
The article I read, said OLPC has decided to use Abiword as the wysiwyg editor.
And I have no sense at all of how one would embed Abiword in wxPython. Would
you mind explaining that a bit? Thanks! Che
Well I'm no expert, so maybe my ideas are just nonsense,
but as wxPython is still missing a wysiwyg (full) richedit / html editor,
and there seems to be no plans to create / embed one yet,
No, it's just not a simple task to solve.
In addition to the obvious wxRichTextEditor, I'm working on that functionality for wxWebKit right now actually, and basic stuff is already working (text styles, undo/redo, working on DOM manipulation now). So it is being worked on.
I'm still looking for alternatives
( for personal use I can create one on basis of an activeX,
but it's windows only and I'm not allowed to distribute the active-X)
PyGTK has already a Abiword widget, so why not Abiword as a widget in wxPython ?
The question is not whether or not it is possible, as with enough effort anything is possible. The real question is: how much work will it take, what skills will be needed (e.g. C++, SWIG, etc.) and who will do it? FWIW, I've tried embedding both OpenOffice and Mozilla, and neither of them could be reliably embedded cross-platform, even though they both had some degree of "embedding" support. I eventually realized that for this sort of thing to really work with wx, the project we're using must be very serious about supporting cross-platform embedding, which is rarely the case I find. Also, from what I've read, Abiword uses Cocoa on Mac, which for now makes it unusable with wxMac. 
Regards,
Kevin
···
On Jan 7, 2009, at 11:53 AM, Stef Mientki wrote:
On Wed, Jan 7, 2009 at 9:39 AM, Stef Mientki <s.mientki@ru.nl> wrote:
cheers,
Stef
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users