Re: Supress errors

2018-08-17 Thread emekoi
if your errors are from exceptions then just find where your exceptions are being thrown and wrap them in a `try: #[your code here]# except: discard`.

Re: Supress errors

2018-08-17 Thread Serasar
With errors. I want to run my program in the background, and supress occasional errors so they won't bother me

Re: Supress errors

2018-08-17 Thread Araq
What dialog boxes? When they popup, you have a bug in your code...

Supress errors

2018-08-16 Thread Serasar
Hi. Is there a way to suppress dialog boxes when I compile with --app:gui flag? Like this function:[https://msdn.microsoft.com/en-us/library/windows/desktop/ms680621(v=vs.85).aspx](https://msdn.microsoft.com/en-us/library/windows/desktop/ms680621\(v=vs.85\).aspx)