On Mar 27, 5:25 am, "amit shah" <[EMAIL PROTECTED]> wrote: > Hi > I further narrowed down the problem further. > Further investigations revealed that for some reason the mozilla > widget is not refreshing. This was concluded by having a javascript > counter increment on timer and > displaying the count. The counter got stuck on the initial count and > did not increment even though we could capture the javascript > events. The same was > true for an animated GIF only the first frame is seen. > > Do any one have any idea as to what could be missing or why the > mozilla widget is not refreshing itself. > We are using on GTK on frame buffer. > > --amit > > On Mar 26, 1:33 pm, "timeless" <[EMAIL PROTECTED]> wrote: > > > > > On Mar 25, 3:18 am, "amit shah" <[EMAIL PROTECTED]> wrote: > > > > I have compiled Mozilla overDirectFBby as instructed in > > > (http://www.directfb.org/wiki/index.php/DFBMozilla) for use in an > > > AMD Au1200 mipsel processor > > > i'd recommend testing w/ an x86 system, it reduces the number of > > variables you have. > > > > It builds proprerly and I'am using TestGtkEmbed to test the > > > functionality. I face problems while displaying GIF animation > > > On console I get the following error continiously and only the first > > > frame of the GIF animation is seen . No further frames thereafter. > > > This error is displayed on all image types but since they do not have > > > animation they are displayed. > > > you should build w/ --enable-logging or something and try playing w/ > > nsprlogging to see if anything useful turns up. > > > > (TestGtkEmbed.test32:1759): Gdk-CRITICAL **: > > > gdk_drawable_set_colormap: assertion `cmap == NULL || > > > gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed > > > use a debugger and get a stack trace for this? > > > > Is it a bug inDirectFB? Any solutions. .... > > > > any help would be appericated- Hide quoted text - > > - Show quoted text -
Hi Amit, I have tested the stripped down version of TestGtkEmbed(provided by you) with our Firefox X86 build over DFB and it is working fine. Also, we are able to run our Mozilla TestGtkEmbed over DirectFB on ARM processor. It is rendering local pages quite well. May be the problem lies somewhere else. What is your target OS..?? Are DirectFB examples running fine..?? Are you able to run GTK Demos properly..?? Is it something to do with the memory available etc..(Just a wild guess)..?? Just to inform you, we have fixed some bugs related to transparent images and gifs. We'll be releasing the patch shortly. That may be of some help for you. >From which folder you are running TestGtkEmbed..?? Try running from mozilla/dist/bin . Regards, Siddharth TATA Elxsi, India _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
