AutoHotkey Community

It is currently May 27th, 2012, 1:38 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Change Menu Color?!
PostPosted: May 30th, 2009, 2:42 pm 
hey guys here's my code:

Code:
Menu, Datei, Add, EinfügenBox1, Box1
Menu, Datei, Add, EinfügenBox2, Box2
Menu, Datei, Add, 
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Add, Runde laden, round
Menu, Datei, Add, 
Menu, Datei, Add, Schließen, Closeit
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, File, Add, Datei, :Datei


The menu is grey, id like to display it black..!

How can i do this?

thx 2 ya


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2009, 3:25 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Code:
Menu, Datei, Add, EinfügenBox1, Box1
Menu, Datei, Add, EinfügenBox2, Box2
Menu, Datei, Add,
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Add, Runde laden, round
Menu, Datei, Add,
Menu, Datei, Add, Schließen, Closeit
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Color, Black
Menu, File, Add, Datei, :Datei
Menu, File, Show
:?:

MMenu gives more control over menu appearance.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2009, 3:36 pm 
thx 4 this.

but its false...
i think u didn't understand me...

1 Picture says more than 1000 words : )
Image


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2009, 1:05 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
I still don't understand you. The picture does not show any menus. It shows some other controls with black background, but that doesn't tell me any more than your first post.

If you are trying to change the background colour of a menu and the code I posted does not give the correct results, try MMenu. On my system the code I posted shows a menu with both text and background black, but I thought it might just be my system.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2009, 5:59 pm 
Hm how should i explain it ;)

If u take a look at my picture u see the menubar, right?
And the Menubar is grey...
I only like to change the color from the bar into black... : )


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2009, 8:55 pm 
help :(


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 1st, 2009, 1:32 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Ah, I didn't realise that was a menu bar. It looks white to me. I'm not aware of any way to change its colour, so I guess you'll have to either live with it or fake it with some other controls.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 1st, 2009, 9:58 am 
ok thanks!!


Report this post
Top
  
Reply with quote  
PostPosted: November 28th, 2011, 11:04 am 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Lexikos wrote:
On my system the code I posted shows a menu with both text and background black, but I thought it might just be my system.

Here is code reproducing it:
Code:
Menu, Datei, Add, EinfgenBox1, Box1
Menu, Datei, Add, EinfgenBox2, Box2
Menu, Datei, Add,
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Add, Runde laden, round
Menu, Datei, Add,
Menu, Datei, Add, Schließen, Closeit
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Color, Black
Menu, File, Add, Datei, :Datei
Menu, File, Show
Box1:
Box2:
roundconfig:
round:
Closeit:
I encounter exactly this problem : "a menu with both text and background black".
How to change text color, in my case, it is in a ListView Contextmenu ?
Here is my post about it with my code needing fixing :
ListView help


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 28th, 2011, 12:29 pm 
Offline

Joined: August 7th, 2011, 1:23 pm
Posts: 754
This is already been discussed without working solution in this thread.

_________________
Win7 - Firefox 10.0.2 - AHK_L 1.1.07.00
Please bear with me and my English which is so bad at times that even I don't understand myself


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 28th, 2011, 1:22 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Odlanir wrote:
This is already been discussed without working solution in this thread.

Thanks Odlanir,
I found this thread before I found your answer. I was not sure it was still actual : Wed Aug 22, 2007.
I though such a common flaw might have been fixed . . .
:roll: :oops: :shock:
So used to never see anyone hitting AHK boundaries . . .


I'll change background color back.
And . . . stop searching . . .
SOLUTION : 2 different solutions . . . :P
Centering in Text and background color
From : SKAN Detailed by Odlanir
From : SKAN

_________________
AHK No BlanK AHK No Comments and more


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], chaosad and 13 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