News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Using Custom Tools

Started by Mr. Awesome, March 26, 2006, 08:25:26 AM

Previous topic - Next topic

Mr. Awesome

In the Tools menu, I added a tool that is basically a shortcut to GIMP, and the link works fine.  However, I can not use any other tools until GIMP exits.  I would like to have multiple tools open at once, but this is not possible under the current circumstances.  Am I using the Tools option for the wrong reasons here?

Also, in a somewhat unrelated note, I made a tool that opens a Windows Explorer in the current project directory.  However, it does not work anymore (I can't remember exactly when it stopped working).  I looked at the error message and pasted the command into my own command prompt.  The Explorer opened perfectly.  So, I switched the option in the tool editor that runs the program from a command prompt and waits for a keypress to exit, and now it works fine.  Anyone know why it's doing that?

Thanks for your time.

thomas

QuoteAm I using the Tools option for the wrong reasons here?
Yes, kind of... the tool menu is not though to be a launchbar where you put things like Gimp :)

We could of course modify the toolmanager so it allows to use several tools concurrently, but I am not sure if we really want to do that.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Zlika

Hi
In the same spirit:
I wanted to add a shorcut to XRCed, which is a XRC editor. This tool is in Python. When I lauch it from the command line, it's ok, but when I put it in the CB Tools menu, it's not working!

Zlika

Pecan

#3
Quote from: thomas on March 26, 2006, 03:00:43 PM
the tool menu is not though to be a launchbar where you put things like Gimp :)

We could of course modify the toolmanager so it allows to use several tools concurrently, but I am not sure if we really want to do that.

The toolmanager works wonderfully for launching all kinds of concurrent processes.

Just be sure to use a command sequence that releases the shell (e.g. cmd /c  with a "start" command).

Also, untick the "Launch....and wait" box.



Zlika

Great! It's working now when I put "cmd /c" in "Executable" and the name of the python file in "Parameters".
Thank you!