Search found 14 matches
- Thu Nov 04, 2004 09:32
- Forum: Offtopic Discussion
- Topic: can i expand the render use ddraw for cegui ?
- Replies: 4
- Views: 4199
can i expand the render use ddraw for cegui ?
thanks for your suggestion
- Thu Nov 04, 2004 01:21
- Forum: Offtopic Discussion
- Topic: can i expand the render use ddraw for cegui ?
- Replies: 4
- Views: 4199
can i expand the render use ddraw for cegui ?
before dx8, there d3d and ddraw, can i use ddraw replace the d3d render
- Wed Nov 03, 2004 06:22
- Forum: Offtopic Discussion
- Topic: can i expand the render use ddraw for cegui ?
- Replies: 4
- Views: 4199
can i expand the render use ddraw for cegui ?
can i expand the render use ddraw for cegui ?
- Wed Nov 03, 2004 01:23
- Forum: Offtopic Discussion
- Topic: Demo 8, where can I get the source ?
- Replies: 7
- Views: 5311
- Mon Nov 01, 2004 09:57
- Forum: Offtopic Discussion
- Topic: about the problem in 'demo7' when using 'WindowLook' ?
- Replies: 1
- Views: 3171
about the problem in 'demo7' when using 'WindowLook' ?
i know what's wrong now!!!
the default text color for 'ListboxTextItem' is '0xFFFFFFFF', so when i use the 'WindowLook' who's background is white without any change to the text color, i can't sow the text.
- Mon Nov 01, 2004 07:36
- Forum: Offtopic Discussion
- Topic: CJK IME for CEGUI
- Replies: 16
- Views: 7032
CJK IME for CEGUI
is the cegui can display international language like chinese now ?
- Mon Nov 01, 2004 03:57
- Forum: Offtopic Discussion
- Topic: about the problem in 'demo7' when using 'WindowLook' ?
- Replies: 1
- Views: 3171
about the problem in 'demo7' when using 'WindowLook' ?
when i modify the 'demo7' for the WindowLook, but the listboxitem can't show the content, but it can show the highlight selection well when i use 'setSelectionBrushImage((CEGUI::utf8*)"WindowsLook", (CEGUI::utf8*)"HeaderMainBrush");'
why?
why?
- Mon Nov 01, 2004 03:52
- Forum: Offtopic Discussion
- Topic: help! about DEMO for dx9...
- Replies: 6
- Views: 5556
help! about DEMO for dx9...
after i download the newest cegui and recomplie the dll, now i can run the 'demo7' well.
- Fri Oct 29, 2004 10:19
- Forum: Offtopic Discussion
- Topic: why the 'demo7' for dx9 running so slow!!!
- Replies: 2
- Views: 3513
- Fri Oct 29, 2004 08:25
- Forum: Offtopic Discussion
- Topic: why the 'demo7' for dx9 running so slow!!!
- Replies: 2
- Views: 3513
why the 'demo7' for dx9 running so slow!!!
debug is very slow, but release run well.
debug's fps is rest with the drag of the gui's window
debug's fps is rest with the drag of the gui's window
- Fri Oct 29, 2004 06:34
- Forum: Offtopic Discussion
- Topic: help! about DEMO for dx9...
- Replies: 6
- Views: 5556
help! about DEMO for dx9...
I have re-complie the code for d3d9 'demo7'.
before re-complie, the release work well, but after i can't see any thing but the fps, why?
before re-complie, the release work well, but after i can't see any thing but the fps, why?
- Thu Oct 28, 2004 06:47
- Forum: Offtopic Discussion
- Topic: i can't get the width and height, help
- Replies: 3
- Views: 4484
i can't get the width and height, help
///////////////////////////////////////////////////////////////////////////////////// CEGUI::Renderer* rend = CEGUI::System::getSingleton().getRenderer(); rend->getWidth(); rend->getHeight(); ///////////////////////////////////////////////////////////////////////////////////// can't get the correct ...
- Thu Oct 28, 2004 02:55
- Forum: Offtopic Discussion
- Topic: help! about DEMO for dx9...
- Replies: 6
- Views: 5556
help! about DEMO for dx9...
thanks!
today i try the cegui with the dx9 d3d sample 'billboard', it shown cool!!!
today i try the cegui with the dx9 d3d sample 'billboard', it shown cool!!!
- Wed Oct 27, 2004 08:01
- Forum: Offtopic Discussion
- Topic: help! about DEMO for dx9...
- Replies: 6
- Views: 5556
help! about DEMO for dx9...
help-_-, where can i get the DEMO write for dx9 using cegui?