Search found 22 matches

by pista75
Wed Sep 21, 2011 15:58
Forum: Help
Topic: Windows closing
Replies: 4
Views: 2960

Windows closing

Hi guys. My problem is very simple. I write popup windows,and close with the X button in the corner. I so far always write new function to all windows. e.g.: If two window: //... PopupW1->subscribeEvent(FrameWindow::EventCloseClicked, Event::Subscriber(&EventButtonDown::PopupW1, EventDown)); //....
by pista75
Sun Jul 17, 2011 09:23
Forum: Help
Topic: To big mouse cursor
Replies: 2
Views: 2057

Re: To big mouse cursor

ooooo thanks.
by pista75
Sat Jul 16, 2011 17:03
Forum: Help
Topic: To big mouse cursor
Replies: 2
Views: 2057

To big mouse cursor

Hi.
My problem that the a cursor in my screen resolution to big,and blurry.(In fullscreen monde 1920*1080).
That it can be improved?
by pista75
Sun Jun 19, 2011 12:43
Forum: Help
Topic: Windows size for in pixels.Possible?
Replies: 1
Views: 1218

Windows size for in pixels.Possible?

Hi!
I would like windows size set in pixels.
That is possible?
by pista75
Sun Jun 12, 2011 09:11
Forum: Help
Topic: Combobox getValidationString = .*
Replies: 2
Views: 2092

Combobox getValidationString = .*

HI. My problem is that the combobox has getValidatedString function return value always .* I select other item but no change in value. My code: //In global CEGUI::Combobox* cbobox; //In initialize function cbobox = static_cast<Combobox*>(wmgr.getWindow("TextDemo/names")); cbobox->addItem(n...
by pista75
Sun Jun 05, 2011 15:03
Forum: Help
Topic: How I add new item into combobox C++?
Replies: 2
Views: 2047

How I add new item into combobox C++?

Hi. My problem is that I can't adding new item into combobox. wmgr.getWindow("TextDemo/name")->setText("ok"); But dosent run my program. The log: 05/06/2011 16:41:23 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 05/06/2011 16:41:23 (Std) + ...
by pista75
Tue May 31, 2011 15:56
Forum: Help
Topic: Button clicked evet
Replies: 6
Views: 2866

Re: Button clicked evet

ok. My code: WindowManager& wmgr = WindowManager::getSingleton(); wmgr.getWindow("TextDemo/Sub")->subscribeEvent(CEGUI::PushButton::EventClicked,CEGUI::Event::Subscriber(&kkk::add,this)); Errors: Error 7 error C2355: 'this' : can only be referenced inside non-static member function...
by pista75
Tue May 31, 2011 15:35
Forum: Help
Topic: Button clicked evet
Replies: 6
Views: 2866

Re: Button clicked evet

Function if you want to run just 1 click.
Why a new class of such **it?
by pista75
Tue May 31, 2011 13:27
Forum: Help
Topic: Button clicked evet
Replies: 6
Views: 2866

Button clicked evet

Hi.
My problem is that I loaded button from XML,but i can't treat in my c++ code.
What I can that treat clilck event?
Help me please,
by pista75
Mon May 30, 2011 17:33
Forum: Help
Topic: Static window
Replies: 4
Views: 2482

Re: Static window

formulated differently:
How do I turn off the window movement?
by pista75
Mon May 30, 2011 12:50
Forum: Help
Topic: Static window
Replies: 4
Views: 2482

Static window

Hello.
I would like to ask that the movable window make to not move?
by pista75
Tue May 17, 2011 16:46
Forum: Help
Topic: Injecting Inputs and Directx
Replies: 1
Views: 1365

Injecting Inputs and Directx

Hi all.
Can I use the directinputot to Injecting Inputs ?
by pista75
Mon May 16, 2011 18:59
Forum: Help
Topic: Rendering problem
Replies: 8
Views: 4838

Re: Rendering problem

Thank you very much, but my problem is solved:
t3dd9-> SetRenderState (D3DRS_ZFUNC, D3DCMP_LESSEQUAL);
by pista75
Mon May 16, 2011 17:21
Forum: Help
Topic: Rendering problem
Replies: 8
Views: 4838

Re: Rendering problem

Im sorry. I forgot to say that I use directx The log: 16/05/2011 19:10:24 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 16/05/2011 19:10:24 (Std) + Crazy Eddie's GUI System - Event log + 16/05/2011 19:10:24 (Std) + (http://www.cegui.org.uk/) + 16/05/2011 19:10...
by pista75
Mon May 16, 2011 17:02
Forum: Help
Topic: Rendering problem
Replies: 8
Views: 4838

Rendering problem

Hi.
Initialization is done, but now you have mistaken rendering ...
My program:
(good working off CEGUI):
Image
(Bad on CEGUI)
Image

Turn inside out my model...
What's the problem?

Go to advanced search