Page 1 of 1
Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Wed Mar 25, 2015 11:47 pm
by samo79
In the submenu "Show" of the new contextmenu there is a "File .info?" option
The functionality works fine, however that item should have a clickable checkbox in order to visually show to the user if the option is activated or not
In the old contextmenu (Update 6) this specific checkbox was present, but for some reason it was removed in the latest release ... please add it again

Re: Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Thu Mar 26, 2015 10:02 am
by Amigo1
And I hope context menu gets all images, the way it is like now, it looks so "work in progress"..
Is there a TOOLTYPE to disable the menu images? I will enable them again as soon as all are implemented.
Re: Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Thu Mar 26, 2015 4:27 pm
by broadblues
samo79 wrote:In the submenu "Show" of the new contextmenu there is a "File .info?" option
The functionality works fine, however that item should have a clickable checkbox in order to visually show to the user if the option is activated or not
The contentmenu uses popupmenus, rather than true menus. They do not have checkbox options that I'm aware of. (Might be wrong). The command is not atoggle but an arexx command, it always turns the functionality on. In order for show info files to work show all files must be on first.
Use the workbench menu rather than context menu to verify the state if needed.
In the old contextmenu (Update 6) this specific checkbox was present, but for some reason it was removed in the latest release ... please add it again

Clearly it did not.
1. There was never a checkmark
2. The show info files option was not present in update6
Re: Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Thu Mar 26, 2015 4:34 pm
by broadblues
Amigo1 wrote:And I hope context menu gets all images, the way it is like now, it looks so "work in progress"..
Is there a TOOLTYPE to disable the menu images? I will enable them again as soon as all are implemented.
The context menu gets it images from the icons of applications or from some extar dedicated images. If you want to add more the config file is in envarc:
The first entry on the line defines the image / icon to be used.
Typical tooltypes available;
DONOTWAIT
(CX_PRIORITY=-3)
(CX_POPKEY=ctrl alt c)
(QUALIFIER=RIGHTBUTTON)
(CLIPBOARD)
(UNIT=1)
(NOTITLE)
(IGNOREFOCUS)
AUTOFOCUS
(NOWINDOWACTIVATE)
(NOIMAGES)
SCALEIMAGES
SCALEICONS
SVN
(ICONSFIRST)
Re: Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Sat Mar 28, 2015 9:14 pm
by Amigo1
broadblues wrote:Amigo1 wrote:And I hope context menu gets all images, the way it is like now, it looks so "work in progress"..
Is there a TOOLTYPE to disable the menu images? I will enable them again as soon as all are implemented.
The context menu gets it images from the icons of applications or from some extar dedicated images. If you want to add more the config file is in envarc:
The first entry on the line defines the image / icon to be used.
Typical tooltypes available;
DONOTWAIT
(CX_PRIORITY=-3)
(CX_POPKEY=ctrl alt c)
(QUALIFIER=RIGHTBUTTON)
(CLIPBOARD)
(UNIT=1)
(NOTITLE)
(IGNOREFOCUS)
AUTOFOCUS
(NOWINDOWACTIVATE)
(NOIMAGES)
SCALEIMAGES
SCALEICONS
SVN
(ICONSFIRST)
Thanks for the TOOLTYPES list. Somehow the icon on my installation does not have them listed all.
I'm also looking for the ToolTypes for RAWBinfo, I could not find any info on the documentation or the wiki. What does the "ICONFIRST" ToolType do?
Re: Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Fri Apr 17, 2015 10:26 am
by daveyw
broadblues wrote:Amigo1 wrote:And I hope context menu gets all images, the way it is like now, it looks so "work in progress"..
Is there a TOOLTYPE to disable the menu images? I will enable them again as soon as all are implemented.
The context menu gets it images from the icons of applications or from some extar dedicated images. If you want to add more the config file is in envarc:
You may want to read the docs...
"IMPORTANT NOTE :
The Prefs program is being worked on. The way menus are defined in this
version of ContextMenus is a temporary solution.
It is wise not to spend too much time on this, until the prefs program
is ready. You have been warned !!!"
Re: Missing checkbox in the new contextmenu (OS4.1 FE)
Posted: Fri Apr 17, 2015 12:34 pm
by broadblues
@DaveyW
HUh, it's said that since for ages, I wouldn't let that note put you off customing the prefs to your needs, it's not like any changes will be overwritten half an hour after you did its it?