> Simon, you seem to have misunderstood what I wrote. I did not say that
> EiffelStudio does not allow you to use your own widget sets.
> EiffelStudio does allow you to do this.
It depends what you mean by widget. In EiffelBuild, you can build components in
the component selector. Those components can then be reused in all your
EiffelBuild projects (they are located in the "Component Selector" tool). A
component is a pre-build set of a hierarchy of vision2 widgets. You can drop any
components in any of the widgets located under the "Widget Selector" tool. If you
want to give that component a type, then you can drop that component into the
"Widget Selector" and it will build a type for you. The widget is now available in
your widget selector, and you can reuse it directly in your other windows (they
will appear with a lock icon in the widget hierarchy of your windows).
What EiffelBuild does not provide is building or reusing what I would call vision2
widget that are not part of the standard vision2 library.
Regards,
Manu