Page 1 of 1

RAWBInfo extras

Posted: Sun Mar 25, 2018 8:53 pm
by mritter0
Right click on an tool/project icon and open Information, switch to Icon tab.

Where are: Priority, Open from, Prompt for input
items saved in the icon? I don't see them in struct DiskObject.

What does "Prompt for input" do? Open a small window for command line args when "Start from" is Shell or ARexx?

Re: RAWBInfo extras

Posted: Mon Mar 26, 2018 1:57 am
by broadblues

Where are: Priority, Open from, Prompt for input
items saved in the icon? I don't see them in struct DiskObject.
They are actualy hidden tooltypes.

CLI -> Start from Shell
REXX -> Start from Rexx
DONOTPROMPT -> Prompt for input unchecked.
TOOLPRI=n priorty set to n (0 id not present)

What does "Prompt for input" do? Open a small window for command line args when "Start from" is Shell or ARexx?
Yes. It's essentialy the Workbench->Menu->Execute Command requeser with the command part prefilled in,.

Re: RAWBInfo extras

Posted: Mon Mar 26, 2018 2:14 am
by mritter0
Forgot about those hidden ones. Don't have my Tool Type Editor source code any more.

TOOLPRI=5
DONOTPROMPT


Thanks

Re: RAWBInfo extras

Posted: Sat Apr 14, 2018 9:01 pm
by chris
There's also DONOTWAIT. I forget what RAWBInfo shows that as, but now having a WBStartUp drawer is not standard it doesn't tend to get shown and we're back to the tooltype anyway.