Hi, --- ������_KETI <[EMAIL PROTECTED]> wrote: > Dear Kaffe export. > I want to see a 'mng' image using kaffe in both the host and the target > board. > > I portted kaffe with QT in my target. I think that the image (gif,jpeg,png) > is displayed through QT.
Yes, it appears that only libraries/clib/awt/qt/img.cc is linked into the library, and that one uses Qt's image handling functions, as far as I can see. > So I compiled QT with option that supports mng. > But I could not see an 'animated png' (mng) image. I could just see a single > png ( one of mng). > > How can I display a mng image in kaffe? first of all, can you see an mng with Qt standalone? If that works, than you may have found a bug in kaffe. You should try to figure out how kaffe handles your code that tries to display the mng image (kaffe -verbosecall is quite helpful for the java libraries, running kaffe in the debugger is helpful with native libs). See FAQ/FAQ.debugging for more information. cheers, dalibor topic __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
