Search found 40 matches

by jasonjzz
Sun Oct 10, 2010 15:48
Forum: Modifications / Integrations / Customisations
Topic: HI CE, About Hook directx error
Replies: 2
Views: 3391

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...
by jasonjzz
Sat Jul 24, 2010 18:03
Forum: Modifications / Integrations / Customisations
Topic: about cegui 0.71 Integrate ogre1.65
Replies: 1
Views: 2639

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!! :D
by jasonjzz
Fri Jun 11, 2010 18:44
Forum: Help
Topic: about cegui0.7 and Ogre1.7.1
Replies: 1
Views: 1696

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!
by jasonjzz
Thu Jun 03, 2010 05:30
Forum: Modifications / Integrations / Customisations
Topic: how to use CEGUI draw "Circle Control"
Replies: 1
Views: 3220

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:

Image


thanks!
by jasonjzz
Sun May 16, 2010 08:50
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor on my computer cant move mouse?
Replies: 7
Views: 18723

Re: CEImagesetEditor on my computer cant move mouse?

thanks , wait you good message.
by jasonjzz
Sun May 16, 2010 05:54
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor on my computer cant move mouse?
Replies: 7
Views: 18723

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.
by jasonjzz
Sat May 15, 2010 05:12
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor on my computer cant move mouse?
Replies: 7
Views: 18723

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...
by jasonjzz
Fri May 14, 2010 06:27
Forum: Modifications / Integrations / Customisations
Topic: WindowsLook ProgressBar Background question
Replies: 2
Views: 3295

Re: WindowsLook ProgressBar Background question

hahahahahah :pint: All things is OK now!!!!! :hammer:

thanks CE. thanks strong CEGUI system.
thanks very much!!!
by jasonjzz
Fri May 14, 2010 06:23
Forum: Modifications / Integrations / Customisations
Topic: WindowsLook ProgressBar Background question
Replies: 2
Views: 3295

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...
by jasonjzz
Fri May 14, 2010 05:45
Forum: Modifications / Integrations / Customisations
Topic: WindowsLook ProgressBar Background question
Replies: 2
Views: 3295

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...
by jasonjzz
Mon Mar 22, 2010 05:54
Forum: Help
Topic: about CEGUI LostDevice!
Replies: 4
Views: 2998

Re: about CEGUI LostDevice!

please CE help me!
by jasonjzz
Sat Mar 20, 2010 10:18
Forum: Help
Topic: about CEGUI LostDevice!
Replies: 4
Views: 2998

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...
by jasonjzz
Mon Mar 15, 2010 12:48
Forum: Help
Topic: about FrameWindow size!
Replies: 2
Views: 1730

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...
by jasonjzz
Sat Mar 13, 2010 16:28
Forum: Help
Topic: About setAlpha!
Replies: 2
Views: 1856

Re: About setAlpha!

Oh , is ok now!

thanks!!

CE you are COOL MAN! :pint:

Go to advanced search