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 203 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Clipboard data not returned in function
godsstigma

Replies: 2
Views: 57

PostForum: Ask for Help   Posted: Sat Mar 20, 2010 10:53 am   Subject: Clipboard data not returned in function
Thank you so much alhab.

I knew I was missing some single line in the help file. Laughing

ps: I do need the full contents of the clipboard as i am just using the windows clipboard as a catalyst t ...
  Topic: Clipboard data not returned in function
godsstigma

Replies: 2
Views: 57

PostForum: Ask for Help   Posted: Sat Mar 20, 2010 2:31 am   Subject: Clipboard data not returned in function
Can anyone tell me why the clipboard data is not being returned and stored in this code?
^1::
Clip_1 := Clip_Catch()
Return

!1::
Clip_Send(Clip_1)
Retur ...
  Topic: Passing Params to running script via CMD
godsstigma

Replies: 7
Views: 201

PostForum: Ask for Help   Posted: Sat Feb 27, 2010 12:13 am   Subject: Passing Params to running script via CMD
lol got that too!
Smile
  Topic: Passing Params to running script via CMD
godsstigma

Replies: 7
Views: 201

PostForum: Ask for Help   Posted: Sat Feb 27, 2010 12:11 am   Subject: Passing Params to running script via CMD
Thanks Hugov~

I already have a massive amount of hotkeys and one included to do just that, but i thought it would be easier for my users to have a context menu item in place as well.
  Topic: Passing Params to running script via CMD
godsstigma

Replies: 7
Views: 201

PostForum: Ask for Help   Posted: Fri Feb 26, 2010 9:58 pm   Subject: Passing Params to running script via CMD
Thanks guys for the suggestions.

I am going to set up a right click context menu within explorer that will send the following to my script when a certain file is right clicked:


c:\myapp.ex ...
  Topic: Passing Params to running script via CMD
godsstigma

Replies: 7
Views: 201

PostForum: Ask for Help   Posted: Fri Feb 26, 2010 7:18 pm   Subject: Passing Params to running script via CMD
if i have a compiled script that is running with the #singleinstance ignore directive, how can i pass parameters to the script as described here?
http://www.autohotkey.com/docs/Scripts.htm#cmd

Is ...
  Topic: Large Project organization
godsstigma

Replies: 1
Views: 67

PostForum: Ask for Help   Posted: Tue Feb 23, 2010 11:52 pm   Subject: Large Project organization
I am working on a rather large project that i plan on opening up in the future. The app has quite a few GUIs so for the sake of organization, should I build each GUI in its own include or slap all GUI ...
  Topic: Possible "AHK_Mind" Offshoot...
godsstigma

Replies: 1
Views: 133

PostForum: General Chat   Posted: Tue Feb 23, 2010 11:47 pm   Subject: Possible "AHK_Mind" Offshoot...
Tax return!!!

... Wait, damn it i have a family now.

Does anyone have this yet?
  Topic: Programming paradigm
godsstigma

Replies: 13
Views: 444

PostForum: General Chat   Posted: Tue Feb 23, 2010 3:37 pm   Subject: Programming paradigm
I wasn't trying to refute your statement but rather trying to understand better.

I am guessing that AHK can be partly considered a functional language by the fact that it supports higher-order func ...
  Topic: Programming paradigm
godsstigma

Replies: 13
Views: 444

PostForum: General Chat   Posted: Tue Feb 23, 2010 2:57 pm   Subject: Programming paradigm
ahk is by definition a procedural language but in many ways fits the definition of functional as well

Tank, can you explain to me how AHK can be described as a functional language?
  Topic: how to send simultanoues keypresses?
godsstigma

Replies: 3
Views: 101

PostForum: Ask for Help   Posted: Tue Feb 23, 2010 1:11 am   Subject: how to send simultanoues keypresses?
Try SendInput, it will send the keys faster and will increase the possibility of the game recognizing it as a "simultaneous" key press.

I am pretty sure that a keyboard can not send more ...
  Topic: Programming paradigm
godsstigma

Replies: 13
Views: 444

PostForum: General Chat   Posted: Sat Feb 20, 2010 4:58 am   Subject: Programming paradigm
That's what I thought, thanks Tank.
  Topic: Programming paradigm
godsstigma

Replies: 13
Views: 444

PostForum: General Chat   Posted: Sat Feb 20, 2010 2:01 am   Subject: Programming paradigm
AHK and AutoIt would be considered what type of programming paradigm.

Procedural?

I know ultimately it is a scripting language, but what would it most closely resemble?
  Topic: Application close notify
godsstigma

Replies: 2
Views: 75

PostForum: Ask for Help   Posted: Fri Feb 12, 2010 4:34 pm   Subject: Application close notify
Thanks, but I have reviewed the help file.
The first line in the "OnExit" help page:
The OnExit subroutine is called when the script exits by any means (except when it is killed by somethi ...
  Topic: Application close notify
godsstigma

Replies: 2
Views: 75

PostForum: Ask for Help   Posted: Fri Feb 12, 2010 2:53 pm   Subject: Application close notify
Is there anyway for a script/executable to know if it is being closed via taskman or the command line, and if so can we pause the termination to execute some code beforehand?

Further explanation:
...
 
Page 1 of 14 Goto page 1, 2, 3 ... 12, 13, 14  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group