I have added a new option to wx:new/1 in order to make it<br>possible to suppress printouts in case of errors at startup.<br>With wx:new([{silent_start,true}]) it is possible to silently<br>test if wx works and otherwise communicate with the user<br>
by other means.<br><br>The new feature can be fetched here<br><br>  git fetch git://<a href="http://github.com/hawk/otp.git">github.com/hawk/otp.git</a> wx_silent_start<br><br>or viewed here<br><br>  <a href="https://github.com/hawk/otp/compare/wx_silent_start" target="_blank">https://github.com/hawk/otp/compare/wx_silent_start</a><br>
  <a href="https://github.com/hawk/otp/compare/wx_silent_start.patch" target="_blank">https://github.com/hawk/otp/compare/wx_silent_start.patch</a><br><br clear="all">/Håkan<br><br>