AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 68 matches
AutoHotkey Community Forum Index
Author Message
  Topic: *.ahk files on machines without admin rights - Autostart?
Relayer

Replies: 3
Views: 111

PostForum: Ask for Help   Posted: Mon Dec 12, 2011 4:47 pm   Subject: *.ahk files on machines without admin rights - Autostart?
I am using AHK basic.

I am running win 7 and group policy has User Account Settings turned on and locked. I have been unable to start an AHK script without getting a pop-up that needs to be clicke ...
  Topic: Stuck keys
Relayer

Replies: 3
Views: 159

PostForum: Ask for Help   Posted: Fri Oct 28, 2011 8:59 pm   Subject: Stuck keys
Is there a reason why you are using the down then up sequence. I usually only use that when I need to hold the key down while pressing other keys, e.g. Send, {Alt Down}123{Alt Up}.

If you just wa ...
  Topic: [Script] AHK No Comments
Relayer

Replies: 7
Views: 653

PostForum: Scripts & Functions   Posted: Thu Oct 20, 2011 8:34 pm   Subject: [Script] AHK No Comments
This is what I've been using. I don't remember the original author but I made a few changes to it.

RemoveComments(input)
{
if (FileExist(input))
{
splitPa ...
  Topic: Error in AHK nth root function on RosettaCode
Relayer

Replies: 4
Views: 222

PostForum: General Chat   Posted: Thu Sep 22, 2011 8:55 pm   Subject: Error in AHK nth root function on RosettaCode
For what it's worth, there is an error in the AHK nth root function here:
http://rosettacode.org/wiki/Nth_root#AutoHotkey

The square root of 2 is not 1.

Not sure if anyone wants to fix it; I di ...
  Topic: craziest or most fun you've had with AutoHotkey
Relayer

Replies: 17
Views: 955

PostForum: General Chat   Posted: Wed Sep 21, 2011 2:53 pm   Subject: craziest or most fun you've had with AutoHotkey
I'd like to see more stories of "fun things" than crazy things (i.e. stupid things) done with AHK. It is a shame that people feel the need to be destructive. There is a thread started in t ...
  Topic: Hotkey snippet I find very useful
Relayer

Replies: 2
Views: 486

PostForum: Scripts & Functions   Posted: Mon Sep 19, 2011 3:28 pm   Subject: Hotkey snippet I find very useful
Hi,

I wanted to share something I have found to be one of the most useful tools I use every day. I wanted an easier way of moving my browser forward and backward. I often have a mouse or a notebo ...
  Topic: AHK basic & windows 7
Relayer

Replies: 7
Views: 374

PostForum: General Chat   Posted: Fri Aug 26, 2011 10:02 pm   Subject: AHK basic & windows 7
Good news! I have gotten all the magnification stuff working in win7. The script I was using employed a tooltip as the magnification window. Win7 didn't like that so I modified it to use a GUI like ...
  Topic: Color Zoomer/Picker & Screen Magnifier
Relayer

Replies: 72
Views: 28930

PostForum: Scripts & Functions   Posted: Fri Aug 26, 2011 9:58 pm   Subject: Color Zoomer/Picker & Screen Magnifier
Hi,

Just moved to win 7 and got all the magnification stuff working but the balloon tips are just a black blob. I am so impressed with the way they look on XP. Any ideas?

Relayer
  Topic: AHK basic & windows 7
Relayer

Replies: 7
Views: 374

PostForum: General Chat   Posted: Fri Aug 26, 2011 5:37 pm   Subject: AHK basic & windows 7
Frankie,

Thank you. That version also works on my win7. I'm going to look at the scripts side by side and see if I can tease out why my other one isn't working. It looks like it relies on the sa ...
  Topic: AHK basic & windows 7
Relayer

Replies: 7
Views: 374

PostForum: General Chat   Posted: Fri Aug 26, 2011 4:23 pm   Subject: AHK basic & windows 7
Frankie,

Thanks for the reply. I'm sorry about the typo. The "loop" got left behind in some cut & paste activity.

Relayer
  Topic: AHK basic & windows 7
Relayer

Replies: 7
Views: 374

PostForum: General Chat   Posted: Thu Aug 25, 2011 7:41 pm   Subject: AHK basic & windows 7
nimda,

Very encouraging words. Thank you! I'm plugging along pretty well and have a lot of things running as they were in XP. I use the magnifier script that has been talked about a lot on the fo ...
  Topic: AHK basic & windows 7
Relayer

Replies: 7
Views: 374

PostForum: General Chat   Posted: Wed Aug 24, 2011 2:29 pm   Subject: AHK basic & windows 7
I dread moving to a new operating system. Call me a p%^&y, but it generally results in reduced productivity for weeks. Work is moving from XP to 7 and "just enough" of my AHK productiv ...
  Topic: Script file dependencies... find them!
Relayer

Replies: 3
Views: 397

PostForum: Scripts & Functions   Posted: Tue Aug 16, 2011 8:21 pm   Subject: Script file dependencies... find them!
Updated 2011-08-19

Sharing scripts can be frustrating when they depend on #Includes and library files that may not be on the machine that will receive the shared script. Gathering those files is h ...
  Topic: DTMF Telephone dialer
Relayer

Replies: 4
Views: 1306

PostForum: Scripts & Functions   Posted: Fri Jul 08, 2011 3:28 pm   Subject: DTMF Telephone dialer
Just playing and adding some embellishments:
- choice of GIU or can call from another script to dial, e.g. from a number database
- ability to delay between digits
- more versatile manual editing
...
  Topic: Solved: Trouble with GDip with image on clipboard
Relayer

Replies: 0
Views: 176

PostForum: Ask for Help   Posted: Thu Jul 07, 2011 3:51 pm   Subject: Solved: Trouble with GDip with image on clipboard
Please ignore... I was using GDip in another part of the script which then got shut by my last line. Duh. Silly me.

-----------------------------------------


I have a captured bitmap on the ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group