On Jul 21, 2010, at 2:24 AM, Mathan wrote:
I m trying to achieve my tool to be executed your tool from a GUI App.
If your tool has no window or GUI of its own, then it does not need to be an .app. (For example, if there is a separate GUI app which runs your tool to perform some task.) It can be an ordinary unix-style executable.
If the tool shows windows, but you are getting an extra "main" window when you make your tool into an .app, you can simply delete the unwanted window from the main .nib file. (You still probably need the main .nib file in order to set up your menu bar.)
You mentioned on filesystem-dev that this is a Python tool, is this right? Is it a Cocoa-Python (pyobjc) program, or is it a plain Python program?