AutoHotkey Community

It is currently May 27th, 2012, 7:15 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: March 27th, 2006, 4:37 am 
Offline

Joined: March 27th, 2006, 4:35 am
Posts: 4
Can you change the color of the menu from right clicking in the system tray icon?
Like skin it? black and gray kind of boring..


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 27th, 2006, 5:10 am 
Offline

Joined: April 5th, 2005, 10:50 pm
Posts: 133
TiLt wrote:
Can you change the color of the menu from right clicking in the system tray icon?
Like skin it? black and gray kind of boring..

From AHK Help Documents
Quote:
Color, ColorValue [, Single]: Changes the background color of the menu to ColorValue, which is one of the 16 primary HTML color names or a 6-digit RGB color value (see color chart). Leave ColorValue blank (or specify the word Default) to restore the menu to its default color. If the word Single is not present as the next parameter, any submenus attached to this menu will also be changed in color. This command has no effect on Windows 95/NT.
try to add this to your code
Code:
Menu, Tray, Color,yellow,Single

_________________
MYYM
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 27th, 2006, 5:44 am 
Offline

Joined: March 27th, 2006, 4:35 am
Posts: 4
Didn't change?
Put it right here:
Code:
#Persistent
Menu, tray, NoStandard
Menu, Tray, UseErrorLevel 
Menu, Tray, Color,yellow,Single
Menu, Tray, Add  ; Separator line
Menu, Tray, Add, Add menu item, AddMenuItem

Does it matter that I'm using windows 2000?
This command has no effect on Windows 95/NT.

Yes it does I guess , works fine on my Wifes XP laptop. thanks for the help


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 27th, 2006, 7:28 am 
Offline

Joined: March 27th, 2006, 4:35 am
Posts: 4
I'm using an inputbox to add the color but I need to refresh the menu as it does not change. or is there a better why to have the menu show the color after using the inputbox?

I went with a ini file and change the color in that and it works much better., So all fix ,thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 27th, 2006, 12:02 pm 
Offline

Joined: March 27th, 2006, 4:35 am
Posts: 4
How do you change the txt color? Looking in the help file and didn't see it.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], sjc1000 and 70 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group