I don' know if this is a bug, then I posted here.
Its a bit hard to explain, but let me try.
First I'm using Ogre 3d 1.7.1 and CEGUI 0.71.
Check this image:
I have a frame window, inside it a static image(left element), I'm using ogre render texture to fill the the staticImage, following this tutorial: http://ogre3d.org/tikiwiki/Basic+Tutori ... =Tutorials
But a nothing happens...
When the cursor passes over the Ok button the static image appear
Check this image:
When I put the static image out of the frame window, all works fine.
check this image:
I don't know if is a problem of Frame window or with I'm doin something wrong...
Thanks.
Problem with Static Image inside a frame window
Moderators: CEGUI MVP, CEGUI Team
-
- Just popping in
- Posts: 4
- Joined: Sun Jan 23, 2011 04:57
Problem with Static Image inside a frame window
Brazilian blog about game programming
http://www.pontov.com.br/
My develop blog:
http://shydsgames.com/
http://www.pontov.com.br/
My develop blog:
http://shydsgames.com/
Re: Problem with Static Image inside a frame window
Try disabling auto rendering surface on the frame window. Since the image changes every frame it wouldn't help anyways. I think the window is getting cached and is not invalidated.
-
- Just popping in
- Posts: 4
- Joined: Sun Jan 23, 2011 04:57
Re: Problem with Static Image inside a frame window
Sorry for the stupid question...
but how I do this?
but how I do this?
Brazilian blog about game programming
http://www.pontov.com.br/
My develop blog:
http://shydsgames.com/
http://www.pontov.com.br/
My develop blog:
http://shydsgames.com/
Re: Problem with Static Image inside a frame window
Window::setUsingAutoRenderingSurface(false)
or Window->setProperty("AutoRenderingSurface", "false")
or via xml, the property name is AutoRenderingSurface
or Window->setProperty("AutoRenderingSurface", "false")
or via xml, the property name is AutoRenderingSurface
Who is online
Users browsing this forum: No registered users and 11 guests