[wxPython] Gifs and wxHTML

Do gifs work in the wxHTMLwindow? I can't get an image tag with a gif image
to be visible. jpgs and png work just fine.

···

--
Chris Davis
chris@rpgarchive.com

RPGArchive http://rpgarchive.com
OpenRPG http://openrpg.com

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Do gifs work in the wxHTMLwindow? I can't get an image tag with a gif image
to be visible. jpgs and png work just fine.

Did you call wxInitAllImageHandlers() or at least the handler for gif in the program startup?

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Yes, and it doens't seem to work in the demo for me on windows or linux.

···

On Wednesday 10 January 2001 19:59, you wrote:

> Do gifs work in the wxHTMLwindow? I can't get an image tag with a gif
> image to be visible. jpgs and png work just fine.

Did you call wxInitAllImageHandlers() or at least the handler for gif in
the program startup?

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

--
Chris Davis
chris@rpgarchive.com

RPGArchive http://rpgarchive.com
OpenRPG http://openrpg.com

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

> > Do gifs work in the wxHTMLwindow? I can't get an image tag with a gif
> > image to be visible. jpgs and png work just fine.
>
> Did you call wxInitAllImageHandlers() or at least the handler for gif in
> the program startup?
Yes, and it doens't seem to work in the demo for me on windows or linux.

Works for me. I changed the demo for wxHtmlWindow to have a GIF to display, and it does.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

Thanks. It at least helps to know its my problem.

chris

···

On Friday 12 January 2001 11:28, you wrote:

> > > Do gifs work in the wxHTMLwindow? I can't get an image tag with a gif
> > > image to be visible. jpgs and png work just fine.
> >
> > Did you call wxInitAllImageHandlers() or at least the handler for gif
> > in the program startup?
>
> Yes, and it doens't seem to work in the demo for me on windows or linux.

Works for me. I changed the demo for wxHtmlWindow to have a GIF to
display, and it does.

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

--
Chris Davis
chris@rpgarchive.com

RPGArchive http://rpgarchive.com
OpenRPG http://openrpg.com

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

Have you tried a gif from a full url?

like: <img src='http://www.openrpg.com/themes/Grid/logo.gif’ >

I can load gifs locally, but not from a url.

···

On Friday 12 January 2001 11:28, Robin Dunn wrote:

> > > Do gifs work in the wxHTMLwindow? I can't get an image tag with a gif
> > > image to be visible. jpgs and png work just fine.
> >
> > Did you call wxInitAllImageHandlers() or at least the handler for gif
> > in the program startup?
>
> Yes, and it doens't seem to work in the demo for me on windows or linux.

Works for me. I changed the demo for wxHtmlWindow to have a GIF to
display, and it does.

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

--
Chris Davis
chris@rpgarchive.com

RPGArchive http://rpgarchive.com
OpenRPG http://openrpg.com

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users