[REBOL] Re: Snapshot button?
From: cybarite:sympatico:ca at: 24-Oct-2001 20:38
Hi Robert,
I did something like that with my version of makedoc.r.
I wanted it a spec to be viewable in EasyVid format
and have the ability to GEN HTML from the same source like
makedoc. I had used the a block definition to define the layout tag
[layout]
...
[/layout]
format to define a block that is a EasyVID like layout definition
then added a file name to the block definition to specify what
%file-name.png it would be.
Some reflection tells me that the tag definition was sub-optimal.
Maybe something like
=layout [ ....layout definiton...
...
] %file-name
would have been better.
I was satisfied with the results of this part of it but did not get
a satisfactory completion on the standardization of all EasyVID
control tags to equivalent HTML output.
10/24/01 12:32:25 PM, "Robert M. Muench" <[robert--muench--robertmuench--de]> wrote: