cutterslade
12-06-2006 01:59:04
Hello all, I've just started with OgreDotNet and must say I am very impressed! However I'm having a little problem with CEGUI. I've loaded a layout (Demo8.layout from the CEGUI samples) and got it on screen, but I can't retrieve the ScrollBar object so I can associate events to it after the layout is loaded. I tried to get it with WindowManager.Instance.getWindow and cast it to a Scrollbar but this yelds compilation errors. What cand I do?
PS: I just saw this post which asks pretty much the same question as mine, but it never got answered
. Is there no way to do this?
PS: I just saw this post which asks pretty much the same question as mine, but it never got answered