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 runnableinsessioncontext?

Hi

I found a strange bug in bugzilla...
Look at the https://bugs.eclipse.org/bugs/show_bug.cgi?id=304507
I filled this bug today using my own auth. info.

But the bugzilla shows another person as an author.
I know that this person (Yury) uses the same IP as I am, but has his own
account.

Do you think I have to file a bug somewhere (to the bugzilla developers)?
Or is it  a problem in the bugzilla configs?

Regards,
Igor 

-----Original Message-----
From: rap-dev-bounces@xxxxxxxxxxx [mailto:rap-dev-bounces@xxxxxxxxxxx] On
Behalf Of ipavl
Sent: Wednesday, March 03, 2010 6:24 PM
To: 'RAP project development-related communication'
Subject: RE: [rap-dev] Why ModalContextThread do not execute
runnableinsessioncontext?

Hi

I filed an enhancement:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=304507 

Regards,
Igor

-----Original Message-----
From: rap-dev-bounces@xxxxxxxxxxx [mailto:rap-dev-bounces@xxxxxxxxxxx] On
Behalf Of Rudiger Herrmann
Sent: Wednesday, March 03, 2010 5:28 PM
To: RAP project development-related communication
Subject: Re: [rap-dev] Why ModalContextThread do not execute runnable
insessioncontext?

On 03.03.2010 12:43, ipavl wrote:
> 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.
Ah, now I got it. Would you please file an enhancement request for this.

Thanks
Rüdiger

>
> 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
>
> _______________________________________________
> 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

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



Back to the top