Page 1 of 1

Anothre Newbie question about Error Messages

Posted: Sat Jan 12, 2008 10:49 am
by PeterGams
Is it hard to display a small error message when you trap one?
Just to show the user what happened and then of course return to the program.

Posted: Sat Jan 12, 2008 10:54 am
by #NULL
if you don't use a fullscreen take MessageRequester(..)

Re: Anothre Newbie question about Error Messages

Posted: Sat Jan 12, 2008 10:55 am
by gnozal
PeterGams wrote:Is it hard to display a small error message when you trap one?
Just to show the user what happened and then of course return to the program.
Did you have a look at the purebasic example OnError.pb ?

Thanks Heaps!

Posted: Sat Jan 12, 2008 10:59 am
by PeterGams
:)
How do you guys make it seem so easy?

I appreciate you help greatly.

Thanks Guys

Re: Thanks Heaps!

Posted: Sat Jan 12, 2008 12:54 pm
by PB
You can also use the Debug command to display messages while your app is running.