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 69 matches
AutoHotkey Community Forum Index
Author Message
  Topic: help with toggle script
horntail

Replies: 4
Views: 326

PostForum: Ask for Help   Posted: Mon Jul 19, 2010 6:08 pm   Subject: help with toggle script
is this for a game because shift + numpad numbers does nothing
  Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
horntail

Replies: 538
Views: 93618

PostForum: Scripts & Functions   Posted: Mon Jul 19, 2010 5:32 pm   Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
ive just checked and found that it works perfectly in the installed build (0.5.7 i believe) but it doesnt work with the latest nightly build
  Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
horntail

Replies: 538
Views: 93618

PostForum: Scripts & Functions   Posted: Mon Jul 19, 2010 4:07 pm   Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
its exactly as it was after extracting the zip
  Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
horntail

Replies: 538
Views: 93618

PostForum: Scripts & Functions   Posted: Mon Jul 19, 2010 3:16 pm   Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
does ironahk have to be installed for the nightly build to work? because all im able to do atm is create a 2kb exe that crashes straight away on loading, and that is with your example.ahk. Ive tried d ...
  Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
horntail

Replies: 538
Views: 93618

PostForum: Scripts & Functions   Posted: Mon Jul 19, 2010 2:44 pm   Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
thanks for the info
  Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
horntail

Replies: 538
Views: 93618

PostForum: Scripts & Functions   Posted: Mon Jul 19, 2010 2:41 pm   Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

I plan to replace this with .NET resources so you can do more with embedded files than just extracting them, i.e. direct read/write access.

that sounds much better than fileinstall


As fragma ...
  Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
horntail

Replies: 538
Views: 93618

PostForum: Scripts & Functions   Posted: Mon Jul 19, 2010 1:04 pm   Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey
Fileinstall is marked as obsolete so what is replacing it? also is this going to be able to support multithreading at some point in the future?
  Topic: AHKsock - A simple AHK implementation of Winsock (TCP/IP)
horntail

Replies: 128
Views: 19445

PostForum: Scripts & Functions   Posted: Tue May 25, 2010 6:53 pm   Subject: AHKsock - A simple AHK implementation of Winsock (TCP/IP)
i change the port number that they were using and its all working now. for some reason on my laptop it would work if you connected to port 27015 through the lan but not through localhost... i dont und ...
  Topic: AHKsock - A simple AHK implementation of Winsock (TCP/IP)
horntail

Replies: 128
Views: 19445

PostForum: Scripts & Functions   Posted: Mon May 24, 2010 5:56 pm   Subject: AHKsock - A simple AHK implementation of Winsock (TCP/IP)
i start up the file transfer server for multiple clients then the client. then i click listen on the server followed by connect on the client. after that i just appears to do nothing, the server says ...
  Topic: AHKsock - A simple AHK implementation of Winsock (TCP/IP)
horntail

Replies: 128
Views: 19445

PostForum: Scripts & Functions   Posted: Sun May 23, 2010 3:23 pm   Subject: AHKsock - A simple AHK implementation of Winsock (TCP/IP)
Ive noticed during testing that the recv() function in the example clients is receiving an sEvent of "SEND" when the clients ive looked at do not appear to handle this value, i think its som ...
  Topic: Win7 FileCreateDir
horntail

Replies: 3
Views: 1330

PostForum: Ask for Help   Posted: Sun Apr 11, 2010 6:56 pm   Subject: Win7 FileCreateDir
if not A_IsAdmin
{
if A_IsCompiled
{
DllCall("shell32\ShellExecuteA", uint, 0, str, "RunAs", str, A_ScriptFullPath)
ExitApp
}
else
{
D ...
  Topic: [Project] MW2 - Keybinder [Help needed]
horntail

Replies: 19
Views: 1215

PostForum: Ask for Help   Posted: Sun Apr 11, 2010 6:40 pm   Subject: [Project] MW2 - Keybinder [Help needed]
#Persistent
#IfWinActive Modern Warfare 2
#SingleInstance force

ini_location = %A_WorkingDir%\Keybinder-Settings.ini

hotkeyslist1 = LButton|MButton
hotkeyslist2 = WheelUp|WheelDown|1

Menu, ...
  Topic: Iniread variable
horntail

Replies: 22
Views: 566

PostForum: Ask for Help   Posted: Sun Apr 11, 2010 3:48 pm   Subject: Iniread variable
that explains why i couldnt see an error Smile
  Topic: Iniread variable
horntail

Replies: 22
Views: 566

PostForum: Ask for Help   Posted: Sun Apr 11, 2010 3:28 pm   Subject: Iniread variable
i tried out your code and i cant see why its not working...
  Topic: Iniread variable
horntail

Replies: 22
Views: 566

PostForum: Ask for Help   Posted: Sun Apr 11, 2010 3:06 pm   Subject: Iniread variable
have all the games your testing got a value for them in the ini file?
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group