Several CEGUI questions
Posted: Tue Mar 13, 2007 07:59
Hi there,
I am trying to create a tutorial for my program. Is there any option in CEGUI that allow me to highlight a window that has been desactivated? In other words, I would like to make the window more visible to the user during the tutorial but still have it desactived so then the user cannot click any button, etc.
I also have an editbox (listbox) and I am able to add, delete all items and save them. Now I need to only delete the last added item. The items on the list are added according to what each user clicks so it may vary every time. Does any one know a way of doing this?
I tried to display some text on the screen by using mWindow->setDebugText
but nothing was displayed. Is there any other method?
My last question Smile
I have a static image like the one that exists on the GUI demo. Is it possible to only have a skydome on the static image and not on the background (root window)?
Thanks in advance.
I am trying to create a tutorial for my program. Is there any option in CEGUI that allow me to highlight a window that has been desactivated? In other words, I would like to make the window more visible to the user during the tutorial but still have it desactived so then the user cannot click any button, etc.
I also have an editbox (listbox) and I am able to add, delete all items and save them. Now I need to only delete the last added item. The items on the list are added according to what each user clicks so it may vary every time. Does any one know a way of doing this?
I tried to display some text on the screen by using mWindow->setDebugText
but nothing was displayed. Is there any other method?
My last question Smile
I have a static image like the one that exists on the GUI demo. Is it possible to only have a skydome on the static image and not on the background (root window)?
Thanks in advance.