how can i disable the non-fatal runtime error popups?
for instance, when the user writes too many characters to an input
string, or specifies a file to be opened that is non existent.
i want to handle these mundane user errors without a lot of pop-up drama.
I've tried unchecking the Run -> Break On -> "break on library
errors" and I've tried adding the function call
SetBreakOnLibraryErrors (0); to my code, but neither has any
effect.
i must be misunderstanding something here.
thanks in advance,
robert