| Summary: | Display.asyncExec does not execute 'in time' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Erdal Karaca <erdal.karaca.de> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Erdal Karaca
Created attachment 158017 [details]
Demo project to show the Display.asyncExec bug
A control contribution is added to the cool bar. This control contribution shows a Label that shoult be refreshed once in a second.
To trigger the refresh, click on the title of the "Login" view.
The UICallback mechanism must be activated and deactivated manually when using "bare" threads (as opposed to using Jobs) See the FAQ (http://wiki.eclipse.org/RAP/FAQ): * How to update the UI from a background thread * How to update the UI from a background thread in RWT standalone Sorry, my fault! |