English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 06 August 2017, 12:29   #1
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Is there an app to change the workbench menu imagery?

Hi, I am looking to change the default "A" key image that appears on workbench menus to display keyboard shortcuts. Is there an app to change it for a customized one?
gulliver is offline  
Old 07 August 2017, 22:19   #2
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
take a look at PictureMenu_v2.
E src code included.

#1) a version with replaced [A] _only_ would be cool. any E coder here?

Intution does the magic - Autodocs:
Code:
	WA_AmigaKey - (ti_Data is struct Image *) Image to use as
	    the Amiga-key symbol in menus.  If WA_NewLookMenus is not
	    specified, the default will be the traditional Amiga-key
	    symbol in the original colors.  If you've requested
	    WA_NewLookMenus, then the default will be an appropriately
	    colored Amiga-key scaled to the screen's font.
	    Alternately, you can provide a custom one, which you can
	    design yourself or get from sysiclass (use this if your
	    menu-font is different from the screen's font).  (V39)
intution/screens.h:
Code:
struct DrawInfo
{
/* New for V39: dri_CheckMark, dri_AmigaKey. */
    struct Image	*dri_CheckMark;	/* pointer to scaled checkmark image
					 * Will be NULL if DRI_VERSION < 2
					 */
    struct Image	*dri_AmigaKey;	/* pointer to scaled Amiga-key image
					 * Will be NULL if DRI_VERSION < 2

Last edited by emufan; 07 August 2017 at 23:40.
emufan is offline  
Old 08 August 2017, 04:57   #3
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
A great app. Certainly does something alike, but unfortunately does not have that specific feature. It has some nice features though.

Thanks for pointing it out. Lets hope some Amiga developer chimes in and creates such app. The info is there as you said.
gulliver is offline  
Old 08 August 2017, 15:56   #4
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by gulliver View Post
A great app. Certainly does something alike, but unfortunately does not have that specific feature.
it does have that feature, there needs to be a section in the prefs file, to enable it.
the installer does ask, if you want anable that feature

i guess it does looks better with magic menu, there are some
images in the doc folder.
Attached Thumbnails
Click image for larger version

Name:	Clipboard-1.png
Views:	192
Size:	22.0 KB
ID:	54086  
emufan is offline  
Old 14 August 2017, 18:44   #5
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
not convinced by the tool above?

I think this one may do the trick too: 2b_Spiral

Code:
5. AMIGA, LOGO, CHECKMARK0, CHECKMARK1, RADIO0, RADIO1, SUBMENU

these seven keywords  shall  be  followed  with  path  to  images
representing  a given thing. Amiga is an Amiga key image, Logo is
a screenbar logo a. s. o.. Soon I will probably introduce anims.
#1) i forgot to copy the libs (libs:spiral/#?.spiral )
it does work, but it does create a custom floating popup menu for workbench.
the search continues.

Last edited by emufan; 14 August 2017 at 19:11.
emufan is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ARexx help for a workbench menu action gulliver support.Other 11 15 May 2023 18:19
Workbench CANDI Update Released On AMIStore App Store amigakit.com News 0 20 December 2014 17:18
App for Workbench 3.1 to play mp3 or mod in background while game loaded? (WinUAE) dex request.Apps 9 16 July 2012 22:45
Decent Menu App For OS3.9? roberthazelby support.Apps 3 09 October 2010 20:44
Req app / Attention coders / Help: CD32 Menu. fisken uno support.Other 6 25 February 2007 21:27

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 00:04.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07250 seconds with 14 queries