Hi all, I have two custom controls I want to embed in XRC. My question is, is it better to create two handler classes? Or can I use one handler class (derived from xrc.XmlResourceHandler) ? I'm asking from a performance point of view, since every class name is 'asked' to the handler if it can handle it or not.. With regards, - Jorgen