Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: Dan Peach on May 15, 2015, 06:09:19 PM

Title: Caption window hidden beneath nested window
Post by: Dan Peach on May 15, 2015, 06:09:19 PM
Hi,

I have a nested window inside another window. I have a close button outside the nested window with a caption. The caption for the close button won't show up. It's hidden beneath the nested window. I tried to focus the caption window but that didn't work. Anything I can do? Thanks. :)

EDIT: Actually, I've just noticed that all my windows are hiding the caption window. I didn't notice before because captions were always outside the area covered by the window. Soooo, it's not just the nested window.
Title: Re: Caption window hidden beneath nested window
Post by: Dan Peach on May 16, 2015, 11:35:26 PM
Anybody? Obviously the windows are hiding the hiding the caption window. Maybe because these windows are exclusive? I've tried .focus() and .MoveToTop() but neither work. Surely there must be a way to display captions when windows are loaded exclusively??? HELP! :)
Title: Re: Caption window hidden beneath nested window
Post by: anarchist on May 28, 2015, 09:24:52 PM
I just saw your question. I think you need to show us a screenshot to understand your issue.
Title: Re: Caption window hidden beneath nested window
Post by: Dan Peach on May 30, 2015, 02:16:02 PM
It's ok thanks. I fixed it. Just needed to set the window to InGame=true. :)