[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: GUI doesn't appear in rare cases



Also make sure your application isn't "eating" exceptions. I have seen this
before. Exceptions may be occurring but you are not seeing them on the
console because there is an empty catch block or a do-nothing exception
handler in the application.

Will