Search found 23 matches

by DozyHole
Thu Sep 29, 2011 15:39
Forum: User Projects
Topic: model-2-sprite
Replies: 1
Views: 8463

model-2-sprite

I have created my first app and here it is: http://www.thegamecreators.com/?m=view_product&id=2302 It converts 3D models to sprite sheets. KkI2aRuOH78 I would like to thank everone who has developed CEGUI and the various editors, and everyone who has helped me out on this forum. You can expect d...
by DozyHole
Fri Sep 09, 2011 23:33
Forum: Help
Topic: no Property named 'HorizontalSlider'
Replies: 1
Views: 1518

Re: no Property named 'HorizontalSlider'

OK, I sorted the crashes out. I was suscribing to events for different widget types and I was also assigning one widget pointer to a different widget type :shock: it's late here you know:) So the slider issue is not fatal, in fact, it may not have any adverse affects. Although it still shows up as a...
by DozyHole
Fri Sep 09, 2011 22:57
Forum: Help
Topic: no Property named 'HorizontalSlider'
Replies: 1
Views: 1518

no Property named 'HorizontalSlider'

Hi, I have been having trouble with sliders, I am using the windows skin. Creating a slider always throws up this error: CEGUI::UnknownObjectException in file ..\..\..\cegui\src\CEGUIPropertySet.cpp(124) : There is no Property named 'HorizontalSlider' available in the set I have searched and seen a ...
by DozyHole
Mon Sep 05, 2011 15:26
Forum: Help
Topic: [SOLVED]Image Button?
Replies: 3
Views: 2532

Re: [SOLVED]Image Button?

It was this line: ButtonsImageset->defineImage("ButtonUp", Point(0.0f,0.0f), Size( 100.0f, 100.0f ), Point(0.0f,0.0f)); I had the size values at 1.0, 1.0 thinking they were relative, they are absolute:) Thanks to anyone who may have looked over this for me.
by DozyHole
Mon Sep 05, 2011 11:33
Forum: Help
Topic: [SOLVED]Image Button?
Replies: 3
Views: 2532

Re: Image Button?

I'm really sorry for not posting the log, here it is: 05/09/2011 12:28:18 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 05/09/2011 12:28:18 (Std) + Crazy Eddie's GUI System - Event log + 05/09/2011 12:28:18 (Std) + (http://www.cegui.org.uk/) + 05/09/2011 12:28...
by DozyHole
Sun Sep 04, 2011 13:37
Forum: Help
Topic: [SOLVED]Image Button?
Replies: 3
Views: 2532

[SOLVED]Image Button?

Hi, this code works but when I try to split the image/texture up nothing shows. It compiles and runs but without image/button. //-- The following commented lines do not work, //-- It compiles and runs but no image/button shows // Texture* texturePtr = &System::getSingleton().getRenderer()->creat...
by DozyHole
Fri Jun 10, 2011 16:41
Forum: Help
Topic: [SOLVED]Tab Control - Need example
Replies: 2
Views: 2218

Re: Tab Control - Need example

Thanks evilBeaver, that looks perfect.
by DozyHole
Thu Jun 09, 2011 22:25
Forum: Help
Topic: [SOLVED]Tab Control - Need example
Replies: 2
Views: 2218

[SOLVED]Tab Control - Need example

Hi everyone, I have figured alot of widgets out but I am really struggling with the Tab Control, here is some simple code of what I am trying, although I have tried alot of things but I am either missing something fundamental or I am doing it right and its not working. tabCtrl1 = uiHelper.makeTabCon...
by DozyHole
Sat Mar 26, 2011 23:25
Forum: Offtopic Discussion
Topic: Can I distribute CEGUI?
Replies: 2
Views: 8576

Re: Can I distribute CEGUI?

Thanks Kulik,

I'll get started on a tutorial in the next couple of days.

I also have a model converter I wrote a while back but never released it because it had no GUI, so that will be my first small project, after that I have a huge project that nearly got trashed because I had no good GUI :)
by DozyHole
Fri Mar 25, 2011 18:47
Forum: Offtopic Discussion
Topic: Can I distribute CEGUI?
Replies: 2
Views: 8576

Can I distribute CEGUI?

Hi, CEGUI has solved all my GUI woes, thanks to all who put this together. Anyway, I use the DarkGDK DirectX wrapper, its a basic interface for DirectX9. Alot of the community over there are just learning C++ and game development, like me. I was wondering that if I compile CEGUI with DirectX9(August...
by DozyHole
Fri Mar 25, 2011 17:18
Forum: Help
Topic: [SOLVED]Can't suscribe event? Font not found in collection?
Replies: 24
Views: 9794

Re: Can't suscribe event? and Font not found in collection?

Thanks for all your help Jamarr and kulik. Jamarr, alot of what you are saying goes way over my head, but you seem to know your stuff:) so I will put this one down to compiler settings. People using CEGUI with Dark GDK will hopefully find this post when they search if they have the same issues and y...
by DozyHole
Thu Mar 24, 2011 20:05
Forum: Help
Topic: [SOLVED]Can't suscribe event? Font not found in collection?
Replies: 24
Views: 9794

Re: Can't suscribe event? and Font not found in collection?

Hi Jamarr, If not having this setting can cause my issue: Properties > C/C++ > Code Generation > Runtime Library = Multi-threaded Debug (/MDd) Then its probably that. I feel bad now for not mentioning before that I am using one of the DarkGDK wizards when I setup my project, so compiler settings are...
by DozyHole
Thu Mar 24, 2011 18:06
Forum: Help
Topic: [SOLVED]Can't suscribe event? Font not found in collection?
Replies: 24
Views: 9794

Re: Can't suscribe event? and Font not found in collection?

This is from the call stack window after the exception: > CEGUI-Take2.exe!DarkGDK() Line 88 + 0x49 bytes C++ CEGUI-Take2.exe!_WinMain@16() + 0x17 bytes C++ CEGUI-Take2.exe!__tmainCRTStartup() Line 263 + 0x1b bytes C kernel32.dll!762c4911() [Frames below may be incorrect and/or missing, no symbols lo...
by DozyHole
Thu Mar 24, 2011 17:30
Forum: Help
Topic: [SOLVED]Can't suscribe event? Font not found in collection?
Replies: 24
Views: 9794

Re: Can't suscribe event? and Font not found in collection?

A twist in the tale:) I tried what Jamarr suggested but same result, unhandled exception in the same place. But, I tried it in release mode and it works:):):). So even though its not solved I can get on with learning the SDK which is great. Anyone have any idea why this may be so? Could it be some c...
by DozyHole
Thu Mar 24, 2011 16:06
Forum: Help
Topic: [SOLVED]Can't suscribe event? Font not found in collection?
Replies: 24
Views: 9794

Re: Can't suscribe event? and Font not found in collection?

Hi Jamarr, I can't thank you enough for the time you have put in helping me, when it comes to dll's vs libs, static vs dynamic I'm just completely lost:) I think you could be right, I am taking your advice and starting again with the pre-built version, there is a good chance I am mismatching as I do...

Go to advanced search