User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
Carsten Spieker wrote:
I tried to use the extension point, but this did not solve my problem. When
I detach my view and then re-attach it, it is not located at the position I
defined in my layout.
I'm not sure whether I understand you correctly or not but let
my explain one important issue again: *If* you have setSaveAndRestore
enabled, the most recent view setting will win. Either set this flag
to false (and restart the application with a *clean* runtime workspace)
or just ensure that your runtime workspace is clean before testing
the settings (The action "Reset perspectiv"e has the same effect in this
regard). If you rearrange views and perspectives during runtime
and exit the RCP app, the next time you will start with this exactly
this previous layout *if* setSaveAndRestore(true) was set, otherwise
your app will always invoke the code inside createInitialLayout of
your starting perspective.