Page 1 of 1

Continuing with loading error

Posted: Sat Aug 02, 2014 9:08 pm
by MrTAToad
If the function for the #PB_Event_LoadingError event is called, I find that the program effectively ends there - is there anyway of getting the main program to continue even if there was a loading error ? I have tried UnbindEvent, but that didn't seem to do it.

Re: Continuing with loading error

Posted: Tue Aug 05, 2014 11:11 pm
by Fred
The program should not end here, if you call something else in this callback.

Re: Continuing with loading error

Posted: Fri Aug 08, 2014 9:34 am
by MrTAToad
I might have to look into that then...