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 412 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Reading commented data from multitude of files? possible?
a_h_k

Replies: 16
Views: 405

PostForum: Ask for Help   Posted: Sun Mar 14, 2010 4:26 am   Subject: Reading commented data from multitude of files? possible?
Greetings,..

Also, will I be able to fix my problem from the first post with this so that I can read the data from multiple files?Display all hotkeys that script uses (in main & its includes) . ...
  Topic: Compile_AHK II - for those who compile!
a_h_k

Replies: 295
Views: 42926

PostForum: Scripts & Functions   Posted: Sun Mar 14, 2010 4:18 am   Subject: Compile_AHK II - for those who compile!
Compiler tab .. Exe file .. C:\...\SCRIPT.exe (source is SCRIPT.ahk)
--> Manually changed to C:\...\MyScript.exe

Result...
MyScript.exe
SCRIPT.ahk.ini

Should the result be...
MyScript.exe ...
  Topic: Autohotkey.net issues
a_h_k

Replies: 0
Views: 9

PostForum: Bug Reports   Posted: Sun Mar 14, 2010 3:09 am   Subject: Autohotkey.net issues
When i have say uploaded imageA.png, then i upload a modified imageA.png, the actual image stays as that of the original image!
So i have had to rename the file to eg imageA2.png, upload that, and us ...
  Topic: Help Selector
a_h_k

Replies: 0
Views: 23

PostForum: Scripts & Functions   Posted: Sun Mar 14, 2010 2:55 am   Subject: Help Selector
I originally started this due to the annoyance of Windows Help being loaded when i didn't want it to be (accidently pressing F1 (eg "aiming" for F2), or not realizing i wasn't still in app's ...
  Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys
a_h_k

Replies: 9
Views: 240

PostForum: Ask for Help   Posted: Sat Mar 13, 2010 1:24 pm   Subject: How to capture Logitech N305 Numpad '=', '(' and ')' keys
Harking back to here..
My current solution looks like !Numpad6::
KeyWait, Numpad1, D
MsgBox =
Return

!Numpad4::
KeyWait, Numpad0, D
MsgBox (
Return
The problem is, that ...
  Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys
a_h_k

Replies: 9
Views: 240

PostForum: Ask for Help   Posted: Sat Mar 13, 2010 12:21 pm   Subject: How to capture Logitech N305 Numpad '=', '(' and ')' keys
I have the same problem, I followed the steps above but I get a smiley face before every keystroke I send for the "=" and ")" keys!
This should do the trick... ☺!Numpad6: ...
  Topic: Double press F1 problem
a_h_k

Replies: 6
Views: 72

PostForum: Ask for Help   Posted: Sat Mar 13, 2010 5:11 am   Subject: Double press F1 problem
With this you can select which Help you want... Smile
#NoTrayIcon
SetTitleMatchMode, 3

$F1::
Gui, -MaximizeBox -MinimizeBox
Gui, Add, Button, x1 y1 w130 h30 gAutohotkey, Autohotkey
...
  Topic: Reading commented data from multitude of files? possible?
a_h_k

Replies: 16
Views: 405

PostForum: Ask for Help   Posted: Thu Mar 11, 2010 9:51 am   Subject: Reading commented data from multitude of files? possible?
Here's the first basic working version Very Happy ---> AutoIncludes.exe

Edit: Latest version here ---> AutoIncludes

Compiled for WinXP

You need to manually (possibly will put into gui later) cr ...
  Topic: Need Script to protect my computer from my 2y old daughter
a_h_k

Replies: 7
Views: 251

PostForum: Ask for Help   Posted: Sun Feb 28, 2010 8:25 am   Subject: Need Script to protect my computer from my 2y old daughter
You can also set the button to power-off pc only after button has been held down for 4 seconds (done in cmos setup)
  Topic: Yet anothr "Functions .. contain functions" thread
a_h_k

Replies: 2
Views: 127

PostForum: Ask for Help   Posted: Sat Feb 27, 2010 6:07 am   Subject: Yet anothr "Functions .. contain functions" thread
What's the deal with it? I'm not talking about missing brackets, etc, but whether functions are allowed to contain functions. Sometimes i can call another library function (from within a librarry func ...
  Topic: This works... When I hit the key twice!!
a_h_k

Replies: 1
Views: 102

PostForum: Ask for Help   Posted: Sat Feb 27, 2010 5:25 am   Subject: Re: This works... When I hit the key twice!!
As said in the title, I must hit the NumPad3 key twice to make this little piece of script work.

What I am missing?

NumPad3::
IfWinExist, ahk_id %tableID%Return ; <--- ??
WinGetTitl ...
  Topic: There is a solution to write scripts for FireFox
a_h_k

Replies: 72
Views: 3151

PostForum: Ask for Help   Posted: Fri Feb 26, 2010 8:35 am   Subject: There is a solution to write scripts for FireFox
I'm just trying to get versourc() working

rc := versourc("Google - Mozilla Firefox")
Get "??? * Error ClipWait in function sdom" error

I even tried 20s in sdom( ...
  Topic: Cookies & visited links
a_h_k

Replies: 5
Views: 191

PostForum: Ask for Help   Posted: Wed Feb 24, 2010 9:53 am   Subject: Cookies & visited links
Try
I already use Session Manager, and yes, it doesn't alter cookies. It allows you to save past sessions, and recover from the infamous (& all-too-frequent) "Flipping Firefox Freeze" ...
  Topic: How can clicking an ahk trigger a totally different ahk?
a_h_k

Replies: 4
Views: 109

PostForum: Ask for Help   Posted: Tue Feb 23, 2010 12:39 pm   Subject: How can clicking an ahk trigger a totally different ahk?
What operating System are you using?
What Version of Ahk?
How do you complie your scripts?
I just tried what you described and could not duplicate the problem
I use Xp Sp3
Ahk Version 1.0.48.05
...
  Topic: Guest2.0
a_h_k

Replies: 6
Views: 161

PostForum: Ask for Help   Posted: Tue Feb 23, 2010 11:58 am   Subject: Guest2.0
What is this for?
 
Page 1 of 28 Goto page 1, 2, 3 ... 26, 27, 28  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group