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 225 matches
AutoHotkey Community Forum Index
Author Message
  Topic: other keys stoping the loop key
ribbs2521

Replies: 4
Views: 132

PostForum: Ask for Help   Posted: Fri Jan 08, 2010 5:36 pm   Subject: other keys stoping the loop key
I think this should work

F1::
Loop
{
ControlSend, {F1}, ahk_id %active_id8%
MouseClick, Left
if (!GetKeyState("F1"))
bre ...
  Topic: How to pause a script, scoll down, and then cont. the script
ribbs2521

Replies: 1
Views: 627

PostForum: Ask for Help   Posted: Fri Jan 08, 2010 5:19 pm   Subject: How to pause a script, scoll down, and then cont. the script
You could always use Pause, On and set a hotkey to turn pause off or just right click the icon in the taskbar to turn pause off.
  Topic: Temporarily suspend a function
ribbs2521

Replies: 1
Views: 82

PostForum: Ask for Help   Posted: Fri Jan 08, 2010 5:17 pm   Subject: Temporarily suspend a function
I'm sorry if I went about this the wrong way, this is essentially a continuation of a previous post but because it's no longer about the Critical command I wanted to make the title reflect the current ...
  Topic: Question about CRITICAL
ribbs2521

Replies: 6
Views: 220

PostForum: Ask for Help   Posted: Fri Jan 08, 2010 2:14 pm   Subject: Question about CRITICAL
I think it's because It's looking at different memory addresses. If AHK is like other languages then each time you change the value or size of the variable the address is going to change. So, I thin ...
  Topic: Question about CRITICAL
ribbs2521

Replies: 6
Views: 220

PostForum: Ask for Help   Posted: Thu Jan 07, 2010 10:08 pm   Subject: Question about CRITICAL
OK, so, some wierd stuff happens here, I'll try to explain.

Basically, if I leave the While loop empty, it never completes the first call to that function. Here is what happens

10 seconds....
...
  Topic: RSI and the Pinky Finger
ribbs2521

Replies: 4
Views: 127

PostForum: Ask for Help   Posted: Thu Jan 07, 2010 1:48 pm   Subject: RSI and the Pinky Finger
well there you go, I learned something new too.
  Topic: Question about CRITICAL
ribbs2521

Replies: 6
Views: 220

PostForum: Ask for Help   Posted: Thu Jan 07, 2010 1:41 pm   Subject: Question about CRITICAL
I didn't think of that I'll give it a shot, should work, thanks a ton.
  Topic: RSI and the Pinky Finger
ribbs2521

Replies: 4
Views: 127

PostForum: Ask for Help   Posted: Wed Jan 06, 2010 10:32 pm   Subject: RSI and the Pinky Finger
interesting, now, when you press f and , are you going to be holding the f and pressing , or is it a sequential where it's f (up/down) then , (up/down)?

If it's f hold and , you could do something ...
  Topic: Release key
ribbs2521

Replies: 3
Views: 91

PostForum: Ask for Help   Posted: Wed Jan 06, 2010 9:46 pm   Subject: Release key
You need to use the Keyword Send

~Ctrl::
KeyWait, Ctrl
Send, {NumPad1}
return
  Topic: Release key
ribbs2521

Replies: 3
Views: 91

PostForum: Ask for Help   Posted: Wed Jan 06, 2010 8:48 pm   Subject: Release key
You will want a sub like this:

~CTRL::

And then a KeyWait command to wait for Ctrl to be released.


Example from Documentation
; Example #2: A simple hotkey:
~Capslock::
K ...
  Topic: Question about CRITICAL
ribbs2521

Replies: 6
Views: 220

PostForum: Ask for Help   Posted: Wed Jan 06, 2010 8:45 pm   Subject: Question about CRITICAL
I have a function which queries data from a MySQL database. If you try to run a second query without "closing" the first you will get a "command out of sync" error from MySQL. Th ...
  Topic: Change color scheme for LV
ribbs2521

Replies: 1
Views: 82

PostForum: Ask for Help   Posted: Fri Dec 11, 2009 3:09 pm   Subject: Change color scheme for LV
I was curious if AHK has an easy way of changing the color scheme of listviews? Basically, I just want to change the color of the highlighted row on an inactive listview.

What I have is an applica ...
  Topic: GUI with scroll bar/slider/up down buttons
ribbs2521

Replies: 3
Views: 124

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 5:17 pm   Subject: GUI with scroll bar/slider/up down buttons
Humph, I looked for this in the search function but couldn't ever find anything. Well, were my efforts a waste of time or what, Lexikos' code is awesome. Thanks
  Topic: Control Scrollbar
ribbs2521

Replies: 8
Views: 193

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 4:52 pm   Subject: Control Scrollbar
I have not tested it but I believe that a ControlClick using the ClassNN and window details would work.

EDIT: I take that back because it appears the scroll bar is all one ClassNN and actually clic ...
  Topic: GUI with scroll bar/slider/up down buttons
ribbs2521

Replies: 3
Views: 124

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 4:34 pm   Subject: GUI with scroll bar/slider/up down buttons
I've attempted to create a scrolling gui with no luck, I have a set of data that is 25 lines long (almost doublespaced size) and has two columns which take up a full 1024x768 window. I need to be abl ...
 
Page 1 of 15 Goto page 1, 2, 3 ... 13, 14, 15  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group