Hello,
I'd like to know wether it is possible and how to create a container for widgets. I mean something like a frame window but without the frae, background, ... I managed to get a framewindow without titlebar, frame, ... but i cant hide its background. Is there another solution ??
what i want to achieve is to load just a few buttons from an layout file, but as i need a root, i thought of an invisible window ... I could use a staticImage with no image, but isn't there a more proper way ??
just a window (no frame, bg, ...) [solved]
Moderators: CEGUI MVP, CEGUI Team
just a window (no frame, bg, ...) [solved]
Last edited by Pompei2 on Thu Oct 12, 2006 23:46, edited 1 time in total.
- spannerman
- Home away from home
- Posts: 330
- Joined: Wed Jan 12, 2005 12:06
Try the DefaultGUISheet E.g:
Code: Select all
Window* invisiWin = winMgr.createWindow("DefaultGUISheet", "invisiWin");
Who is online
Users browsing this forum: No registered users and 29 guests