Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Can't run internal browser in Eclipse 3.7 on AIX 6.1

I'm catching the error.
But, before the catch block, I see that message boxes. After I close them I reach my catch block. So, I suspect this message boxes are somewhere in SWT library.
And my question was is there a way to disable them or not to show?

Thanks,
Vitaliy

22.11.12 20:26, Grant Gayed написав(ла):
I think you're not catching the error then.  For an example of this see the snippet at http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet128.java .

Grant


Back to the top