GUI Error Messages?

Monkey Targets Forums/Desktop/GUI Error Messages?

Shinkiro1(Posted 2012) [#1]
I may be missing something but is there a way to output an error message so even a user could see it (not terminal).


therevills(Posted 2012) [#2]
Maybe Error:

Error "Oi! I messed up!"



AdamRedwoods(Posted 2012) [#3]
glfw does not allow multiple windows, so not sure.


Shinkiro1(Posted 2012) [#4]
@therevills: Error doesn't work.

I noticed that even when starting from terminal there is no error printed to the terminal (OSX 10.7)

Are we supposed to debug in html5? The problem is that as soon as you throw in a SetColor html5 crawls.


therevills(Posted 2012) [#5]
Ah yes, sorry should have checked it myself... it just outputs to the console: "Monkey runtime error: HELLO"

With HTML5 debugging you could turn off SetColor when you run it in debug mode...

#If CONFIG="release"
   SetColor 255, 0, 255
#End