I have a view that is stacked behind another view on creation. It is supposed to listen for an event and bring itself to the front and populate some data if that data gets set.
However becasue the createPartControl method doesn't get called until the user actually brings it to the front the functionality doesn't work how I'd like,
Is there a way to tell the rcp application that it should instantiate that view on load up?