- Jeff Kandt
- PowerBuilder
- Wednesday, 7 April 2021 06:31 PM UTC
You can add a custom icon to the PowerBuilder IDE toolbar, and one option is to specify in the "Command Line" a path to launch a separate executable.
I'd like to create toolbar buttons that launch small custom utilities which operate against the current workspace or target.
Is there a way to pass a dynamic argument containing the path to the current workspace, or target, or anything else that could pass context)? I'm imagining something like:
/path/to/utility.exe workspace="@WorkspacePath"
Alternately, the help says you must fully-qualify the path to the executable (if it's not in the current search path). But I think I could make this work if it was possible to enter a relative path and PB would interpret that as "relative to the current workspace (or target or whatever)".
If this isn't possible, how can I log a feature request?
Thanks in advance.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.