Hi,

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. 

I am actually hoping that I am just missing a step or a procedure on
automatically copying the addon scripts into my built library. 

I know that I may just copy the files manually from the addon directory
into my projects directory and strip off the "require" keywords. I
actually don't want to do this because I want to keep my library/addon
files with the official updates from J Software repository.

Again, to summarize, I want to do the following:
1. Just distribute J.EXE and J.DLL with one compiled IJS file.
2. I want to use scripts from the addon directory and it should be part
of my compiled IJS file.
3. When my app run, my code should not look for scripts/code/commands
outside of my application directory.

Any ideas? 

Thanks for the help.

r/alex

P.S.
@Oleg - thanks for your progress dialog example. Using that as an
inspiration, I changed our C# progress dialog to use the windows
standard dialogs instead of progressbars created by each programmers. So
starting last week around 80% of our C#/VB.NET progress dialogs looks
the same. :D
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to