Anothre Newbie question about Error Messages

Just starting out? Need help? Post your questions and find answers here.
PeterGams
User
User
Posts: 25
Joined: Sun Dec 03, 2006 4:19 am
Location: Australia

Anothre Newbie question about Error Messages

Post 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.
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post by #NULL »

if you don't use a fullscreen take MessageRequester(..)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Anothre Newbie question about Error Messages

Post 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 ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PeterGams
User
User
Posts: 25
Joined: Sun Dec 03, 2006 4:19 am
Location: Australia

Thanks Heaps!

Post by PeterGams »

:)
How do you guys make it seem so easy?

I appreciate you help greatly.

Thanks Guys
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Thanks Heaps!

Post by PB »

You can also use the Debug command to display messages while your app is running.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply