Re: [ROOT]: Gui, TCanvas, and mouse events -Now it works

From: cstrato (cstrato@aon.at)
Date: Sat Feb 08 2003 - 23:27:39 MET


Dear Bertrand

Finally, it works, I had to delete one line in my Makefile.

Thank you very much for your interactive help.
BTW, this is really a great example for a GUI.

Good night
Christian


Bertrand Bellenot wrote:

> Ok, Christian, to solve quickly this problem, do the following :
> Edit RootShower.cxx and comment lines 54 and 672-678 as :
> 
> /* #include <THtml.h> */
> 
>                     case M_FILE_HTML:
>                          {
> /*
>                              THtml html;
>                              html.SetSourceDir(gProgPath);
>                              html.MakeClass("MyParticle");
>                              html.MakeClass("MyDetector");
>                              html.MakeClass("EventHeader");
>                              html.MakeClass("MyEvent");
>                              html.MakeIndex();
> */
>                          }
>                         break;
> 
> So you won't have to link with libHtml, it is anyway only there to 
> be able to generate Html doc of RootShower User classes...
> 
> Cheers,
> Bertrand.
>



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:09 MET