Re: 'full' root session in TRint ?

Pasha Murat (murat@cdfsga.fnal.gov)
Mon, 24 May 1999 09:38:28 -0500 (CDT)


Ulrich Jost writes:
> That's not what I mean. Of course I do Run(). Still you don't have the
> same functionality as if you do 'root' on a shell, eg if you touch a
> TGraph with the mouse pointer, you do not get the graph selected. Or you
> don't have continous updates, eg when you select logarithmic axis scaling
> in the canvas popup menu, it is not executed until the program makes
> another Update() call.
>

Hi Ulrich: why dont you take a look at MAIN_rmain.cxx which is the ROOT's main?
You'll see that it does nothing but calls TRint::Run(). Try to start from that
example - it should work for you.
-pasha