Hi Thomas, Could you send me a working example? I do not see a problem. How did you create a TGPicture (by derivation?). The constructor is protected. Rene Thomas Bretz wrote: > > Dear rooters, > > I have some problem. I'm doing a > obj->IsA()->DynamicCast(TGWidget::class(), obj) > If this object is a TGPicture I get a result instead of NULL. > In my opinion doing a dynamic cast from TGPicture to TGWidget should > result in NULL rather than an object, because it isn't derived from > TGWidget, which can easily be tested by a > obj->IsA()->InheritsFrom(TGWidget::class()) > Is this behaviour intended? If so, why? > > This happens with root 3.02/06 and can easily be reproduced in the > interpreter. > > Best regards, > Thomas.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:12 MET