Oh.. Sorry, by active I meant visible :) But just realised that that really isn't frame's problem as it in essence isn't even part of kuix but kutil. But anyway. It would be nice if the frame could be notified when it is moved on top of the stack. That way it could show it's screen etc. I was thinking all the time that moving the frame on top of the stack would make it visible, but it's me who is making it visible in onAdded method. And I guess that method is called only once when the frame is added to the stack. So on(Something) method would be nice so it would be possible to make the screen visible when the frame is pushed on top.
Maybe there should be the notion of an "active" frame. And the frame on top of the stack is always the active one. That way there could be onActivated, onDeactivated methods or something along that line.