Search found 15 matches

by danieLs0xFF
Mon May 12, 2008 5:17 pm
Forum: Beginners Help
Topic: GUI Button mouse over
Replies: 6
Views: 737

it doesn't handle mouse over :(,

it seems i'm stuck with my application,
any ideeas how can i make a button with mouse over?

right now the only way i am thinking that i can achieve this is using draw2dimage and check for mouse x and y and if over draw other image
by danieLs0xFF
Mon May 12, 2008 3:44 pm
Forum: Beginners Help
Topic: GUI Button mouse over
Replies: 6
Views: 737

thank you
by danieLs0xFF
Mon May 12, 2008 1:04 pm
Forum: Beginners Help
Topic: GUI Button mouse over
Replies: 6
Views: 737

ok, but how do you use SpriteBank? :(
how do i make a sprite bank?
this is one of the things that there are no examples for it of how to use it
anybody used this ?
by danieLs0xFF
Sun May 11, 2008 5:43 pm
Forum: Beginners Help
Topic: GUI Button mouse over
Replies: 6
Views: 737

GUI Button mouse over

I see thet GUIButton has setImage and setPressedImage but doesn;t have something like mouseOverImage,
how can i have a button that will have mouse over effect or at least a different image on mouser over will be good

i alos see that there is setSpriteBank and setSprite(EGUI_BUTTON_STATE, and there ...
by danieLs0xFF
Sat Apr 12, 2008 10:32 am
Forum: Beginners Help
Topic: application running in background after it was closed
Replies: 16
Views: 1378

I think i have found the problem.

when handling escape key in OnEvent function i need to return true after i call closeDevice() to let the engine know that the event was processed.

thanks CuteAlien for advice i'll move the beginScene , endScene in statemanager->Run()

and thank you all for help
by danieLs0xFF
Fri Apr 11, 2008 8:36 pm
Forum: Beginners Help
Topic: application running in background after it was closed
Replies: 16
Views: 1378

i didn't post all the source code from the beginning as i was afraid it is too much of a trouble for you (those who want to help) to look through all of it

i posted what i thought it was relevant

anyways here's the code, so if anybody has any idea what i'm doing wrong please help

thank you

I'm ...
by danieLs0xFF
Fri Apr 11, 2008 8:12 pm
Forum: Beginners Help
Topic: application running in background after it was closed
Replies: 16
Views: 1378

Re: application running in background after it was closed

But why don't you just use your debugger and check where it hangs? In VS it would be "debug"-"break all" and you will get to the currently executed lines. Probably similar functionality exists in gdb.

this doesn't happen all the time, it just happens at random
i just run my app and close it, and ...
by danieLs0xFF
Fri Apr 11, 2008 8:03 pm
Forum: Beginners Help
Topic: application running in background after it was closed
Replies: 16
Views: 1378

anybody :? :(
help
this is an annoying bug i'm haveing

If you actually want a meaningful answer, then you can post your entire source, the platform you are running on, and the toolchain you are using to compile it. Alternatively, you could...

http://www.noobstore.com/prodimages/tshirt-m-gtfo ...
by danieLs0xFF
Thu Apr 10, 2008 6:26 pm
Forum: Beginners Help
Topic: application running in background after it was closed
Replies: 16
Views: 1378

anybody :? :(
help
this is an annoying bug i'm haveing
by danieLs0xFF
Wed Apr 09, 2008 6:56 pm
Forum: Beginners Help
Topic: application running in background after it was closed
Replies: 16
Views: 1378

application running in background after it was closed

hi
i have a little problem :P
i started coding my app using the following model http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=152795#152795
I handle pressing Escape key event, and when this happens i do a pointer_to_irrDevice->closeDevice(); from the current state ( pStateManager ...
by danieLs0xFF
Tue Apr 01, 2008 3:59 pm
Forum: Beginners Help
Topic: Software design
Replies: 3
Views: 530

this is exactly what i was looking for :D
thank you
by danieLs0xFF
Tue Apr 01, 2008 12:26 pm
Forum: Beginners Help
Topic: How to do frame rate independent mouse?
Replies: 31
Views: 3082

i think separate thread for mouse handling would do the trick
by danieLs0xFF
Tue Apr 01, 2008 9:45 am
Forum: Beginners Help
Topic: Software design
Replies: 3
Views: 530

Software design

hi
i have a noob question :P, but i hope to get an answer

i'm trying to make a simple 2d application using irrlicht that will access a lyrics database and show them verse by verse like a powerpoint presentation

so basically my app will be :


splashscreen
|
menu (with list of songs ...
by danieLs0xFF
Thu Aug 09, 2007 8:57 pm
Forum: Beginners Help
Topic: Suggestions for a good Linux IDE for writing a fps game.....
Replies: 11
Views: 1291

Code Blocks
by danieLs0xFF
Wed Aug 16, 2006 7:08 pm
Forum: Beginners Help
Topic: Power Point Like Presentation
Replies: 0
Views: 172

Power Point Like Presentation

I'm trying to do a Power Point Like Presentation.
Can anybody tell me ho to do things like :
I whant to draw a image, then wait some time ( 1,2 seconds)
then draw another at the same location.

I know how to drow and stuff, what i don't is how to do the timing stuff.

And any ideea about how to make ...