Search found 31 matches

by silentyears
Tue Oct 22, 2013 11:27
Forum: Help
Topic: How to modify the text size in staticText
Replies: 2
Views: 2437

How to modify the text size in staticText

eh, as subject, when i just want to modify only one window (looknfeel: staticText) text, i first think of finding the property to do it ,but i can only find property "TextColours" to modify the text colour, is there property to modify the text size? I find this code CEGUI::Font* f = wnd->g...
by silentyears
Fri Oct 11, 2013 12:11
Forum: Help
Topic: ScrollablePane & GridLayoutContainer in CEGUI 0.7.9
Replies: 0
Views: 9165

ScrollablePane & GridLayoutContainer in CEGUI 0.7.9

I want to know something about control ScrollablePane & GridLayoutContainer in CEGUI 0.7.9 as follows, 1.First i write xml Statement to create ScrollablePane in .layout file , then i call GetChildCount(sorry,i can't remember the Specific method name) to see how many child windows the ScrollableP...
by silentyears
Wed Oct 09, 2013 14:29
Forum: Help
Topic: How to add Image on titlebar in FrameWindow
Replies: 1
Views: 1374

Re: How to add Image on titlebar in FrameWindow

anybody knows? i'm Very anxious,thanks!
by silentyears
Wed Oct 09, 2013 14:28
Forum: Help
Topic: problems about Property Image
Replies: 3
Views: 1952

Re: problems about Property Image

StaticImage's function is to show a static image. FrameWindow has a completely different function, it makes no sense to have an image there. You can however add a StaticImage into a FrameWindow and that will show an image inside a frame window. I see, and why there is no property "image" ...
by silentyears
Wed Oct 09, 2013 14:22
Forum: Help
Topic: Why does the window cover the cursor?
Replies: 6
Views: 3186

Re: Why does the window cover the cursor?

Your code can't be exactly the same because that code works and yours doesn't. You haven't even read the entire post mmixLinus posted. (Where is your log? Where is the code?) Please stop fucking around and start respecting what people write or go away! sorry, i do it as the samples, maybe something...
by silentyears
Tue Oct 08, 2013 13:53
Forum: Help
Topic: problems about Property Image
Replies: 3
Views: 1952

problems about Property Image

I find that staticImage have the property "image" and it works,but FrameWindow can not, Why? I have viewed the Class diagram,i don't understand because i didn't find the property "image" in windows class. plese help me and thanks!
by silentyears
Tue Oct 08, 2013 13:40
Forum: Help
Topic: How to add Image on titlebar in FrameWindow
Replies: 1
Views: 1374

How to add Image on titlebar in FrameWindow

As subject, i want to add image on titlebar in framewindow, but i only find property "Text" in window (CEGUI 0.7.9), so i can just modify the window title text, is there any simple method to solve it?
Thanks!
by silentyears
Tue Oct 08, 2013 13:34
Forum: Help
Topic: Why does the window cover the cursor?
Replies: 6
Views: 3186

Re: Why does the window cover the cursor?

Hi silentyears! Difficult to say why you are seeing this problem. Could you post some code: code and let us know your CEGUI version! And of course, post the beginning of your CEGUI.log - thanks! 8) My code is exactly as the same as the sample which named "the firse window", my cegui versi...
by silentyears
Sun Sep 22, 2013 14:43
Forum: Help
Topic: could i use cegui in VC6.0?
Replies: 7
Views: 4316

Re: could i use cegui in VC6.0?

thans ! All of you!
by silentyears
Sun Sep 22, 2013 14:40
Forum: Help
Topic: Why does the window cover the cursor?
Replies: 6
Views: 3186

Why does the window cover the cursor?

As subject , i render a window as the introduction in "Beginners Tutorials" , but i find the window cover the cursor when i move the cursor on the window, and i find the samples don't have the problem,so why and how to fix it?
Thanks!
by silentyears
Sun Sep 22, 2013 14:25
Forum: Help
Topic: how to use CEGUI Layout editor and Imageset Editor
Replies: 1
Views: 1585

how to use CEGUI Layout editor and Imageset Editor

As subject, is there any stuff to introduce how to use layout editor and imageset in details?
thanks!
by silentyears
Sun Sep 15, 2013 06:30
Forum: Help
Topic: could i use cegui in VC6.0?
Replies: 7
Views: 4316

Re: could i use cegui in VC6.0?

Kulik wrote:You can if you can make it work. VC6 is from 1998 and we consider it too archaic to support.

Thanks for your answer!
What do you mean that i make it work ? what do i need to do, can you descripe it simplely?
by silentyears
Fri Sep 13, 2013 07:10
Forum: Help
Topic: could i use cegui in VC6.0?
Replies: 7
Views: 4316

Re: could i use cegui in VC6.0?

Anybody knows? please help me. thanks!
by silentyears
Fri Sep 13, 2013 06:33
Forum: Help
Topic: could i use cegui in VC6.0?
Replies: 7
Views: 4316

could i use cegui in VC6.0?

Hi! I have a question as title, basically, i want to use cegui in vc6.0, but i find that it can't compile because something wrong occur like "ptrdiff_t is not member of std".
so i want to confirm if cegui supports developing in VC6.0 ?
Thanks!
by silentyears
Wed Sep 11, 2013 14:30
Forum: Help
Topic: cmake and compile samples for cegui 0.8.2
Replies: 2
Views: 2487

Re: cmake and compile samples for cegui 0.8.2

Hi, cmake does not work this way. You are supposed to use the CMakeLists.txt file in the root directory and everything else is referenced from it. Samples are built as part of the CEGUI build if you set CEGUI_BUILD_SAMPLES_* accordingly. Please read http://www.cegui.org.uk/docs/current/compiling.ht...

Go to advanced search