Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] IApplicationContext#applicationRunning needs to be called on the main thread?!?

Hi,

I never got an answer to this, I would really appreciate any pointers.

Tom

On 31.10.13 16:39, Tom Schindl wrote:
> Hi,
> 
> After having debugged now for some hours why the native splash screen in
> JavaFX-OSGi-Applications is not take down when
> IApplicationContext#applicationRunning is called [1] I found out that
> this call does not work if your application is configured to be launched
> on any-thread (in contrast to main).
> 
> a) I think this needs to be documented in the JavaDoc
> b) Is there a way to find out the main-thread and execute a call in it?
> c) Should the splash code doing this synchronization itself?
> 
> Tom
> 
> [1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=418399
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 



Back to the top