Search found 82 matches

by Namek Kural
Tue Mar 18, 2008 11:43 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 89256

Thank you, what I did was to include the cpp files. I didn't know I shouldn't do that :)
by Namek Kural
Tue Mar 18, 2008 11:31 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 89256

Here are the two ifdef checks:

#ifndef C_GUI_TEXTURED_SKIN_H
#define C_GUI_TEXTURED_SKIN_H

#ifndef ___CGUITEXTBOX_H
#define ___CGUITEXTBOX_H

Are these correct?
by Namek Kural
Tue Mar 18, 2008 2:58 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 89256

Hi there, At linking, the compiler gives me this: ld: duplicate symbol irr::gui::CGUITexturedSkin::setSpriteBank(irr::gui::IGUISpriteBank*) in /Users/jonathan/Development/Projects/Demo1/build/Demo1.build/Release/Demo1.build/Objects-normal/i386/CGUITexturedSkin.o and /Users/jonathan/Development/Proje...
by Namek Kural
Tue Mar 18, 2008 1:32 am
Forum: Project Announcements
Topic: Textured GUI skin
Replies: 29
Views: 13882

Hey! I switched to a MacBook Pro a few days ago and started converting my "big" project to the Mac Platform. Everything is fine now expect of one thing that unluckily happens to be your code: void CGUITexturedSkin::setSpriteBank(IGUISpriteBank* bank) The Error says: ld: duplicate symbol ir...
by Namek Kural
Sat Feb 09, 2008 5:33 pm
Forum: Code Snippets
Topic: (C++) RTSCamera
Replies: 39
Views: 31733

Thanks! Great Work!

If you want to use it with irrlicht 1.4 you have to insert some "const" and it works perfectly!

@Konstantin: You have to "setZoomSpeed", "setTranslateSpeed" or "setRotationSpeed".

This is a must-have extension to irrlicht! :D
by Namek Kural
Sun Feb 03, 2008 2:58 pm
Forum: Advanced Help
Topic: mouse movment
Replies: 7
Views: 1302

Sorry, I was away for a while.
Thanks alot! Did you try your code?

I really appreciate your hard work, thanks!! :)
by Namek Kural
Sun Jan 13, 2008 11:13 am
Forum: Advanced Help
Topic: mouse movment
Replies: 7
Views: 1302

Sorry for pushing this thread but I really need help :cry:
by Namek Kural
Tue Jan 01, 2008 9:38 pm
Forum: Code Snippets
Topic: CGUITextBox, scrolling, static text.
Replies: 34
Views: 15948

Hey Luke Dean, I love you!!!

You really did it! For me, the GUITextBox now works perfectly. Which problems do you get now?

The return true/false thing fixed it all for me :P
by Namek Kural
Tue Jan 01, 2008 1:27 pm
Forum: Code Snippets
Topic: CGUITextBox, scrolling, static text.
Replies: 34
Views: 15948

Yeah! I also tried the thing with the OnEvent declaration but as you said this doesn't fix it.

If anybody knows how to fix it completely, please post the solution here :roll:

Thanks Luke Dean for your post, I think this will help very much!
by Namek Kural
Mon Dec 31, 2007 3:34 pm
Forum: Code Snippets
Topic: CGUITextBox, scrolling, static text.
Replies: 34
Views: 15948

Please help! I really need it and I don't know how to fix it :cry:
by Namek Kural
Fri Dec 21, 2007 10:08 am
Forum: Project Announcements
Topic: Textured GUI skin
Replies: 29
Views: 13882

Thank you! I'll try it as soon as possible :P EDIT: Thanks! Works just fine!! This should become a part of the irrlicht sdk! Just one question: The buttons areall textured now but the 3D effect of th original irrlicht gui is still there, what can I do? One way would be to load a gui file which has n...
by Namek Kural
Fri Dec 21, 2007 12:26 am
Forum: Advanced Help
Topic: mouse movment
Replies: 7
Views: 1302

Hey, this is an old thread but it is the only one that could help me. I did exactly what William Finlayson told Cleves on my own but the problem is that I have to use something like device->sleep() so the two x coordinates have a difference greater than 0. I hope you understand my problem. Sleep sto...
by Namek Kural
Wed Dec 19, 2007 1:26 pm
Forum: Code Snippets
Topic: New GUI skin [update: new skins, support for 1.5/1.6]
Replies: 112
Views: 73990

As the screenshot tells I have a GeForce FX 5700 from Leadtek
by Namek Kural
Mon Dec 17, 2007 2:36 pm
Forum: Code Snippets
Topic: New GUI skin [update: new skins, support for 1.5/1.6]
Replies: 112
Views: 73990

It's cool but the demo application looks like that for me:
Image

What's the problem? I didn't change the code that's exactly the application that comes with the skin for irrlicht 1.4 :(
by Namek Kural
Mon Dec 17, 2007 2:12 pm
Forum: Project Announcements
Topic: Textured GUI skin
Replies: 29
Views: 13882

I'm interested, too I just made a skin for yours :P Why did you make the checkbox-texture so huge? ^^ I tried the one from your link before and neither implementing it nor running the .exe worked correctly but yours did and I think your solution is better :P Yours is done much cooler ^^ Maybe someon...