Well, I went ahead and put together a viewer that uses the wxHtmlWindow
class.  You can download an installer at
http://bill.nalens.com/programs/Setup-wxPluckerViewer.exe

It's only for Windows at this point and it only installs a few files to the
directory you specify.  No registry stuff is done or anything like that.

Here's what it does:
when you pick open on a pdb file
      runs explode with the current directory receiving the files created
      loads the window with default.html

when you pick open on an html file
      loads the window with the selected page

You can navigate back and forward.  Home brings you to the page you started
on.

Robert:
This class is an wxHtmlWindow inside a wxFrame object.  I'll send along the
source if you want to integrate it into plucker desktop.  It does need to
link against explode (I've modified the files to create a library) and
unpluck.  Given the static linkage, it shouldn't rely on any runtime dll's
for linkage.

Let me know what you think
Bill


_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to