Very good intro for "gui/util/cobrowse": concise and comprehensive.
PS. Here's a reminder on addons loading conventions: (the main script is the SAME AS folder name) load 'format/publish' = 'format/publish/publish' = '~addons/format/publish/publish.ijs' load 'docs/wikihtml' = 'docs/wikihtml/wikihtml' = '~addons/docs/wikihtml/wikihtml.ijs' (a script is DIFFERENT FROM folder name) load 'gui/util/cobrowse' = '~addons/gui/util/cobrowse.ijs' load 'stats/dendrite/jobs' = '~addons/stats/dendrite/jobs.ijs' ----- Original Message ---- > From: Brian Schott <[email protected]> > > A polished addon, cobrowse.ijs, is available and elegant in its > handling of "show" like features. A screencast to demonstrate it was > just made. > > http://www.youtube.com/watch?v=aiLRqpx78TA > > Or you can just load it as follows, if you have downloaded the addon already. > > load jpath '~addons/gui/util/cobrowse.ijs' > > -- > (B=) <-----my sig > Brian Schott > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
