Works just fin in windows 7 Professional 64 bit using Ansi version of AHk
A_AhkVersion = 1.1.16.05
A_OSVersion = WIN_7
A_OSType = WIN32_NT
Search found 90 matches
- 27 Nov 2014, 19:30
- Forum: Ask For Help
- Topic: Mouse button hotkeys don't work over cmd.exe windows
- Replies: 12
- Views: 4474
- 26 Nov 2014, 23:45
- Forum: Ask For Help
- Topic: Looking for some advice about a focus problem
- Replies: 3
- Views: 1633
Re: Looking for some advice about a focus problem
>> It is definitely running (so IfWinExist doesn't really apply here), I didn't mention "IfWinExist", I wrote about using "#IfWinExist" (two different commands) "#IfWinExist" would prevent the hotkey from firing if the script were running and the application was not runnng. I was also trying to sugg...
- 25 Nov 2014, 13:30
- Forum: Ask For Help
- Topic: Looking for some advice about a focus problem
- Replies: 3
- Views: 1633
Re: Looking for some advice about a focus problem
>>The problem is this program does something... well, let's just say "unconventional" with the focus, >>causing the program to lose focus after certain events. By your description I have to >guess< that the window appears to be active, but is not in fact active. What does it do? Might/might not be p...
- 24 Nov 2014, 00:26
- Forum: Ask For Help
- Topic: First steps migrating out of MS custom keyboard layout
- Replies: 4
- Views: 1737
Re: First steps migrating out of MS custom keyboard layout
>>Keypresses that do not work simply do nothing. I know next to nothing about alternate keyboard layouts. But the first this to check is if the hotkey works. ; this example is known as single-line hotkey because it consists of only one command. [:: SendInput ( this is a multi-line hotkey because it ...
- 21 Nov 2014, 19:59
- Forum: Ask For Help
- Topic: How to discover the hwnd of a tooltip?
- Replies: 5
- Views: 2360
Re: How to discover the hwnd of a tooltip?
Try this script ; end the autoexec section of the script return ; this hotkey creates a tooltip at the location of the mouse cursor f1:: tooltip this is a test Return ; this hotkey gets the ahk_id and hwnd for a window that mouse cursor is hovering over. ; ahk_id and hwnd are the same thing for a wi...
- 18 Nov 2014, 03:03
- Forum: Ask For Help
- Topic: how to make the combobox limitless
- Replies: 16
- Views: 5674
Re: how to make the combobox limitless
The problem with "continuation section" only applies to the limits on its length. You should be able to assign a value (or in this case string of characters) to a variable by whatever mean needed. ex: store the string in a file and use Fileread, or use multiple continuation sections to >append data<
- 12 Nov 2014, 00:46
- Forum: Bug Reports
- Topic: Bug report on utility program bundled with AHk
- Replies: 5
- Views: 2302
Re: Bug report on utility program bundled with AHk
Both of you are answering a question I did not ask.
Please, stick to the subject.
Please, stick to the subject.
- 11 Nov 2014, 19:46
- Forum: Bug Reports
- Topic: Bug report on utility program bundled with AHk
- Replies: 5
- Views: 2302
Bug report on utility program bundled with AHk
A user posting in the other website has a "4k" display. The WinSpy program (AU3_Spy.exe) appears to give incorrect results with the new display. Can the AU3_Spy.exe program be updated? The specific thread is http://www.autohotkey.com/board/topic/117891-window-spy-delivering-grossly-wrong-mouse-coord...
- 10 Nov 2014, 00:30
- Forum: Ask For Help
- Topic: how to make the combobox limitless
- Replies: 16
- Views: 5674
Re: how to make the combobox limitless
@Bkid
I have one nit to pick.
>>Gui, Add, ComboBox, x10 y10 w100 h20 r12 vComboBox, %hugelist%
Don't use a keyword >by itself< as the name of an associated variable
While it is "legal" to do, imo this does not clarify the distinction between keywords and variables.
I have one nit to pick.
>>Gui, Add, ComboBox, x10 y10 w100 h20 r12 vComboBox, %hugelist%
Don't use a keyword >by itself< as the name of an associated variable
While it is "legal" to do, imo this does not clarify the distinction between keywords and variables.
- 08 Nov 2014, 07:21
- Forum: Ask For Help
- Topic: how to make the combobox limitless
- Replies: 16
- Views: 5674
Re: how to make the combobox limitless
e4x = (LTrim Join| Janvier Fevrier Mars ) the above is called a continuation section Within this section http://ahkscript.org/docs/Scripts.htm#continuation And specfically read the example after this line of text --> A continuation section cannot produce a line whose total length is greater than 16,...
- 06 Nov 2014, 22:54
- Forum: Ask For Help
- Topic: Detect if a variable is empty/blank
- Replies: 4
- Views: 24055
Re: Detect if a variable is empty/blank
from the help file
If var is [not] type
ex:
If var is space
If var is [not] type
ex:
If var is space
- 02 Nov 2014, 12:42
- Forum: Ask For Help
- Topic: Keystroke on background window, active or minimized will do
- Replies: 2
- Views: 1377
Re: Keystroke on background window, active or minimized will
Don't be sorry for posting a question, it is one way to seek information. If you didn't bother to do any research before posting then we would be disappointed. When you want to access a window that may not be active, the command to use is ControlSend (there are also other "Control..." commands) In t...
- 20 Sep 2014, 17:42
- Forum: Ask For Help
- Topic: Controlling a script on a remote computer
- Replies: 7
- Views: 2678
- 10 Sep 2014, 23:09
- Forum: Ask For Help
- Topic: WinMove Problems in Photoshop CS6
- Replies: 12
- Views: 3794
Re: WinMove Problems in Photoshop CS6
>>I am having a problem when moving the Photoshop CS6 window
Have you confirmed that your script works with another program, such as an Untitled notepad window?
I ask because, depending on the setup of your monitor(s) it may be a "Windows" problem not CS6.
Have you confirmed that your script works with another program, such as an Untitled notepad window?
I ask because, depending on the setup of your monitor(s) it may be a "Windows" problem not CS6.
- 04 Sep 2014, 23:25
- Forum: Ask For Help
- Topic: GuiControl text and multiple lines
- Replies: 6
- Views: 2509
Re: GuiControl text and multiple lines
May I suggest: when you ask for help, provide a short example that compiles. And for Pete's sake, lose the reference to gui #80 Since you didn't specify the type of control, I chose to use 'text' and the folowing code works fine. If you use an 'edit' then only part of the code works. gui, add, text,...
- 23 Aug 2014, 08:17
- Forum: Ask For Help
- Topic: How to extract an image from the clipboard
- Replies: 8
- Views: 4368
Re: How to extract an image from the clipboard
That example allows you to specify the type of file that you want when saving a file.arcticir wrote:Thanks, but it does not seem to tell us the type of picture.(jpg/bmp/png/gif)
- 22 Aug 2014, 22:16
- Forum: Ask For Help
- Topic: How to extract an image from the clipboard
- Replies: 8
- Views: 4368
Re: How to extract an image from the clipboard
It is a little difficult to understand what you want. If you want to copy image from clipboard to an image file, here is a link to a working example. http://www.autohotkey.com/board/topic/68822-solved-trouble-with-gdip-with-image-on-clipboard/ All I had to do was disable one line like this ; Gosub, ...
- 14 Aug 2014, 15:25
- Forum: Ask For Help
- Topic: AHK GUI How to keep AlwaysOnTop
- Replies: 9
- Views: 6793
Re: AHK GUI How to keep AlwaysOnTop
There is no heiarchy within "always on top" From my experience the heiarchy is as follows: Anything in the same line can be above or below anything else in that line mouse cursor (the very top) tooltip tooltip tooltip tooltip tooltip taskbar & always on top 1 always on top 2 always on top .... windo...
- 12 Aug 2014, 11:49
- Forum: Ask For Help
- Topic: Tooltip font size, all solutions outdated
- Replies: 10
- Views: 5178
Re: Tooltip font size, all solutions outdated
>>I'll post how i got it to work once i'm on the computer with the scripts I'm using. Haven't heard back from you. Are you still there ? The version in the first post of the thread is rather simple. It finds an empty gui # (in case you have multiple gui open) It creates a button with the preferred f...
- 12 Aug 2014, 11:40
- Forum: Ask For Help
- Topic: AHK script fails when WM_Record application is active
- Replies: 3
- Views: 1567
Re: AHK script fails when WM_Record application is active
If you are using the Windows Spy that comes with AHk then you don't need them to make a change. If Windows Spy (that come with AHk) can see the ifo, than so can AHk. Which 'macro recorder' are you talking about, be specific, and what version of AHk are you using? Here is a script to give you the ver...