I've found the solution.
http://www.ogre3d.org/forums/viewtopic. ... 05#p445705
Search found 11 matches
- Fri Dec 02, 2011 05:03
- Forum: Help
- Topic: [Resolved]How to quit a game properly using a button
- Replies: 2
- Views: 2519
- Thu Dec 01, 2011 11:03
- Forum: Help
- Topic: [Resolved]How to quit a game properly using a button
- Replies: 2
- Views: 2519
[Resolved]How to quit a game properly using a button
I use Ogre, IOS, CEGUI to develop my Game. this is main.cpp CMKGame* game = CMKGame::create(); if(game->init()) game->run(); CMKGame::destroy(); After init Ogre, I create a render window: Ogre::RenderWindow* pRenderWindow = Ogre::Root::getSingleton().createRenderWindow( "MK", 1024, 768, fa...
- Mon Oct 17, 2011 03:48
- Forum: Help
- Topic: how to spell CEGUI, Ogre
- Replies: 1
- Views: 1887
how to spell CEGUI, Ogre
I confuse how to spell them. are /sigai/ and /ogr/ ?
- Thu Jul 21, 2011 09:45
- Forum: Help
- Topic: make invisible a part of parent widget
- Replies: 6
- Views: 5084
Re: make invisible a part of parent widget
Do I have to draw a framewindow exactly what I want? (there is a transparent area at the top right of frame). Can't I achieve what I want by coding?
- Wed Jul 20, 2011 02:34
- Forum: Help
- Topic: make invisible a part of parent widget
- Replies: 6
- Views: 5084
make invisible a part of parent widget
Hi! I have a frame window with green background. I add a staticImage to the framewindow. The StaticImage is quite transparent, but it overlaps on a part of framewindow, so that it becomes not transparent as my will. How can make a part of windowframe where the staticimage overlaps invisible (or tran...
- Fri Jul 15, 2011 16:46
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: can't create image in CEED imageset editor
- Replies: 3
- Views: 6568
Re: can't create image in CEED imageset editor
sorry, you said right, I use snapshot2. When I click on an image: http://farm3.anhso.net/upload/20110715/23/o/anhso-234253_NotUpdate.jpg http://up.anhso.net When I re-size an image: http://farm3.anhso.net/upload/20110715/23/o/anhso-235301_NotUpdate.jpg http://up.anhso.net The position, size of image...
- Fri Jul 15, 2011 08:23
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: can't create image in CEED imageset editor
- Replies: 3
- Views: 6568
can't create image in CEED imageset editor
I get exception when create image in Imageset Editor: Exception message: 'VisualEditing' object has no attribute 'lastMousePosition' Traceback: File "C:\Users\Admin\Devel\CEGUI\CEED\editors\imageset\visual.py", line 590, in createImageAtCursor http://farm3.anhso.net/upload/20110715/15/o/an...
- Fri Jul 15, 2011 01:55
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: imageset editor in CEED error
- Replies: 3
- Views: 5021
Re: imageset editor in CEED error
It was hardware fault. I download CEED into my Laptop and my PC (at my company), this issue doesn't happen on my PC. I don't know why.
- Thu Jul 14, 2011 18:56
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: imageset editor in CEED error
- Replies: 3
- Views: 5021
imageset editor in CEED error
Hi every one! I've tried CEED, it's amazing. Thanks Kulik so much! I have a problem in creating the imageset file. In the first time, I click on the imageset file, it shows correctly both image and rectangles: http://www.flickr.com/photos/63369459@N04/5937290139/in/photostream But when I move the mo...
- Wed Jul 13, 2011 03:55
- Forum: Unofficial CEGUI-Related Tools
- Topic: CELayoutEditor 0.6.3 load resource error
- Replies: 1
- Views: 11431
CELayoutEditor 0.6.3 load resource error
I move my custom xml file: common.scheme, common.looknfeel, common.imageset, common.png to datafiles folder of CELayoutEditor. All files work correctly in my project, I just wanna test CELayoutEditor. It throws exception in start: ================================================== CELayoutEditor has...
- Sat Jul 09, 2011 02:51
- Forum: Official Announcements, Works in Progress, and Future Directions
- Topic: CEGUI / CELayoutEditor / CEImageset Editor 0.6.2 Released!
- Replies: 13
- Views: 41764
Re: CEGUI / CELayoutEditor / CEImageset Editor 0.6.2 Release
The CEImagesetEditor is great and helpful. Thank you very much. But it is hard to use. It doesn't have some important shortcut keys such that Ctrl + Z, Delete, create new imageset item... I also doesn't have tool tip. When I config the default resource group to my imageset folder, config background ...