Search found 48 matches

by zola
Sat Jun 18, 2005 10:19
Forum: Modifications / Integrations / Customisations
Topic: CEGUI under IrrLicht
Replies: 2
Views: 2893

Re: CEGUI under IrrLicht

Hi Kenny

I just recompiled CEGUI (unstable falagard version from CVS) and tried the Irrlicht renderer. It worked like a charm.

Did you verify that you're having the right cegui library versions in your compiler's library path and that the include paths are set correctly?

Cheers
Tom
by zola
Sat Jan 15, 2005 19:12
Forum: Modifications / Integrations / Customisations
Topic: Irrlicht Renderer
Replies: 21
Views: 10115

Irrlicht Renderer

I'm sorry but I don't have VC6. I use VC7 2003 and it runs very smoothly. Do You have a more detailed feedback. Are ther compile errors? or any Windows messages? What does the CEGUI.log say?

Regards
Tom
by zola
Thu Jan 06, 2005 20:12
Forum: Modifications / Integrations / Customisations
Topic: Irrlicht Renderer
Replies: 21
Views: 10115

Irrlicht Renderer

Hi all I'm working on a tutorial for CEGUI and Irrlicht. You can download the test application from my site (at the bottom of the page). Find the WIP of the irrlicht<->cegui tutorial here http://thomas.webtracker.ch/jahia/Jahia/pid/858 @ttom: There are two points in you're app where yo...
by zola
Mon Oct 18, 2004 15:05
Forum: Modifications / Integrations / Customisations
Topic: TabControl
Replies: 2
Views: 2658

TabControl

Hi If I remove a tab then add it again the windowmanager throws an AlreadyExistsException, even though i destroy the tabwindow. CEGUI::Window* defaultwin=CEGUI::WindowManager::getSingleton().createWindow((CEGUI::utf8*)"DefaultWindow",(CEGUI::utf8*)&q...
by zola
Fri Oct 15, 2004 09:19
Forum: Modifications / Integrations / Customisations
Topic: Know if CEGUI handled key/mouse input
Replies: 5
Views: 3538

Know if CEGUI handled key/mouse input

:D as I thought, it's completely my fault. I have made some test and therefore added between my root DefautlGUISheet and the menus a frameless window with no titlebar that covered the whole screen. in the window i was monitoring every mouse and key input and returned an each event 'true' which is fa...
by zola
Wed Oct 13, 2004 13:41
Forum: Modifications / Integrations / Customisations
Topic: Know if CEGUI handled key/mouse input
Replies: 5
Views: 3538

Know if CEGUI handled key/mouse input

Hi Thanks for the tip. Maybe I'm using the windows in a wrong way? On application start I create a root window of the type "DefaultGUISheet" and set this with system.setGUISheet(myroot); Then I load all my menus (defined in xmls) and make them children of "myroot". To Switch betw...
by zola
Tue Oct 12, 2004 22:34
Forum: Modifications / Integrations / Customisations
Topic: Know if CEGUI handled key/mouse input
Replies: 5
Views: 3538

Know if CEGUI handled key/mouse input

hi
how can i find out if CEGUI handled key and mouse input?
if i inject the event using System.injectXYZ i alway get true as an answer even if i click on a space on the screen where no window is.


thanks
z
by zola
Thu Oct 07, 2004 17:03
Forum: Offtopic Discussion
Topic: More Infos about Beta-1 Please
Replies: 18
Views: 13379

More Infos about Beta-1 Please

Hi CE :D Cool to see that the beta branch is now merged back with the CVS Head. Could You tell us more about the beta-1? Besides the API that changed a bit, what are the major new things? How does the speed compare to the old CVS Head? Are there any goodies in the beta You especially like? Make some...
by zola
Wed Oct 06, 2004 13:05
Forum: Modifications / Integrations / Customisations
Topic: Example for Tab Pane XML, please
Replies: 4
Views: 3880

Example for Tab Pane XML, please

:) I see, quite different from what I was doing.
Thanks for the clarification.
by zola
Wed Oct 06, 2004 09:37
Forum: Modifications / Integrations / Customisations
Topic: Example for Tab Pane XML, please
Replies: 4
Views: 3880

Example for Tab Pane XML, please

:lol: not quite what I expected :) Btw: When I load the Layout with the Tab Pane I get the error GUILayout_xmlHandler::startElement - layout loading has been aborted since no WindowFactory is available for 'Taharez Tab Pane' objects. But I do have the Tab Pane added in my WindowSet for TaharezLook. ...
by zola
Wed Oct 06, 2004 09:02
Forum: Modifications / Integrations / Customisations
Topic: Example for Tab Pane XML, please
Replies: 4
Views: 3880

Example for Tab Pane XML, please

Hi This is really a noob question so forgive me if it seems too easy. Please, could someone give an example on how to use a 'Taharez Tab Pane'? I'm abit confused as to what has to be attached to what in thh layout XML I do the following: Tab Pane -> Tab Button 1 -> Window with the Tab ...
by zola
Mon Oct 04, 2004 08:02
Forum: Offtopic Discussion
Topic: Layout Editor
Replies: 118
Views: 70804

Layout Editor

Thanks now I can play around with it too :) Boost stores the collection of libs and dlls it has compiled in a directory called stage in my environment it is C:\Develop\boost\stage\lib . (Maybe this helps find the static link problem?) And here's a little report: - If I press Return in the 'Main Dial...
by zola
Fri Oct 01, 2004 11:53
Forum: Modifications / Integrations / Customisations
Topic: Type coercion in executeScriptedEventHandler
Replies: 2
Views: 3017

Type coercion in executeScriptedEventHandler

Maybe I was just hoping for a miracle ;) I like the events as they are right now. In C++ its easy enough to handle them since you know what eventtype you registerd and you can cast types at any time. For the AS scriptingmodule I'll provide some methods that can extract information form an event . Th...
by zola
Fri Oct 01, 2004 08:20
Forum: Modifications / Integrations / Customisations
Topic: Type coercion in executeScriptedEventHandler
Replies: 2
Views: 3017

Type coercion in executeScriptedEventHandler

Hi I'd like to implement a scripting module for angelscript but I'm having diffulties to implement the executeScriptedEventHandler method in a generic way. My major problem is that I can't really decide on the EventArg what derived type it is. I think I would need this for correctly prepare the para...
by zola
Wed Sep 29, 2004 20:26
Forum: Bug Reports, Suggestions, Feature Requests
Topic: UserString Property for Window class
Replies: 4
Views: 5228

UserString Property for Window class

Wow, yes please make it higher prio.

I think I'll take the time then and implement the angelscript module ;)

Go to advanced search