[Solved] ghost window on back layer: need Pass Through
Posted: Sun May 10, 2009 12:40
Hi to all. I'm working hard on CEGUI but now dont'found a solution for a layout problem..
My program auto generate all elements by code (no external files or schema)
I have a "Debug" FrameWindow on root and need it always visible and usable.
and a "GameGUI" DefaultWindow on it with default parameters to use as GUI elements page container (not overlayed to Debug).
Debug is always visible but as a ghost and I can't click or move it.
Can I make "GameGUI" DefaultWindow background trasparent for events to get access to "Debug" window?
I tried setModalState setClipped distributesCapturedInputs but not work.
Can you help me?
Thanks.
My program auto generate all elements by code (no external files or schema)
I have a "Debug" FrameWindow on root and need it always visible and usable.
and a "GameGUI" DefaultWindow on it with default parameters to use as GUI elements page container (not overlayed to Debug).
Debug is always visible but as a ghost and I can't click or move it.
Can I make "GameGUI" DefaultWindow background trasparent for events to get access to "Debug" window?
I tried setModalState setClipped distributesCapturedInputs but not work.
Can you help me?
Thanks.