Im new to rcp eclipse.
Context:
I perform a login operation using eclipse rcp, i'v cretead is a view that accepts a username and password from the user, and when the user clicks the login button, the code checks the database and if a valid new view is displayed to the user else shows an invalid login error .
So, here, in the above, I desperately wanted to show a progress bar (which was waiting sometime) while it was checking the database in the background.
Can I find out how to do this?
source
share