I haven't released an application to do this but you should be able to 1) dump whatever you want to print into XML 2) run that against a simple (ha ha, no really it is simple but it doesn't sound like it) XSL template to convert it to HTML 3) save the file and open it with the default web browser 4) and if you really want to get fancy, add a pretty CSS file to wherever you output the html file to make it snazzy.
There is an example in Choate's book "REALbasic Cross-Platform Application Development" about how to do this in a command line application (available from Amazon as a PDF or from Safari Online (http://safari.oreilly.com/). Well, the example needed a couple of fixes but it does work :) Shawn _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
