| Author |
Message |
Topic: Frame automatically moving |
Da Rossa
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 12:59 am Subject: Frame automatically moving |
Thanks for your patience. I'm almost there.
The following is a copy of the contents inside the windowspy:
>>>>>>>>>>( Window Title & Class )<<<<<& ... |
Topic: Frame automatically moving |
Da Rossa
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 10:51 pm Subject: Frame automatically moving |
ControlMove?
Believe me, I'm sooo n00b that I don't even know what "control" means in the AHK world. I don't know:
- the precise definition of 'control' (the term)
- what's in common with ... |
Topic: Frame automatically moving |
Da Rossa
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 1:26 am Subject: Frame automatically moving |
Hi
is there a way to have my xplorer˛ (file manager used to replace Windows Explorer), that uses dual-panel layout, to move the position of the frame by hotkey but not using the the recorder to get t ... |
Topic: My hotstrings have weird problems |
Da Rossa
Replies: 4
Views: 81
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 1:41 am Subject: My hotstrings have weird problems |
Thanks Engun!! That worked perfectly. Glad to get help from you!  |
Topic: My hotstrings have weird problems |
Da Rossa
Replies: 4
Views: 81
|
Forum: Ask for Help Posted: Sun Jul 20, 2008 10:17 am Subject: My hotstrings have weird problems |
Engunneer you're the man! I found out that the culprit is this part:
; YAHOO BABELFISH TRANSLATION PORTUGUESE-ENGLISH
; ENTER, conditional
enter::
IfWinActive, Babel Fish,
{
sen ... |
Topic: My hotstrings have weird problems |
Da Rossa
Replies: 4
Views: 81
|
Forum: Ask for Help Posted: Sun Jul 20, 2008 3:58 am Subject: My hotstrings have weird problems |
Hi
I've found out that the {Enter} key is not being recognized as a hotstring endchar. To ensure, I went to the help chm and found in the following:
#Hotstring EndChars -()[]{ ... |
Topic: Opening a file in an already open program |
Da Rossa
Replies: 9
Views: 195
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 6:47 am Subject: Opening a file in an already open program |
| Thanks Icarus and Engunneer! |
Topic: Opening a file in an already open program |
Da Rossa
Replies: 9
Views: 195
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 3:51 pm Subject: Opening a file in an already open program |
The purpose is to reduce the mouse usage, and get rid of the need to right click then 'open with'.
Whoa, how do I add items to the context menu?? |
Topic: Opening a file in an already open program |
Da Rossa
Replies: 9
Views: 195
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 7:12 am Subject: Opening a file in an already open program |
| No, actually I want it not only for Acrobat & PDF files, but for the AHK files themselves: if I hit enter or click a .ahk file anywhere, the script will launch. But many times I only want to EDIT ... |
Topic: Opening a file in an already open program |
Da Rossa
Replies: 9
Views: 195
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 2:41 pm Subject: Opening a file in an already open program |
Unfortunately this
Run %ProgramFiles%\Acrobat\Acrobat.exe "%PdfFile%"
Or something similar.
might not work because the filename is variable, since it's about the PDF files that I just ... |
Topic: Opening a file in an already open program |
Da Rossa
Replies: 9
Views: 195
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 3:11 am Subject: Opening a file in an already open program |
Hi,
Look @ this situation: I have Foxit reader set up as my default PDF reader. However, sometimes I need to use Acrobat to do some things. If I access the file simply, Foxit will open. Let's say I ... |
Topic: About hotstring endchars |
Da Rossa
Replies: 3
Views: 109
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 9:06 pm Subject: About hotstring endchars |
Hi, sorry for late response, I have an updated description of the problem:
I have two problems that I wasn't experiencing until short ago:
1- the {Enter} key is not being recognized as an endchar. T ... |
Topic: About hotstring endchars |
Da Rossa
Replies: 3
Views: 109
|
Forum: Ask for Help Posted: Thu Jun 05, 2008 2:31 am Subject: About hotstring endchars |
Hi,
I've put in my script the following:
#Hotstring EndChars ()[]{}:;'"/\,.?!`n `t
But still {enter} isn't recognized as an endchar. This means that, then I type ... |
Topic: AutoHotkey TextPad Syntax File, by Rajat |
Da Rossa
Replies: 6
Views: 2453
|
Forum: Scripts & Functions Posted: Wed Jun 04, 2008 2:13 am Subject: AutoHotkey TextPad Syntax File, by Rajat |
Thanks sir!! It worked! Very smart! |
Topic: AutoHotkey TextPad Syntax File, by Rajat |
Da Rossa
Replies: 6
Views: 2453
|
Forum: Scripts & Functions Posted: Tue Jun 03, 2008 7:15 pm Subject: AutoHotkey TextPad Syntax File, by Rajat |
Hi gentlemen.
I downloaded the .syn file from Rajat, but I can't get it to work anyhow. What do I do? I put the syn files in the correct folder inside the Textpad directory, then executed the script ... |
| |