Search found 7 matches

by angela4et
Wed Nov 29, 2006 00:47
Forum: Modifications / Integrations / Customisations
Topic: OGRE+CEGUI (Must I use the same sceneMgr for GUI and GAME )
Replies: 0
Views: 2001

OGRE+CEGUI (Must I use the same sceneMgr for GUI and GAME )

when i Initialize CEGUI for my game in game.cpp I created myGUIsceneMgr, mUISceneMgr = mRoot->createSceneManager(Ogre::ST_GENERIC,"mUISceneMgr"); then in my testState class , i have another sceneMgr for it mSceneMgr = mRoot->createSceneManager (Ogre::ST_GENERIC, "TestScene...
by angela4et
Tue Aug 15, 2006 06:10
Forum: Offtopic Discussion
Topic: Exception: DefaultResourceProvider
Replies: 3
Views: 3180

:)
thanks it works!
but i notice i can only put it in the same derectory with the debug.exe
other than that it just give me the same error.
how can i solve that also?
i mean just dump everything there looks very messy..... :idea: :)
by angela4et
Mon Aug 07, 2006 10:37
Forum: Offtopic Discussion
Topic: Exception: DefaultResourceProvider
Replies: 3
Views: 3180

Exception: DefaultResourceProvider

em in my log file i keep getting this exception pls anyone knows how to resovle this ? thanks 07/08/2006 18:30:08 (Error) Exception: DefaultResourceProvider::load - Imageset.xsd does not exist 07/08/2006 18:30:08 (Error) Exception: DefaultResourceProvider::load - Font.xsd does not exist :lol:
by angela4et
Mon Aug 07, 2006 09:59
Forum: Help
Topic: DragContainer::EventMouseClick( right once left twice)
Replies: 0
Views: 1860

DragContainer::EventMouseClick( right once left twice)

this problem occured when i want to put a target frame on top of the drag container here is part of my code // when mouse click set the target frame dragwindow_ ->subscribeEvent(CEGUI::DragContainer::EventMouseClick, CEGUI::Event::Subscriber(&UI_InventoryItem::SetActionBtn, this)); but when i ru...
by angela4et
Fri Jul 07, 2006 08:56
Forum: Modifications / Integrations / Customisations
Topic: problems on ScrollablePane
Replies: 0
Views: 1665

problems on ScrollablePane

i have dragcontainers inside my scrollablepane, if i set the scrollablepane to autoresize == true then dragcontainers's setposition all screwed. and when autoresize == true , both horzontal and vertical srcollbar will appear then i setshowhorzontalbar to false but it doesn't work.. and for the setCo...
by angela4et
Fri Jul 07, 2006 08:48
Forum: Offtopic Discussion
Topic: Performance issue with scrollable pane
Replies: 1
Views: 2401

i also having problems with scrollable pane

i have dragcontainer inside my scrollablepane, if i set the scrollablepane to autoresize == true then dragcontainers's setposition all screwed. and when autoresize == true , both horzontal and vertical srcollbar will appear then i setshowhorzontalbar to false but it doesn't work.. and for the setCon...
by angela4et
Mon Jul 03, 2006 07:43
Forum: Offtopic Discussion
Topic: round frame corner problem
Replies: 4
Views: 3551

round frame corner problem

hi guys.. now i am doing a chat bubble, the bubble has a round or elliptical frame. this frame is the frame of a FrameWindow, and it also has a yellow color background. since my frame has four round corners, the squarish background will go out of the frame at the corners, anybody got any idea how to...

Go to advanced search