Continuing with loading error

Everything else that doesn't fall into one of the other categories.
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Continuing with loading error

Post 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.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: Continuing with loading error

Post by Fred »

The program should not end here, if you call something else in this callback.
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: Continuing with loading error

Post by MrTAToad »

I might have to look into that then...
Post Reply