Hello,

times changed, so now I get lots of such messages when opening HTML messages:
iCCP: Not recognizing known sRGB profile that has been edited
HTML image display is turned on. Is it possible to disable these dialog boxes?

BTW, are you planning to use another HTML parser in M, webkit/chromium maybe?

Regards,
Nerijus

On Mon, 16 Apr 2012 13:03:02 +0200 Vadim Zeitlin <vz-nons...@zeitlins.org> 
wrote:

VZ> On Mon, 16 Apr 2012 13:40:58 +0300 Nerijus Baliunas 
<neri...@users.sourceforge.net> wrote:
VZ> 
VZ> NB> When I open attached message, I get about 10 warnings "Unknown image 
data format".
VZ> NB> The problem is, I have to press OK 10 times. Is it possible to display 
warning in status bar only?
VZ> NB> I quickly grepped for "Unknown image data format" in M sources, but 
didn't find it.
VZ> 
VZ>  Hi,
VZ> 
VZ>  I don't see any images at all, probably because I didn't turn on the
VZ> option to show all the images in HTML automatically, but I do know where
VZ> this message comes from: wxImage::LoadFile().
VZ> 
VZ>  I do not understand why is it shown immediately instead of being flushed
VZ> out during the next event loop iteration though, as wxLog messages are
VZ> supposed to be. I suspect it has something to do with progress bar being
VZ> shown while the next images are being downloaded or something like that.
VZ> If so, the simplest fix would be to use wxLogNull around LoadFile() calls
VZ> in M code and just put a warning in the log window if it returns false (the
VZ> message should really also give at least some details about the image it
VZ> failed to load, otherwise it's so useless we might avoid giving it at all).
VZ> 
VZ>  Unfortunately I'm really, really busy until the end of the month so I
VZ> won't be able to look at this immediately.
VZ> 
VZ>  Bye,
VZ> VZ


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to