Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Windows publishing

From: jason::cunliffe::verizon::net at: 11-Oct-2002 0:10

Not sure how much this is a Rebol question.. I want a desktop REBOL/View application which can 'publish' to webservices and other instances of this app running on remote desktops. A major task is handling images and metadata publishing. The mode and behavior is specific to the project. But to make the workflow really open and useful to people, I need my REBOL application to be directly accessed in the menus of any other applications, especially graphics ones. For example Adobe Acrobat once installed means that one can 'print' to PDF from any application. We need something just like that but, which will 'print' 'save' or 'copy' to REBOL. I think this comes back to the thorny question of binary copy or lack of. Plus the debate about Windows DLLs and operating specific system access. If I can make this work then I an Encap-ed version of it would be released. Anyone have any ideas what is needed to do this..? thanks ./Jason