Search found 27 matches

by Vinetu
Sat Nov 13, 2004 10:05 am
Forum: Beginners Help
Topic: Problem with Combox
Replies: 0
Views: 198

Problem with Combox

Hello all, I have problem with Combox. First when I get it: gui::IGUIComboBox* StockBox = env->addComboBox( core::rect<s32>(10,420,60,440),0, 400); StockBox->addItem(L"Red"); StockBox->addItem(L"Blue"); I don't know how to do that item "Red" or "Blue" will rea...
by Vinetu
Sat Sep 04, 2004 2:34 pm
Forum: Beginners Help
Topic: Events
Replies: 1
Views: 257

See Meshviewer example. :wink:
by Vinetu
Sat Jul 10, 2004 9:42 am
Forum: Beginners Help
Topic: How set more that one texture...
Replies: 6
Views: 564

Thanks a lot!
by Vinetu
Thu Jul 08, 2004 8:21 pm
Forum: Beginners Help
Topic: How set more that one texture...
Replies: 6
Views: 564

Thanks puh, but I don't find in documentation. Can you say where is it?
by Vinetu
Thu Jul 08, 2004 9:47 am
Forum: Beginners Help
Topic: How set more that one texture...
Replies: 6
Views: 564

My textures aren't transperant or with alpha channel.
by Vinetu
Wed Jul 07, 2004 11:52 pm
Forum: Beginners Help
Topic: How set more that one texture...
Replies: 6
Views: 564

How set more that one texture...

Hi all! I come back with new problems:))) I with DeleD editor create simple map. This map have two textures. I with LithUnwrap change material names and then load with Irrlicht. Geometry loads perfecty, but map has only one texture on it. I think it is problem with setMaterialTexture(). How to fix i...
by Vinetu
Sun Jul 04, 2004 9:33 am
Forum: Beginners Help
Topic: How to set text color?
Replies: 2
Views: 392

Thanks bal! I change text color now. If anyone is interesting here is my code:

gui::IGUIFont* font = device->getGUIEnvironment()->getFont("font.bmp");

if (font)
{
font->draw(L"some text",
core::rect<s32>(10, 10, 500, 500),
video::SColor(0, 225, 0, 0));
}
by Vinetu
Sat Jul 03, 2004 11:09 pm
Forum: Beginners Help
Topic: How to set text color?
Replies: 2
Views: 392

How to set text color?

I know is function ...addStaticText(), but how change StaticText black color to another? Any suggestions?
by Vinetu
Sat Jun 19, 2004 7:24 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 34027

Thanks a lot! :D
by Vinetu
Fri Jun 18, 2004 9:35 pm
Forum: Beginners Help
Topic: Question for DeleD users.
Replies: 8
Views: 581

Thanks guys! I with lithunwrap change material names and now it works perfectly. And a very big thank to Electron. Without your help I didn't load DeleD level with Irrlicht engine.
by Vinetu
Fri Jun 18, 2004 3:11 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 34027

Please if can someone sent my dll and libs to:
Vinetu@hakeris.net
Very, very please.
by Vinetu
Fri Jun 18, 2004 7:25 am
Forum: Beginners Help
Topic: Microsoft Visual C++ 6.0 can't find DLL
Replies: 2
Views: 365

"Irrlicht.dll" copy to "Windows\system32".
by Vinetu
Fri Jun 18, 2004 7:21 am
Forum: Beginners Help
Topic: Question for DeleD users.
Replies: 8
Views: 581

Where I can get lithunwrap ????
by Vinetu
Thu Jun 17, 2004 5:55 pm
Forum: Beginners Help
Topic: Question for DeleD users.
Replies: 8
Views: 581

Question for DeleD users.

Does for anyone works DeleD exporter to .x format ??? For my in console write:
"Mesh without material found in x file". But then I export I check material box. Any suggestions?
by Vinetu
Thu Jun 17, 2004 5:50 pm
Forum: Beginners Help
Topic: "Hello World" problem
Replies: 14
Views: 928

Maybe you on Dev-cpp try to run directX. It dosen't work. Dev-cpp only works with OpenGl or Software (I don't recommend this render). That is my suggestion.