Community
Participate
Working Groups
Created attachment 206951 [details] Suggested Patch To allow DesktopExtensions to do general modifications on forms a new method was added to IDesktopExtension, which is call right at the beginning of the addForm method of the AbstractDesktop. The difference between a simple listner to the formAddedEvent and this method is, that the method is called before any UI is informed about a new form. The form is provided in a holder. This allows it to prevent the form being added to the desktop (set reference to null) do some general modifications need to be done prior UI instantiation or even set it to another instance.
Thanks for the patch. I reviewed and applied it to trunk for Eclipse 3.8
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)