Search found 30 matches

by Sjizo
Thu Jan 18, 2007 16:33
Forum: Modifications / Integrations / Customisations
Topic: Destruction of CEGUI
Replies: 2
Views: 2980

Destruction of CEGUI

Hey all, I was wondering id there is a special call you can make that destructs all objects that CEGUI made. I now do the following: CEGUI::TCEGuiEximionRenderer* renderer = new CEGUI::TCEGuiEximionRenderer(width,height); CEGUI::LuaScriptModule* scriptModule = new CEGUI::LuaScriptModule(...
by Sjizo
Tue Jan 09, 2007 14:14
Forum: Help
Topic: problem with scrollbar on static text
Replies: 5
Views: 3819

I did a "kind of" solution. I just tested how many lines I could fit into my text field and would then just delete the first line when too many lines were visible.
Thanx for this answer, it would look much better if it works. Gonna try it later.
by Sjizo
Thu Dec 21, 2006 08:47
Forum: Offtopic Discussion
Topic: Spam reports
Replies: 105
Views: 81746

BizNezMenY

shoot 'm
by Sjizo
Wed Dec 20, 2006 09:42
Forum: Offtopic Discussion
Topic: Spam reports
Replies: 105
Views: 81746

SaraSDS
and
KevFed

Kill 'm
by Sjizo
Wed Dec 20, 2006 09:36
Forum: Help
Topic: problem with scrollbar on static text
Replies: 5
Views: 3819

after speaking to Dalfy on irc I tried a diferent approach. I tried to use the setProperty function. winMgr:getWindow("Root/ConsoleWindow"):setProperty("VerticalScrollbar","true") In the log I get the following error message 19/12/2006 17:26:04 (Erro...
by Sjizo
Mon Dec 18, 2006 14:34
Forum: Help
Topic: problem with scrollbar on static text
Replies: 5
Views: 3819

problem with scrollbar on static text

Hey all, while reading through the forums I came acros this post. In it there was a post of CE that you can add a vertical scrollbar to a static text widget by calling the function setVerticalScrollbarEnabled(true). So I tried this in my Lua script winMgr:getWindow("Root/ConsoleWindow"...
by Sjizo
Tue Dec 12, 2006 16:05
Forum: Help
Topic: c_str() in lua
Replies: 0
Views: 1915

c_str() in lua

Hey all, I want to make a char array from a CEGUI::String. This should be possible with the c_str() function of CEGUI::String. But when I try to use it in my Lua script I get : [string "../datafiles/lua_scripts/consoleGui.lua"]:13: attempt to call method 'c_str' (a nil value) this ...
by Sjizo
Tue Dec 12, 2006 15:16
Forum: Modifications / Integrations / Customisations
Topic: Hidden window and still possible to resize it...
Replies: 3
Views: 2812

try setting the window to disabled. I did that for a window and te cursor doesn't change anymore.
by Sjizo
Tue Dec 12, 2006 12:55
Forum: Help
Topic: problem while scripting
Replies: 2
Views: 2562

Thanks for the quick reply, that was exactly it.
by Sjizo
Tue Dec 12, 2006 12:35
Forum: Help
Topic: problem while scripting
Replies: 2
Views: 2562

problem while scripting

Hey all, Im trying to make some sort of simple console. For now I use an editbox and a static text. The functionality I wanna do in a Lua script, but i ran into a problem. when trying to combine 2 strings like this local text = winMgr:getWindow("Root/ConsoleInputLine"):getText(...
by Sjizo
Mon Dec 11, 2006 14:15
Forum: Help
Topic: List of available events?
Replies: 1
Views: 2203

this would be very nice to have, now it's searching for it in the API reference and that sucks :p.

So backing up this request
by Sjizo
Thu Dec 07, 2006 09:57
Forum: Unofficial CEGUI-Related Tools
Topic: CEGUI Layout Editor 0.5.0 RC2
Replies: 58
Views: 53242

Ok thank you :) tought you would have read it, but wasn't sure.
by Sjizo
Wed Dec 06, 2006 09:18
Forum: Unofficial CEGUI-Related Tools
Topic: CEGUI Layout Editor 0.5.0 RC2
Replies: 58
Views: 53242

Hi all, today I decided to try out the layout editor for the first time and after some hassle to get it to work i became instantly fond of using it. It's a nice tool that simplifies life a lot ;) However I have already noticed one thing and have a feature request :). bug: When I set a colour in the...
by Sjizo
Wed Dec 06, 2006 09:11
Forum: Help
Topic: How can I use system font?
Replies: 4
Views: 3323

I don't see the relation between your problem and the quote. Can you explain?
by Sjizo
Wed Dec 06, 2006 09:09
Forum: Help
Topic: windowless text
Replies: 3
Views: 2593

Have you tried the layout editor. I used it and it was very easy to create exactly what you are describing here. you have a field where you can set all the properties you want and you can view how it looks real time.

Go to advanced search