Search found 17 matches

by utimagus
Tue Jan 30, 2007 5:53 am
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

vanilla irrlicht means a plain, freshly extracted copy of it :) Anyhow I will google the devpak for vc++ after I reinstall vs .net. Will update when I have something.
by utimagus
Mon Jan 29, 2007 2:24 am
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

now i just gotta figure out why vanilla irrlicht compiles with a mess load of errors there are about 20 sets of this set of errors:

c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64'
c:\Program Files ...
by utimagus
Sun Jan 28, 2007 11:10 pm
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

where do i place the contents of the devpack? in the source folder?
by utimagus
Sun Jan 28, 2007 11:01 pm
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

I second the error report and maybe the instructions, however the folder copy did work so I should be set and thanks again for making these extensions. Now i jsut need to figure out how to extract the slightly illegal .devpak and does this work on v1.2
by utimagus
Sun Jan 28, 2007 6:06 pm
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

I ask for it because when I try to run your extensions program it either tells me it can't find the includes (though they are with the source as per the instructions for v1.1) OR it tells me they are the wrong version (when trying with v1.2). Which is why I would like a copy of it all with all the ...
by utimagus
Sun Jan 28, 2007 8:20 am
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

wow..i can not believe i did not think of that... it is so elementary... oh well... but hey do you by any chance have an already compiled irrlicht.dll with your extensions by any chance? i couldn't seem to locate one on your site and am not too keen on recompiling.
by utimagus
Sun Jan 28, 2007 2:16 am
Forum: Beginners Help
Topic: Manipulating a ListBox from getelementID
Replies: 17
Views: 1417

Manipulating a ListBox from getelementID

Ok...I want to add an item to a listbox from an IGUIEnvironment element->getelementfromID(ID,false). How could I go about this?
by utimagus
Mon Jan 01, 2007 5:05 pm
Forum: Beginners Help
Topic: How to play movie into Irrlicht window from file.
Replies: 2
Views: 1610

looks like you are not linking against the directx libraries...
by utimagus
Fri Dec 08, 2006 12:57 am
Forum: Beginners Help
Topic: Editbox - How to set the cursor position
Replies: 4
Views: 1185

Editbox - How to set the cursor position

I have made a password editbox (displays '*' instead of characters in the edit box). I use the settext() function to place the '*'s into the edit box after the new characters have been typed in. Problem is that the cursor position within the editbox is always at the begining of the edit box. So the ...
by utimagus
Thu Oct 26, 2006 12:46 pm
Forum: Beginners Help
Topic: error C2872: 's32' : ambiguous symbol
Replies: 2
Views: 226

ahhhh, makes sense. Shall make the needed changes.
by utimagus
Thu Oct 26, 2006 5:18 am
Forum: Beginners Help
Topic: error C2872: 's32' : ambiguous symbol
Replies: 2
Views: 226

error C2872: 's32' : ambiguous symbol

So i'm trying to be one of the hundreds of people who are trying to make the next hot game. I managed to get a login screen to pop up just fine, but when I added in RakNet and compile (not using any code from RakNet except for the headers) I get the following 10 errors.

------ Build started ...
by utimagus
Sat May 27, 2006 10:28 pm
Forum: Beginners Help
Topic: Editbox is greyed out?
Replies: 9
Views: 940

hmmm makes sense. I will change my code once i get my machine fixed as I believe my motherboard just ate itself...
by utimagus
Sat May 27, 2006 4:59 am
Forum: Beginners Help
Topic: Editbox is greyed out?
Replies: 9
Views: 940

may as well post all my code as well :)

// Tempest-ToW.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"


#include <irrlicht.h>
#include <iostream>
#include <windows.h>

//set namespaces so we can do things a bit faster
using namespace irr;
using namespace gui ...
by utimagus
Sat May 27, 2006 4:12 am
Forum: Beginners Help
Topic: Editbox is greyed out?
Replies: 9
Views: 940

ok I managed to give it focus, now there is the cursor but I am not able to input data. Is there something else that must be set in order to be allowed to enter data?
by utimagus
Sat May 27, 2006 4:09 am
Forum: Beginners Help
Topic: Editbox is greyed out?
Replies: 9
Views: 940

makes sense with the focus. So the million dollar question is how do I give it focus? There shouldn't be any gui elements above the edit box as there are only 2 edit boxes and they display in two differant parts of the window.