RAWBInfo extras

This forum is for general developer support questions.
Post Reply
User avatar
mritter0
Posts: 214
Joined: Mon Aug 25, 2014 9:41 pm
Location: Bettendorf, IA, USA

RAWBInfo extras

Post 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?
Workbench Explorer - A better way to browse drawers
User avatar
broadblues
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 600
Joined: Sat Jun 18, 2011 2:40 am
Location: Portsmouth, UK
Contact:

Re: RAWBInfo extras

Post 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,.
Last edited by broadblues on Mon Mar 26, 2018 2:16 am, edited 1 time in total.
User avatar
mritter0
Posts: 214
Joined: Mon Aug 25, 2014 9:41 pm
Location: Bettendorf, IA, USA

Re: RAWBInfo extras

Post by mritter0 »

Forgot about those hidden ones. Don't have my Tool Type Editor source code any more.

TOOLPRI=5
DONOTPROMPT


Thanks
Workbench Explorer - A better way to browse drawers
chris
Posts: 562
Joined: Sat Jun 18, 2011 11:05 am
Contact:

Re: RAWBInfo extras

Post 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.
Post Reply