0 Members and 1 Guest are viewing this topic.
Is there a save way to do draw into a window/MUI-object outside a Draw-event(that just wouldn't be good for my proggy) ?
How the h'** do I get the actual Window from my MUI-object thought it should have been this:struct Window *win;DoMethod(obj,MUIA_Window,&win);