Search found 21 matches

by Scorch
Mon Feb 26, 2007 01:21
Forum: Help
Topic: Yet another upgrading error
Replies: 4
Views: 3198

scriptkid - Sorry to take so long to reply, I missed your post. (double checked my BB profile and it should have emailed me?) Anyhow, I finaly gave up on my skin when i found the skin used in the new ogre samples. The new skin doesn't have a courier so I changed all my source to refer to a bluehighw...
by Scorch
Sun Feb 18, 2007 04:35
Forum: Help
Topic: Yet another upgrading error
Replies: 4
Views: 3198

More progress.
When I used the skin from the ogre3d download I missed one file.
I still have my original problems though.

1: How to get skins for the cegui editor

2: How to update my skin and/or layouts to 0.5 .
by Scorch
Sun Feb 18, 2007 04:32
Forum: Help
Topic: Yet another upgrading error
Replies: 4
Views: 3198

Additional info: I realized there was a skin included with the ogre download. Just for fun I used the that skin.. I changed my font to reference the bluehighway-12.font instead. I am still crashing with the following cegui.log error Finished creation of Imageset 'TaharezLook' via XML file. 17/02/200...
by Scorch
Sun Feb 18, 2007 04:22
Forum: Help
Topic: Yet another upgrading error
Replies: 4
Views: 3198

Yet another upgrading error

Several questions. I've got to be missing somthing obvious. I upgraded to the latest Ogre3d, which came with the latest CEGUI (0.5) My prevously functioning schema files are no longer working as planed. When I launch the game I get the following error in my cegui.log 17/02/2007 20:12:35 (InfL2) Fini...
by Scorch
Wed Jul 26, 2006 16:08
Forum: Help
Topic: Identifying active buttons/windows
Replies: 5
Views: 4047

I took the advice here and I'm using 0.7 alpha on selected boxes. Not exactly what I was looking for but it gets the job done well enough for now untill I can create my own looknfeel. As for the unregiser, would it be easier to create a method more like: CEGUI::Window::unSubscribeEvents( &myHand...
by Scorch
Sat Jul 22, 2006 22:02
Forum: Help
Topic: Identifying active buttons/windows
Replies: 5
Views: 4047

Identifying active buttons/windows

I have implemented my own taborder widgit, I give it a std::list of CEGUI::Window pointers and it handles tabbing between each one. I have 2 issues i have not been able to solve. 1: I want to have my tab widget be destroyable. I need to unsubscribe from windows to do this safly. I don't know how to ...
by Scorch
Wed May 03, 2006 00:11
Forum: Modifications / Integrations / Customisations
Topic: About horizontal scroll bar in ListBox
Replies: 2
Views: 2374

Was doing a couple searches through the forums and found this entry, I also would find it usefull to have a wordwrapping listboxitem, especially if it re-wrapped when the listbox changed size. On my list of todo's but not right now. Has anyone else allready done work on this that could be easily eno...
by Scorch
Mon Mar 27, 2006 16:23
Forum: Help
Topic: IsVisble not reacting as expected
Replies: 3
Views: 3584

Nope.
I'll give that a try.
Do I just need to mark the top level window invisible? or do I need to go through the whole tree and set every one?

Is the Show and Hide functions in CEGUI::Window the ones to do this? or is there another funciton I should try to call?
by Scorch
Sun Mar 26, 2006 21:21
Forum: Help
Topic: IsVisble not reacting as expected
Replies: 3
Views: 3584

IsVisble not reacting as expected

I changed my menu implemenation to preload all of my menus then I just change the main sheet to the menu I need. (related post http://www.cegui.org.uk/phpBB2/viewtopic.php?p=7577#7577) Now I am having trouble with IsVisible(). I loop through all of the CEGUI windows, attempting to collect informatio...
by Scorch
Sun Mar 26, 2006 21:17
Forum: Help
Topic: Changing Main Sheets
Replies: 2
Views: 3458

Ok, I gave preloading a try.
Gave me some trouble with the names, had to rename all of my objects to prevent name clash.

But now the menus react much faster.

Thanks!

Now i'm having trouble with IsVisible, but i'm going to create a new post for that issue

Thanks.
by Scorch
Sun Mar 26, 2006 21:11
Forum: Help
Topic: Making a list box selectable [Solved]
Replies: 4
Views: 4112

Found it! found a wiki page: http://www.cegui.org.uk/wiki/index.php/FAQ And I am now able to highlight selected items! Thanks! Wasn't obvious to me because I didn't realize I could set the selection color individualy for each item. But I can see where that would be usefull. I am suprised there isn't...
by Scorch
Sun Mar 26, 2006 20:52
Forum: Help
Topic: Making a list box selectable [Solved]
Replies: 4
Views: 4112

Ok, I believe you. But I can't find the code that does this. I looked though the CEGUIListbox.h and CEGUIWindow.h and I cant find any set, select, or color that suggests it will do as you suggest. I also did a couple find in files of the whole CEGUI directory, and the only thing I can find is text l...
by Scorch
Sat Mar 25, 2006 21:24
Forum: Help
Topic: Making a list box selectable [Solved]
Replies: 4
Views: 4112

Making a list box selectable [Solved]

I am using 0.4.1 CEGUI, and the CEGUI layout editor. I have a page with 2 list box's on them. I can add to my list boxes text and it apears just fine. Problem is I want to make the list box items selectable, right now you click on them and nothing happens. They should highlight or somthing right? Do...
by Scorch
Sat Mar 25, 2006 21:19
Forum: Help
Topic: Problems populating a listbox
Replies: 4
Views: 4138

Only thing I can see that might be different between your code and mine (Functionaly) is I initialize in this order: mGUIRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, primaryView->GetSceneManager()); mGUISystem = new CEGUI::System(mGUIR...
by Scorch
Sun Mar 19, 2006 01:33
Forum: Help
Topic: Changing Main Sheets
Replies: 2
Views: 3458

Changing Main Sheets

My current implemenation calls destroy all windows then calls load layout every time I want to switch which menu i'm looking at. I am curious, is this the intended way CEGUI should be used? or should I preload all my menus and then just call setGUISheet() to switch back and forth? Pro's Cons? can's?...

Go to advanced search