Simple sizer question

2005-03-19 Thread skol
I have a SplitterWindow and two panels p1 and p2 in it. I can put GenericDirCtrl into the left panel (p1), however it (DirCtrl) stays small. I'd like to stretch it in the whole of p1. The following code doesn't work, please help. dir3 = wx.GenericDirCtrl(p1, -1, size=(-1,-1), style=... etc

HTML editor component?

2005-03-20 Thread skol
Is there any HTML WYSIWYG editor component available for Python/wxPython? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: HTML editor component?

2005-03-20 Thread skol
"Lars Heuer" <[EMAIL PROTECTED]> wrote >> Is there any HTML WYSIWYG editor component available for >> Python/wxPython? Thanks. > > There is wxMozilla: http://wxMozilla.sf.net/ Thanks for the tip. Looks like a very elaborate component. Is there anything simpler? I'd need just simple HTML editing w