Search found 14 matches

by Chewe
Thu Jun 22, 2006 21:57
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

Thx for the advise lindquist. After rolling the stone, i get to this code that handles fine loading Listbox, mixing concepts from Demo6,preview posts, and ogre forum help. ConfigOptionMap m_system_caps; m_system_caps = this->mRoot->getRenderSystem()->getConfigOptions(); CEGUI::Listbo...
by Chewe
Wed Jun 21, 2006 14:17
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

Hi all, after three weeks learning from CEGUI, now i'm stuck trying to getConfigOptions to populate CEGUI combobox. I've checked Ogre's Intermediate tutorial5. And after a while, i've been able to mix that code on mine(based on exampleapp). I've got to modify exampleapplication on configure() option...
by Chewe
Mon Jun 19, 2006 16:03
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

Nice pointer.

hope to get results :D
by Chewe
Mon Jun 19, 2006 11:04
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

As you said reading ogre.cfg would be an ogre wiki post. I've found this post that should help me to understand it.. http://www.ogre3d.org/phpBB2/viewtopic.php?t=21400&highlight=ogre+cfg and http://www.ogre3d.org/phpBB2/viewtopic.php?t=21344 I'm mostly sure that from here i should be able to mov...
by Chewe
Sun Jun 18, 2006 16:44
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

In fact this is my second program ever. My first was 6 months ago based on VB and ServoControllers. Afterall my problem was as simple to fix as that one solution you pointed by handcaring correctly window tags on layout files. CEGUI::WindowManager::getSingleton().getWindow("options/...
by Chewe
Sat Jun 17, 2006 12:00
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

Dear Rackle. Your code is a piece of cake to learn from, nice and clean, but i'm worried that i will need a few days to understand some more c++ basis and cegui commands. :oops: But i have to confess that by the first read you solved one of the questions that i was also trying to solve. Getting lati...
by Chewe
Fri Jun 16, 2006 11:37
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

I'm back with my ignorance... using namespace CEGUI; WindowManager& wMgr = WindowManager::getSingleton(); Window* main = wMgr.getWindow((utf8*)"root_wnd"); main->addChildWindow( CEGUI::WindowManager::getSingleton().loadWindowLayout((CEGUI::ut...
by Chewe
Thu Jun 15, 2006 21:32
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

AMAZING! Two Tips in one. As Rackle said i've got the same names on both layouts, easily recognisible if i read CEGUI log as lindquist pointed. So Cheers both of you. Moving forward day by day thanks to WIKI Forum. PD: Is it possible to share the same button (QUIT) on both layouts and call it once o...
by Chewe
Thu Jun 15, 2006 18:59
Forum: Help
Topic: Trying to LOAD multiple .LAYOUTS
Replies: 16
Views: 13626

Trying to LOAD multiple .LAYOUTS

Hi all. I'm trying to preload multiple layouts for a MENU. Let's say i've got two: Main.layout, Options.layout From this posts, i've been able to grow a bit. http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1428&highlight=layout http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1624&highlight=she...
by Chewe
Thu Jun 15, 2006 18:57
Forum: Help
Topic: CELayoutEditor and New ImageSets for BACKGROUNDs
Replies: 6
Views: 5300

Trying to LOAD multiple .LAYOUTS

Hi all. I'm trying to preload multiple layouts for a MENU. Let's say i've got two: Main.layout, Options.layout From this posts, i've been able to grow a bit. http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1428&highlight=layout http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1624&highlight=she...
by Chewe
Thu Jun 15, 2006 12:28
Forum: Help
Topic: CELayoutEditor and New ImageSets for BACKGROUNDs
Replies: 6
Views: 5300

GREAT!!!!! At first i added False tags on Taharez scheme... :P so it's been a nice update to remember that properties can be modified through the same layout... It's wonderfull to see how the alpha is displayed crisp and clear, better than using overlays. Now i'm trying to finish the menu. I want to...
by Chewe
Wed Jun 14, 2006 21:25
Forum: Help
Topic: CELayoutEditor and New ImageSets for BACKGROUNDs
Replies: 6
Views: 5300

My bad. After a few beers with friends i sit down to check it again and I've found that on the ImageName of the Old-paper.imageset it was LOGO, while it should be Old-paper. Now everything works fine. Except a few things. Now it displays a blackwindow with taharez border on it, and inside i get the ...
by Chewe
Wed Jun 14, 2006 13:48
Forum: Help
Topic: CELayoutEditor and New ImageSets for BACKGROUNDs
Replies: 6
Views: 5300

Thx for the advice!!! I'm following your great tutorial trying to adapt the info to my code... http://www.cegui.org.uk/wiki/index.php/The_Main_Menu#Imagesets But it seems that i'm just on the ABC learning curve... Right now i'm using a layout created by CELayoutEditor for CEGUI 0.4 and ogre1.2. I've...
by Chewe
Tue Jun 13, 2006 18:56
Forum: Help
Topic: CELayoutEditor and New ImageSets for BACKGROUNDs
Replies: 6
Views: 5300

CELayoutEditor and New ImageSets for BACKGROUNDs

Hi all. It's been two hard weeks learning ogre3d and cegui. Right now i'm trying to build a menu with CELayout. It's amazingly easy to grow from there. But right now i'm stucked trying to build a menu (based on Taharez base) with an ImageBackground. I've learnt trhough skineditors how to modify imag...

Go to advanced search