Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [rap-dev] Why ModalContextThread do not execute runnable insession context?

Hi

Yes, it is possible.
But RAP users have to call UICallBack#runNonUIThreadWithFakeContext manually
even if they use ModalContext. It is not good for single sourcing. You can
simplify the development process to a lot of users with one additional fix
in ModalContextThread.

Regards,
Igor

-----Original Message-----
From: rap-dev-bounces@xxxxxxxxxxx [mailto:rap-dev-bounces@xxxxxxxxxxx] On
Behalf Of Rudiger Herrmann
Sent: Wednesday, March 03, 2010 4:21 PM
To: rap-dev@xxxxxxxxxxx
Subject: Re: [rap-dev] Why ModalContextThread do not execute runnable
insession context?

Igor,

I'm afraid I don't quite understand your question. It is possible to call
UICallBack#runNonUIThreadWithFakeContext directly. Does that answer your
question?

BTW, the mailing-list is for development related communication only.
Please use the newsgroups for questions, support and information exchange
between users and developers of RAP:
     http://eclipse.org/rap/support.php#newsgroup
Chances are that you will get a more many-sided answer as most…

Regards
Rüdiger

On 03.03.2010 10:57, ipavl wrote:
> Hi,
>
> It seems that it is not hard to execute runnable with session context 
> from the ModalContextThread (we have a display pbject in that place). 
> So we will have ability not to call 
> UICallBack.runNonUIThreadWithFakeContext(display,
> target) manually. Is it possible?
>
> Regards,
> Igor
>
> _______________________________________________
> rap-dev mailing list
> rap-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/rap-dev

_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev



Back to the top