On Sat, 28 Jun 2003 12:58:41 +0200 (CEST) Robert Vazan <[EMAIL PROTECTED]> wrote:
RV> I could write quick-n-dirty editor IF it isn't going to be replaced with RV> better one next month or two. _If_ you have time, I'd be very glad if you could write a wxTextCtrl-based composer. This would be a nice thing to have even if we do have a real rich text editor later and it should be very simple to do, too. Bascially there is just one question: how to handle the attachments with plain text editor. The best Idea I have so far is to use a wxNotebook with 2 pages: "Text" and "Attachments". The first page would contain a wxTextCtrl and the second one a wxListCtrl-derived class showing all the attachments (+ buttons to add/modify/delete them). This is for the GUI part. From the coding perspective all you'd have to do would be to implement the MessageEditor interface (include/MessageEditor.h). You may look at the existing editor (in modules/LayoutEditor.cpp) to see how this should be done, of course. So what do you think about such plan? VZ ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
