Search found 6 matches
- Mon Apr 16, 2012 4:19 am
- Forum: Code Snippets
- Topic: Irrlicht VideoMaster [Audio support] [portable] [stable]
- Replies: 15
- Views: 14795
Re: Irrlicht VideoMaster [Audio support] [portable] [stable]
Is there to get the player to play the video files once, as in when it gets to the end of the video it stops the video instead of looping back to the beginning of the video?
- Mon Apr 16, 2012 4:06 am
- Forum: Beginners Help
- Topic: a question about the edit box
- Replies: 3
- Views: 662
Re: a question about the edit box
is it the getText method? o.O
- Sun Apr 15, 2012 3:50 pm
- Forum: Beginners Help
- Topic: a question about the edit box
- Replies: 3
- Views: 662
a question about the edit box
Is there some way to take what is written in the edit box and save it? I am trying to come up with something akin to a password box where it checks to see if what you type into the edit box matches a predetermined string. I have read up and down the API for it and for IGUIElement and did not see an ...
- Mon Feb 20, 2012 2:41 am
- Forum: Beginners Help
- Topic: changing cursor to image woe...T^T
- Replies: 6
- Views: 1035
Re: changing cursor to image woe...T^T
what would I save that call to, what type? and when you say test it on null you mean replace that call with null, correct?greenya wrote:Maybe save the callto a variable, then test it on null.Code: Select all
driver->getTexture("../media/cursor.tga")
- Mon Feb 20, 2012 2:40 am
- Forum: Beginners Help
- Topic: changing cursor to image woe...T^T
- Replies: 6
- Views: 1035
Re: changing cursor to image woe...T^T
Going by your post, I assume if you comment out the
image->setRelativePosition(position2di(x, y));
line it works?
yes, that line does work ^^.
Which line does the error point to, by the way?
if I remember correctly, the line that the error was pointing to was a line that was calling the ...
image->setRelativePosition(position2di(x, y));
line it works?
yes, that line does work ^^.
Which line does the error point to, by the way?
if I remember correctly, the line that the error was pointing to was a line that was calling the ...
- Sun Feb 19, 2012 12:40 am
- Forum: Beginners Help
- Topic: changing cursor to image woe...T^T
- Replies: 6
- Views: 1035
changing cursor to image woe...T^T
I followed the method of how to change the cursor to be an image from the manual, but I end up with this instead:
First-chance exception at 0x013d3649 in Com S 309 Project.exe: 0xC0000005: Access violation reading location 0x0021005d.
Unhandled exception at 0x013d3649 in Com S 309 Project.exe ...
First-chance exception at 0x013d3649 in Com S 309 Project.exe: 0xC0000005: Access violation reading location 0x0021005d.
Unhandled exception at 0x013d3649 in Com S 309 Project.exe ...