disable error msg window from wxProcess
Hi, when wxProcess fails to run the command it is given, it pops up a message window. This is annoying because it doesn’t leave the choice to the user about how to display the error message. Is there any way of disabling this? So when it fails, it doesnt’ show the message window? Thanks,
Hi, when wxProcess fails to run the command it is given, it pops up a message window. This is annoying because it doesn't leave the choice to the user about how to display the error message. Is there any way of disabling this? So when it fails, it doesnt' show the message window?
See wx.LogNull
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!