[I'm replying to the list, I think you should subscribe to it and continue this discussion there]
On Thu, 03 Jul 2003 13:41:08 -0400 lord of darkness wrote: lod> the emaotional interface i am making will probally take a web lod> cam feed starting when either you reply or start composing a lod> meassage.............this web cam feed will be used to determain the lod> emotions expressed by the user at spesific points in the meassege(say every lod> few lines), and will automaticlly attach a animated gif, or some other type lod> of animation or something to comunicate these emotions.........and the lod> viewer has to be able handle these attachments to view them inline Interesting. lod> Qustions lod> 1)where would i look (in the code) to get the starting point of the lod> composer, replyer There are several possibilities: 1. static methods of Composer class, see include/Composer.h. 2. YourOwnEditor::Create() where YourOwnEditor implements MessageEditor (see include/MessageEditor.h) 3. MailFolder::ReplyMessages() but this is probably the worst lod> 2)what mime types are able to be displyed inline with the lod> text......anything animated? No, not in the current editor. lod> 3)how would i go abont adding another mime type(what code should i lod> look at The problem is not adding another MIME type, the problem is with handling it (i.e. displaying). You will have to modify the existing message editor (src/modules/ LayoutEditor.cpp) as it doesn't have the features you need. The trouble is that the editor is a mess and that completely rewriting it (or replacing it with something else) is quite high on the TODO list... Regards, 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