Search found 20 matches

by SOMRoberto
Mon Jan 16, 2006 08:25
Forum: Help
Topic: Beginner starting
Replies: 3
Views: 4322

Re: Beginner starting

Okay:

Checkbox* StatisticsCheckbox = (Checkbox*)WindowManager::getSingleton().getWindow
("TT3D-Viewer/HUD_Window/Statistics_Checkbox");

enabled_statistics = StatisticsCheckbox->isSelected();

Thanks. :P
by SOMRoberto
Sun Jan 15, 2006 20:51
Forum: Help
Topic: Beginner starting
Replies: 3
Views: 4322

Beginner starting

Hi! Where can I found Checkbox, Combobox, Listbox etc elements basically tutorials exactly? I want make Selected etc. events on my variable with CEGUI elements. :oops:
by SOMRoberto
Sat Jan 14, 2006 10:37
Forum: Modifications / Integrations / Customisations
Topic: CEGUI events
Replies: 6
Views: 4121

Re: CEGUI events

Just take the singleton and etc on mouse click event: if (mouse->GetLastButton(0)) //left mouse button { using namespace CEGUI; WindowManager::getSingleton().getWindow("Demo7/Window1/Quit")-> subscribeEvent(PushButton::EventClicked, Event::Subscriber(&TTViewer::HandleQuit, this)); } U ...
by SOMRoberto
Fri Jan 13, 2006 20:26
Forum: Modifications / Integrations / Customisations
Topic: CEGUI Beginner
Replies: 2
Views: 2449

Re: CEGUI Beginner

Thank u. Is good. <Window Type="ice/FrameWindow" Name="Demo7/Window1"> <Property Name="RelativeMinSize" Value="w:0.2 h:0.2" /> <Property Name="RelativeMaxSize" Value="w:0.8 h:0.8" /> <Property Name="Position" Value="x:0.2 y:0...
by SOMRoberto
Fri Jan 13, 2006 19:28
Forum: Modifications / Integrations / Customisations
Topic: CEGUI Beginner
Replies: 2
Views: 2449

CEGUI Beginner

Hi! I want to making non resize cegui window and non movable /drag and drop/ window.

Is possible? :oops:
by SOMRoberto
Fri Jan 13, 2006 17:37
Forum: Modifications / Integrations / Customisations
Topic: CEGUI events
Replies: 6
Views: 4121

Re: CEGUI events

I see elements position in Layout file, but not declaration. My code is good?
by SOMRoberto
Fri Jan 13, 2006 17:32
Forum: Modifications / Integrations / Customisations
Topic: CEGUI events
Replies: 6
Views: 4121

Re: CEGUI events

lindquist wrote:
It looks fine. what are you saying the problem is?


Hmm. This event not do anything. Is layout reading automatic muont the elements too?
by SOMRoberto
Fri Jan 13, 2006 17:09
Forum: Modifications / Integrations / Customisations
Topic: CEGUI events
Replies: 6
Views: 4121

CEGUI events

I got a beginner problem. I write to cegui fonts layout etc /demo7/ and I implemented the Quit button event. But it not do anything. My code: ... cegui->Initialize (); cegui->GetLoggerPtr ()->setLoggingLevel(CEGUI::Informative); cegui->GetSchemeManagerPtr ()->loadScheme("ice.scheme"); cegu...
by SOMRoberto
Tue Jan 10, 2006 22:24
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 34487

Re: Compling with CodeBlocks + mingw

I compiled the latest Crystal Space version with winlibs 18.
Crystal compiled the cegui 0.4.1 system too. Very cool integrated in Crystal! ;)
by SOMRoberto
Tue Jan 10, 2006 18:32
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 34487

Re: Compling with CodeBlocks + mingw

WhiteKnight wrote: I just got the dependencies from their original sites. I think the only dependencies are freetype and (if you want) xerces. Oh, exatcly anwswering. :? I try compiling there: 1. Crazy Eddie's GUI System Mk-2 Source Code (bz2 archive) Downloaded 571 times 571 File Size 7.05 MB Supp...
by SOMRoberto
Tue Jan 10, 2006 17:03
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 34487

Re: Compling with CodeBlocks + mingw

Hmm. I got a simpletely question. -Which windows depencie can I download for Code Blocks project? All depencies are vc things!!! http://www.cegui.org.uk/modules/mydownloads/viewcat.php?cid=7 :roll: My Cegui 0.4.1 compiling is ok but the Crystal plugin compiling default, because my ceguibase compiled...
by SOMRoberto
Tue Jan 03, 2006 10:54
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 34487

Re: Compling with CodeBlocks + mingw

CEGUI compiling is perfectly with code::blocks project. :P :P :P
by SOMRoberto
Mon Jan 02, 2006 14:37
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 34487

Re: Compling with CodeBlocks + mingw

I got some warning: ../../../../include/CEGUILogger.h:159: warning: base class `class CEGUI::Singleton<CEGUI::Logger>' should be explicitly initialized in the copy constructor ../../../../include/CEGUIWindow.h:3931: warning: base class `class CEGUI:ropertySet' should be explicitly initialized in the...
by SOMRoberto
Mon Jan 02, 2006 12:38
Forum: Modifications / Integrations / Customisations
Topic: Compiling with CodeBlocks + mingw
Replies: 37
Views: 34487

Re: Compling with CodeBlocks + mingw

I got some warning: ../../../../include/CEGUILogger.h:159: warning: base class `class CEGUI::Singleton<CEGUI::Logger>' should be explicitly initialized in the copy constructor ../../../../include/CEGUIWindow.h:3931: warning: base class `class CEGUI::PropertySet' should be explicitly initialized in t...
by SOMRoberto
Mon Jan 02, 2006 12:34
Forum: Modifications / Integrations / Customisations
Topic: Linux compiling
Replies: 5
Views: 3789

Re: Linux compiling

OK I try compiling with your instructions... :P :P

Go to advanced search