Alex Rufon wrote: > I'm using the J Project Manager and I want to use Oleg's progress > dialog. So I updated my packages to the latest version and I just need > to reference the progress dialog. > > So now my problem is that the addon files are not part of the Project > Manager's library list so I can't just add it there. Adding the > following to one to one of the script files > > NB. Reference the standard dialog box > require 'general/pcall/progress' > > does not automatically copy the required libraries and its dependency > into my built/compiled script.
At some stage, the addons need to be added to the PM Library list. In the meantime, just add the script to the source, i.e. in the source tab, click Add, navigate to the addon and add it. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
