Hi to all! I'm developing a component that inherits to sdl's Window, but I need to "Wrap" the draw event and i don't know how I've tried to add public sub me_draw(), and super_draw(), and window_draw() but they don't see to be called when the component raises the draw component. What is wrong? The properties-functions are normally ovverriden! Thanks ;)