Robert wrote: >Seems like all that would be needed would be to have a wxFrame with a >wxHtmlWindow. Opening uses the explode to explode to a temp dir and do a >SetPage() on the the >wxHtmlWindow to show the document. Of course, a more detailed approach would >probably be better, especially for very large documents--I haven't taken a
>close look at the GTK+ viewer sourcecode yet, but will do so today. Actually, I was just working on this today. I've got explode building on Windows now. It produces a set of html pages & images. I put together a simple frame with a menu and wxHtmlWindow with renders the pages. My goal is to get a wxFrame class that has everything you need. You pass it the resource path and pdb or html file name, and it takes care of the rest. I think then you can just integrate this into Plucker Desktop. I'll also build a standalone version of it and package it up with an installer. To do this, I need to make some changes to explode to be able to build the needed parts as a static library instead of an exe. I will submit these changes to the list when I get them done. I also will submit my makefile for mingw if I can get it running. I'm not familar with most of the Unix tools to automate building, but if someone wants to give me the command line for doing a diff on the files, I can run that and send the results. Also regarding building the Plucker files, has anyone gotten the makefiles to run under Windows? If so, can you let me know (offlist?) what setup you have and what commands are needed to run. I'm not sure what environment variables I need to have and I'm not sure how to invoke the configure command (i.e. do I just run ./configure.in, or do I run auto-conf on it?). Thanks Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
