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 28 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Monitor file access - for a Zeitgeist (Gnome 3.2) with Ahk
Moebius

Replies: 4
Views: 148

PostForum: Ask for Help   Posted: Tue Nov 15, 2011 11:23 am   Subject: Monitor file access - for a Zeitgeist (Gnome 3.2) with Ahk
Association is not enough, cause not every program uses files (browser, calc, etc). Also, if you open a document with the open dialog, it will not be listed in recent documents.

I've found "Ea ...
  Topic: Monitor file access - for a Zeitgeist (Gnome 3.2) with Ahk
Moebius

Replies: 4
Views: 148

PostForum: Ask for Help   Posted: Mon Nov 14, 2011 9:56 am   Subject: Monitor file access - for a Zeitgeist (Gnome 3.2) with Ahk
Good idea, but "Recent documents" does not list the applications.
  Topic: Monitor file access - for a Zeitgeist (Gnome 3.2) with Ahk
Moebius

Replies: 4
Views: 148

PostForum: Ask for Help   Posted: Sun Nov 13, 2011 10:04 pm   Subject: Monitor file access - for a Zeitgeist (Gnome 3.2) with Ahk
Hi!
Anyone here, who knows a possibility to monitor which files are accessed by Windows?
There is a watchdirectory function, but it doesnt check for read access only.
It would be cool to create a ...
  Topic: WindowPad - multi-monitor window-moving tool
Moebius

Replies: 319
Views: 158737

PostForum: Scripts & Functions   Posted: Wed Oct 06, 2010 11:43 pm   Subject: WindowPad - multi-monitor window-moving tool
Is there a way to just hold the CTRL key and drag a window to the edge of the screen and have it split to 1/2 the screen size, similar to what Windows 7 does by default?
Here you go - just drag the w ...
  Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Moebius

Replies: 1035
Views: 177314

PostForum: Scripts & Functions   Posted: Sat Oct 02, 2010 3:08 pm   Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
i launch it in total commander: autohotkey.exe test.ahk
where both files are in current directory.

Edit: i made additional tests: .bat file or cmdline call with autohotkey.exe test.ahk runs the ri ...
  Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Moebius

Replies: 1035
Views: 177314

PostForum: Scripts & Functions   Posted: Sat Oct 02, 2010 12:12 pm   Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
you are right: A_IsUnicode shows "1".
But the autohotkey.exe (344064 bytes) is from the file: Autohotkey_La.zip from your download page named as ANSI x86.

The problem occurred on an old ...
  Topic: UnHTM() :: Remove HTML formatting from a String [Updated]
Moebius

Replies: 22
Views: 5699

PostForum: Scripts & Functions   Posted: Sat Oct 02, 2010 10:32 am   Subject: UnHTM() :: Remove HTML formatting from a String [Updated]
Skan, thanks for the upload - it works!

I thought also about a browser problem (firefox) yesterday and therefore tried also with IE. But i got the same result.
Now i've checked it also with Chrom ...
  Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Moebius

Replies: 1035
Views: 177314

PostForum: Scripts & Functions   Posted: Sat Oct 02, 2010 10:22 am   Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Lexikos, thanks for the info.

But there is a small inconsistency - the manual says:

Str -- TCHAR*, LPTSTR, LPCTSTR Equivalent to WStr in Unicode builds and AStr in ANSI builds.
I tried it with ...
  Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Moebius

Replies: 1035
Views: 177314

PostForum: Scripts & Functions   Posted: Fri Oct 01, 2010 10:21 pm   Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Hi,
the following call works on "normal" autohotkey build, but not on the Lexikos build. (WinXP)
Why? I could not find any hint in the doc or this thread...
DllCall("shell32\Shel ...
  Topic: UnHTM() :: Remove HTML formatting from a String [Updated]
Moebius

Replies: 22
Views: 5699

PostForum: Scripts & Functions   Posted: Fri Oct 01, 2010 9:49 pm   Subject: UnHTM() :: Remove HTML formatting from a String [Updated]
Hi,
i get the following error:

Error at line 16.
Line Text: ;1
Error: The leftmost character above is illegal in an expression.

Line 16:
L := "&" A_LoopField C, R .= ...
  Topic: Autohotkey for Pocket PCs / WinCE / Smartphones
Moebius

Replies: 443
Views: 97155

PostForum: Scripts & Functions   Posted: Wed Sep 22, 2010 10:43 pm   Subject: Autohotkey for Pocket PCs / WinCE / Smartphones
Hi!
How can i activate or send the "tap and hold" gesture?
No success with:
ControlClick, x50 y100,,,RIGHT
Thanks!

Edit:
"A" was missing - It works now
ControlClick, PIEHT ...
  Topic: Zip Thumbnails (Updated:version 4.6.2, 18.4.2011)
Moebius

Replies: 93
Views: 22846

PostForum: Utilities & Resources   Posted: Sun Mar 07, 2010 11:22 pm   Subject: Zip Thumbnails (Updated:version 4.6.2, 18.4.2011)
How can i use it from autohotkey?

I would like to show the thumbnails on a GUI...
Thanks!
  Topic: Control brightness with WMI?
Moebius

Replies: 0
Views: 643

PostForum: Ask for Help   Posted: Tue Mar 02, 2010 12:06 am   Subject: Control brightness with WMI?
Anyone here who can translate this .vbs snippet into autohotkey?

set services=getobject("winmgmts:root\wmi")
set mon=services.get("WmiMonitorBrightnessMethods"& ...
  Topic: turn off 1st monitor and not 2nd one
Moebius

Replies: 18
Views: 5543

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 8:35 pm   Subject: turn off 1st monitor and not 2nd one
if you have a ATI/AMD card, you can do this in the Catalyst Control Center with "Profiles" and "Hotkeys". I use it since years (2nd monitor is my tv) and it works good.
  Topic: Total commander and Winrar password cache
Moebius

Replies: 1
Views: 3321

PostForum: Scripts & Functions   Posted: Mon Feb 15, 2010 1:00 pm   Subject: Total commander and Winrar password cache
I use this script in combination with Total commander and/or Winrar.

If you have more files to extract with the same password, this script will automatically enter the last password - there is a ti ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group