Re: First NT bugs

Valery Fine (fine@bnl.gov)
Mon, 25 May 1998 21:31:01 -0500


On 25 May 98 at 14:08, Yassin Mohamed Osman wrote:

> From: "Yassin Mohamed Osman" <yassino@viennasys.com>
> To: <roottalk@hpsalo.cern.ch>
> Subject: First NT bugs
> Date: Mon, 25 May 1998 14:08:23 -0400

>
> 1) critical
> This is just to get to the explore window ( any faster way ?)
> root [0] TPad *pad = new TPad("pad","pad",.2,.05,.8,.35);
> root [1] pad->Draw()

You should create TCanvas object instead of TPad. Try it helps.

Please, look up our tutorials. (root/tutorials directory)

> 2) minor
> When you select (not expand) any of the tree items it should update
> the right pane. The right pane has a 2~3 pixel wide area that is not
> painted.

It is a known minor rounding problem.

Thank reporting this it'll be fixed.

Valery