Search found 3 matches
- Sun Sep 11, 2011 14:37
- Forum: Help
- Topic: *solved* getting window metrics
- Replies: 1
- Views: 980
*solved* getting window metrics
using 11/09/2011 00:32:46 (Std) ---- Version 0.7.5 (Build: Aug 23 2011 Debug Microsoft Windows MSVC++ 8.0 32 bit) ---- 11/09/2011 00:32:46 (Std) ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ---- 11/09/2011 00:32:46 (Std) ---- XML Parser module is...
- Thu Sep 01, 2011 12:55
- Forum: Help
- Topic: *fixed* Newb question? how to iterate child windows?
- Replies: 2
- Views: 3443
Re: Newb question? how to iterate child windows?
Thank you for your reply. It may be that hiding the parent window causes CEGUI to not render children but they are still marked as 'visible' so the dynamic content rendered by the handler doesn't know to stop rendering. Is there some flag I can check to see if CEGUI thinks a window is completely cli...
- Wed Aug 31, 2011 15:07
- Forum: Help
- Topic: *fixed* Newb question? how to iterate child windows?
- Replies: 2
- Views: 3443
*fixed* Newb question? how to iterate child windows?
Have done some searching and can't seem to figure this out. Essentially I want a hierarchy of windows (Root/subset/1, Root/subset/2, Root/subset...) to be show()/hide() when the base window (Root/subset) is either shown or hidden At first I hoped a show/hide call propagated that to children, unsurpr...