Dec. 4, 2008
10:48 a.m.
Igor I was thinking about what you propose. I do not understand why a simple extension is not better. I do not understand why we should involved Smalltalk
you write
Smalltalk tools UIManager
instead of UIManager default
or Smalltalk tools browser
instead of SystemBrowser default
it would be nice to see similar in UIManager, e.g.
manager registerTool: #colorPicker class: MyCoolColorPicker.
and then simply use:
manager colorPicker new openInWorl
I do not understand the gain of your approach. Stef