Re: using ROOT from Netscape

Valery Fine (fine@bnl.gov)
Mon, 23 Feb 1998 17:23:27 -0500


On 23 Feb 98 at 15:52, Valery Fine wrote:

I am sorry, I did mistake, it should be

> echo void RootBrowser(char *URL); >/tmp/RootBrowser.C
> echo { >>/tmp/RootBrowser.C
> echo TWebFile *f = new TWebFile(URL); >>/tmp/RootBrowser.C
> echo TBrowser *b = new TBrowser; >>/tmp/RootBrowser.C
> echo } >>/tmp/RootBrowser.C
> root /tmp/RootBrowser.C(\".root file name\")

Otherwise the Browser will be closed as soon as it is opened.
Anyway it is just an idea but a full-scale solution.

It would be better ROOT would understand .root (self-contained)
extension and assume the macro file (like above) is delivered with
(packed into) that root file altogether. etc, etc, etc . . .

Valery