Search found 12 matches

by hkroger
Mon Apr 03, 2006 19:09
Forum: Help
Topic: system mouse cursor in windowed mode
Replies: 1
Views: 2458

system mouse cursor in windowed mode

Hi,

Can anyone tell me how can I use system mouse cursor instead of cegui cursor in windowed mode?

Thanks
by hkroger
Wed Mar 08, 2006 21:00
Forum: Help
Topic: Button image with LUA?
Replies: 4
Views: 4693

Try this: local button = wmgr:createWindow("WindowsLook/Button","toolbartestbutton"); button:setText( "Test" ) button:setSize( CEGUI.Size:new_local(0.5,0.1) ) button:setPosition( CEGUI.Point:new_local(0.0,0.8) ) button:se...
by hkroger
Wed Mar 08, 2006 00:31
Forum: Help
Topic: Button image with LUA?
Replies: 4
Views: 4693

Button image with LUA?

Hi, I wanted to change button image with LUA. This is the code so far: local button = wmgr:createWindow("WindowsLook/Button","toolbartestbutton"); button:setText( "Test" ) button:setSize( CEGUI.Size:new_local(0.5,0.1) ) button:setPosition...
by hkroger
Thu Mar 02, 2006 23:44
Forum: Modifications / Integrations / Customisations
Topic: Ogre+CEGUI Source Integration
Replies: 6
Views: 3800

davesh wrote:If anyone is interested I will go ahead and put my "lessons learned" into a document (that I will post) that could potentially serve as a seed for a "CEGUI+Ogre build from source" tutorial.


Me, me, me! Add in also lua and tolua and I will bow to your direction.

- Hannu
by hkroger
Thu Mar 02, 2006 23:42
Forum: Modifications / Integrations / Customisations
Topic: Ogre+CEGUI+LUA
Replies: 10
Views: 5653

I've got a similar concern. I build both Ogre and CEGUI from source. The Ogre source distribution comes with 0.3.0 CEGUI. I downloaded the latest 0.4.1 CEGUI source and built that with the latest Ogre source. I am looking to start using LUA, and am not sure what to expect in terms of issues... Any/...
by hkroger
Wed Mar 01, 2006 20:22
Forum: Modifications / Integrations / Customisations
Topic: CEGUI Lua error
Replies: 4
Views: 2784

you assign to a local variable so you'll probably want to use new_local (allow garbage collection). If you don't free it manually you're causing memory leaks. Actually, I do, thanks. Anyway, I know I have upgraded the tolua++ to a version that fixes this problem, it might just have made it to CVS h...
by hkroger
Wed Mar 01, 2006 19:54
Forum: Modifications / Integrations / Customisations
Topic: CEGUI Lua error
Replies: 4
Views: 2784

Re: CEGUI Lua error

I get this error when I try to use CEGUI from Lua: ../data/packages/123-123/editor.lua:1: error in function 'new'. argument #1 is 'class CEGUI::Size'; 'CEGUI::MCLGridRef' expected. The code which gives this is: local sizeeee = CEGUI.Size(1,0.1); Is this some problem with tolua used in CEGUI? How ca...
by hkroger
Wed Mar 01, 2006 19:46
Forum: Modifications / Integrations / Customisations
Topic: CEGUI Lua error
Replies: 4
Views: 2784

CEGUI Lua error

I get this error when I try to use CEGUI from Lua: ../data/packages/123-123/editor.lua:1: error in function 'new'. argument #1 is 'class CEGUI::Size'; 'CEGUI::MCLGridRef' expected. The code which gives this is: local sizeeee = CEGUI.Size(1,0.1); Is this some problem with tolua used in CEGUI? How can...
by hkroger
Mon Feb 27, 2006 23:34
Forum: Modifications / Integrations / Customisations
Topic: Ogre+CEGUI+LUA
Replies: 10
Views: 5653

A solution is to use CEGUI SDK and updating Ogre as described on the wiki. I ran into trouble when following instruction because I had too new Ogre. So the big question now is where to get 1.0.6 OgreSDK? Replying myself so that other people can find help too: http://sourceforge.net/project/showfile...
by hkroger
Mon Feb 27, 2006 23:16
Forum: Modifications / Integrations / Customisations
Topic: Ogre+CEGUI+LUA
Replies: 10
Views: 5653

Dalfy wrote:A solution is to use CEGUI SDK and updating Ogre as described on the wiki.


I ran into trouble when following instruction because I had too new Ogre. So the big question now is where to get 1.0.6 OgreSDK?
by hkroger
Mon Feb 20, 2006 10:23
Forum: Modifications / Integrations / Customisations
Topic: Ogre+CEGUI+LUA
Replies: 10
Views: 5653

I see, thanks for the reply.
by hkroger
Mon Feb 20, 2006 02:26
Forum: Modifications / Integrations / Customisations
Topic: Ogre+CEGUI+LUA
Replies: 10
Views: 5653

Ogre+CEGUI+LUA

Hi, I am using OgreSDK which has CEGUI included but it doesn't have LUA support (no libraries, no include files) there eventhough CEGUI itself has it. What is the minimum I need to do to have CEGUI LUA support with OgreSDK? Can I just download the dlls, libs and h files from somewhere and just put t...

Go to advanced search