[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Very fast Job leaves behind two entries in progress viewer

Felix Dorner wrote:
Hi Joerg,

i have the same problem. I dont know either whats going on. I call job.schedule() only once but I get two popup progress views. (Thank god one covers the other..) But it feels fishy somehow..

Ha! I tried one last thing. In the my custom job constructor I removed (setUser(true));


Now I only get one popup progress,cool. Maybe someone knows what was going on?

Felix