We have an Eclipse RCP application and in case of server disconnection we would like that the cursor changes to HOURGLASS. It works ok for a normal frame, but if a dialog is active, then in dialog the cursor remains ARROW.

Any idea?

Recommended Answers

All 2 Replies

Have you seen this article? Keep in mind that if you run your "long running task" on the event thread then that is probably why the cursor is not changing...

If that isn't helpful, sorry, but you'll probably have a lot more luck asking this on an Eclipse RCP specific newsgroup or forum. I don't think a lot of people here use RCP very regularly.

Thank you for your answer. Finally busyIndicator solved our problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.