Installing DSDN 5 in D6
Posted by Aaron Wieland-3 on Dec 02, 2005; 1:38am
URL: https://forum.world.st/Installing-DSDN-5-in-D6-tp3376657.html
The D5 version of DSDN works in D6, except that the search tab is
broken. That's because SmalltalkToolShell>>createComponents defines
another component named 'search'. To fix this, rename DsdnShell's
search component: (1) edit the view (change the name of the search tab
from 'search' to, say, 'searchDSDN'); and (2) modify
DsdnShell>>createComponents (use the same name that you used in the view).
Hope this helps someone.
Cheers,
-- Aaron