AutoHotkey Community

It is currently May 27th, 2012, 11:02 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 149 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10
Author Message
PostPosted: February 9th, 2011, 7:20 pm 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
I have to use the original basic version, My work does not allow us to use the L or the .net

Not sure if that helps.

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 9th, 2011, 7:28 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Ah, sorry, it was not about that, the problem is MMenu_aMenu[ode\WinTOTAL], and you cant have this in the name. I don't have much time to help you know, but you are doing something incorrectly. If you can post a short sample with non working thing that would be awesome.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2011, 10:10 pm 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
It is not small, but the entire code is posted here ->http://www.jasonkriseagent.com/xsites/Agents/JasonkriseAgent/content/uploadedFiles/menu3.zip

It contains the source code, the slightly modified mmenu script and the ini I am pulling from.

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2011, 11:15 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
I don't know whats the problem there but your code works OK here.
I deleted spaces from the menu3.ini and I see the Tech menu without any problems with AHK basic.

See the screenshot.
I just selected stuff in your ini file and replaced space with empty string.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 11th, 2011, 3:08 am 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
Hmm thank you, do you have vista or win 7? I am trying right now on a different pc and it works fine on this one two. All the others I have tried it on were Windows 7 and they didn't work.

Oh well, I appreciate all of the help you guys have given me.

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 11th, 2011, 7:03 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Yes, Win 7

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 11th, 2011, 9:46 pm 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
Ok, well what is interesting is that the same code that works for you and works for me at home does not work on the Win 7 machines at my work, all of them generate the error in my previous post if I do not put a space in the middle of the string before the first comma.

I guess it is not a big deal, just one of those things that was bugging me, you know.

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Arrow colors
PostPosted: August 2nd, 2011, 9:50 pm 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
The script is awesome and I have a great right click replacement that everyone where I work loves.

The question I have is this, I have the maximum height of the menu ,
Code:
MMenu_Create("s" menuiconsize " t" txtcolor " c" bkcolor " h600")
set to 600 as you can see in the code. I also have built in an option so each user can use their own standard background, highlight, and text colors so that they can have their own unique version.

The problem that I run into is that with certain background colors, the arrows that indicate that list continues and you need to click to scroll though the non-visible items is either difficult to see or is not visible at all.

My question is this, is there someway or some place in the code where the color of this arrow can be specified?

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: hmmm
PostPosted: August 5th, 2011, 7:15 pm 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
Is this something that is not possible? I am looking through the code,but I cannot find a good way to change this, I would ultimatley be able to just use the reverse of the background color.

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


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

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Xp
AHK_L
I tried to make a menu with white text on black background and I got both text and background black. Here is my post about it with my code needing fixing :
ListView help
Can't make it work, got an error message :Error at line 382 in #include file "C:\Documents and Settings\user\My documents\includes\MMenu.ahk".

The following variable name contains an illegal character:
"MMenu_aItem[0]"

The program will exit.

_________________
AHK No BlanK AHK No Comments and more


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2012, 1:47 am 
Offline

Joined: May 25th, 2010, 8:26 am
Posts: 22
I was really excited when I found this, but looks like it hasn't been maintained for AHK_L. Does anyone happen to know about converting from one to the other? I am getting the error that the poster before me posted, but slightly different line numbers. I tried some things, but I dont understand that line of code its not like I am used to working with in AHK.

_________________
Computerspazzz The Technowizard
The Wizard Is In!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Scroll Arrow colors
PostPosted: January 31st, 2012, 4:43 pm 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
I just wanted to repost a previous question about colors. I was able to figure out how to change the background color of the menu which is really nice, however darker colors for the background cause the arrows indicating the list scrolls can be hard to see.

Image

Is there a way that we can change the arrow color as well as the background color?

By the way, I change the background color with the following:
Code:
Notes := MMenu_Create("s" menuiconsize " t" txtcolor " c" bkcolor " h600")
where " c" bkcolor referes to a color loaded from an ini

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2012, 12:31 am 
@awannaknow &
@computerspazz

ahk-L has menu icons built in (see the menu help page)

@Aero98

does your work know they're using an outdated buggy version of AHK, and upgrading it costs nothing?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2012, 3:00 am 
Offline

Joined: January 9th, 2009, 12:06 am
Posts: 85
Location: Oklahoma City
Yes, the problem is corporate policies require all software to pass certain requirements and because one of the requirements requires it to pass antivirus scans and the newer versions do not, I have to wait for the files to be processed and verified, etc. and I am not a programmer, nor is it my job to write apps, I just use it to right things on my own for my dept. I am not able to download or use anything but basic on work machines.

_________________
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 149 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot], iDrug and 61 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