Search found 40 matches
- Sun Oct 10, 2010 15:48
- Forum: Modifications / Integrations / Customisations
- Topic: HI CE, About Hook directx error
- Replies: 2
- Views: 3822
HI CE, About Hook directx error
Hello CE, I have some problem. http://thumbnails13.imagebam.com/10153/6a1a59101520738.jpg and the CEGUI.log 10/10/2010 23:41:59 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 10/10/2010 23:41:59 (Std) + Crazy Eddie's GUI System - Event log + 10/10/2010 23:41:59...
- Sat Jul 24, 2010 18:03
- Forum: Modifications / Integrations / Customisations
- Topic: about cegui 0.71 Integrate ogre1.65
- Replies: 1
- Views: 2955
about cegui 0.71 Integrate ogre1.65
I think CEGUI 0.71 version great progress , so I want intergrate CEGUI 0.71 with ogre1.65.
but I dont know how do it .
who can help me!
thanks very much!!
but I dont know how do it .
who can help me!
thanks very much!!
- Fri Jun 11, 2010 18:44
- Forum: Help
- Topic: about cegui0.7 and Ogre1.7.1
- Replies: 1
- Views: 1962
about cegui0.7 and Ogre1.7.1
I use the CEGUI 0.71 and Ogre1.7.1
CEGUI::System* getGUISystem();
protected:
CEGUI::System * mGUISystem;
mGUISystem = new CEGUI::System(mGUIRenderer);
CEGUI::System* GUISystem::getGUISystem()
{
return mGUISystem; // mGUISystem is 0x00000
}
who can help,thanks!
CEGUI::System* getGUISystem();
protected:
CEGUI::System * mGUISystem;
mGUISystem = new CEGUI::System(mGUIRenderer);
CEGUI::System* GUISystem::getGUISystem()
{
return mGUISystem; // mGUISystem is 0x00000
}
who can help,thanks!
- Thu Jun 03, 2010 05:30
- Forum: Modifications / Integrations / Customisations
- Topic: how to use CEGUI draw "Circle Control"
- Replies: 1
- Views: 3562
how to use CEGUI draw "Circle Control"
CEGUI default control All are based on Rectangle.
I dont know whether to support the draw "Circle Control".
like this:
thanks!
I dont know whether to support the draw "Circle Control".
like this:
thanks!
- Sun May 16, 2010 08:50
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEImagesetEditor on my computer cant move mouse?
- Replies: 7
- Views: 24900
Re: CEImagesetEditor on my computer cant move mouse?
thanks , wait you good message.
- Sun May 16, 2010 05:54
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEImagesetEditor on my computer cant move mouse?
- Replies: 7
- Views: 24900
Re: CEImagesetEditor on my computer cant move mouse?
CrazyEddie wrote:Sorry to hear about the issue. So your mouse does not respond at all in the right panel - the one where all the images are displayed? Or have I misunderstood the issue?
CE.
yes.the images can displayed in the right panel. but the mouse does not respond at all in the right panel.
- Sat May 15, 2010 05:12
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEImagesetEditor on my computer cant move mouse?
- Replies: 7
- Views: 24900
CEImagesetEditor on my computer cant move mouse?
CEImagesetEditor on my computer cant move mouse? My PC system: Windows XP Professional sp3 AMD Sempron(tm) SI-40 2.00GHz,3.25 GB RAM ATI Mobility Radeon HD 4570 Resolution:1366 x 768 CEImagesetEditor.exe Version 0.62 when I open the CEImagesetEditor and open WindowsLook.imageset. WindowsLook.imagese...
- Fri May 14, 2010 06:27
- Forum: Modifications / Integrations / Customisations
- Topic: WindowsLook ProgressBar Background question
- Replies: 2
- Views: 3820
Re: WindowsLook ProgressBar Background question
hahahahahah All things is OK now!!!!!
thanks CE. thanks strong CEGUI system.
thanks very much!!!
thanks CE. thanks strong CEGUI system.
thanks very much!!!
- Fri May 14, 2010 06:23
- Forum: Modifications / Integrations / Customisations
- Topic: WindowsLook ProgressBar Background question
- Replies: 2
- Views: 3820
Re: WindowsLook ProgressBar Background question
hahahah :P I know how do it. <WidgetLook name="WindowsLook/HealthBar"> <Property name="HorizontalProgress" value="True" /> <NamedArea name="ProgressArea"> <Area> <Dim type="LeftEdge" > <ImageDim imageset="WindowsLook" image="StaticFram...
- Fri May 14, 2010 05:45
- Forum: Modifications / Integrations / Customisations
- Topic: WindowsLook ProgressBar Background question
- Replies: 2
- Views: 3820
WindowsLook ProgressBar Background question
I want use ProgressBar make Player HPBar .But come up against difficulties. the ProgressBar's Background has color. When I set the Background at .imageset file the alpha area.Now the ProgressBar Foreground Color unseen. <Image imageset="WindowsLook" image="BackHP" /> //the BackHP...
- Mon Mar 22, 2010 05:54
- Forum: Help
- Topic: about CEGUI LostDevice!
- Replies: 4
- Views: 3517
Re: about CEGUI LostDevice!
please CE help me!
- Sun Mar 21, 2010 13:45
- Forum: Help
- Topic: about CEGUI LostDevice!
- Replies: 4
- Views: 3517
- Sat Mar 20, 2010 10:18
- Forum: Help
- Topic: about CEGUI LostDevice!
- Replies: 4
- Views: 3517
about CEGUI LostDevice!
I using the CEGUI on our project. myd8.h: class CD3DManager { public: CD3DManager(IDirect3DDevice8 *pD3Ddev, myIDirect3DDevice8 *pParent) { m_pParent = pParent; m_pD3Ddev = pD3Ddev; } ~CD3DManager() {} HRESULT Initialize(); HRESULT PreReset(); HRESULT PostReset(); HRESULT Release(); myIDirect3DDevic...
- Mon Mar 15, 2010 12:48
- Forum: Help
- Topic: about FrameWindow size!
- Replies: 2
- Views: 2014
about FrameWindow size!
Hi,CE How judging the FrameWindow size. For example FrameWindow * wnd = winMgr.getwindow("M_Wnd"); Window * st = winMgr.getwindow("Test_Wnd"); UDim now_dx; UDim last_dx; last_dx = st->getXPosition().d_x; now_dx = wnd->getXPosition().d_x; if(now_dx < last_dx) { MessageBoxA(NULL,&q...
- Sat Mar 13, 2010 16:28
- Forum: Help
- Topic: About setAlpha!
- Replies: 2
- Views: 2160
Re: About setAlpha!
Oh , is ok now!
thanks!!
CE you are COOL MAN!
thanks!!
CE you are COOL MAN!