| Author |
Message |
Forum: Support Topic: AHK_L Crashing |
| crazyace |
|
Posted: May 21st, 2012, 5:14 am
|
|
Replies: 5 Views: 91
|
| Anyone else want to take a stab at this? |
|
 |
Forum: Support Topic: AHK_L Crashing |
| crazyace |
|
Posted: May 18th, 2012, 5:56 pm
|
|
Replies: 5 Views: 91
|
| hi. We're going to need more info about your code, environment, and AHK_L version. at what time does it crash? as soon as it is opened? Is it the same between compiled and uncompiled? The OS is Windows XP 32 bit SP3. AHK_L version: 1.1.7.3 Anytime that the script is called it will cause AHK_L to cr... |
|
 |
Forum: Support Topic: AHK_L Crashing |
| crazyace |
|
Posted: May 18th, 2012, 5:33 pm
|
|
Replies: 5 Views: 91
|
| I have been working on a project now for about 9 months. From time to time, we get users that have AHK_L crash no matter what. Here is the info that we get from the crash. <?xml version="1.0" encoding="UTF-16"?> <DATABASE> <EXE NAME="AutoHotkey.exe" FILTER="GRABMI_... |
|
 |
Forum: Support Topic: IE8 COM Issues |
| crazyace |
|
Posted: May 7th, 2012, 12:46 pm
|
|
Replies: 4 Views: 109
|
|
 |
Forum: Support Topic: Create Update Script |
| crazyace |
|
Posted: May 4th, 2012, 8:10 pm
|
|
Replies: 3 Views: 99
|
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Recommended for catching common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. Patc... |
|
 |
Forum: Support Topic: Create Update Script |
| crazyace |
|
Posted: May 4th, 2012, 2:08 pm
|
|
Replies: 3 Views: 99
|
| How do you check the "version" ? If it's EXE file : FileRead LastVersion, \\somewords\shareddrive\thefolder\LastVersion.txt ; on a single line FileGetVersion CurVersion, TheFileToCheck.exe If (LastVersion > CurVersion) FileCopy SourcePattern, DestPattern [, Flag] Thanks for the info. If I... |
|
 |
Forum: Support Topic: Create Update Script |
| crazyace |
|
Posted: May 4th, 2012, 6:58 am
|
|
Replies: 3 Views: 99
|
| Hey Guys, Sorry but I'm about 23% a wake right now :( I need to create a very simple update script. We have an exe on a server share that we need to download to a temp folder and then run based on the users version file. If the version file that the user has is less than the version text file on the... |
|
 |
Forum: Support Topic: IE8 COM Issues |
| crazyace |
|
Posted: April 29th, 2012, 1:39 am
|
|
Replies: 4 Views: 109
|
| We are starting to think that AHK_L is bugged? |
|
 |
Forum: Support Topic: IE8 COM Issues |
| crazyace |
|
Posted: April 28th, 2012, 6:05 am
|
|
Replies: 4 Views: 109
|
| Here is my script that I'm trying to run and IE8 isn't allowing it to work. When we run the Utilities file and enter a service tag we get an error that's listed below when it's trying to process. For testing you can use this as a service tag: 1111111 We are trying to upgrade our scripts to work with... |
|
 |
Forum: Support Topic: Change Tooltip Font Size |
| crazyace |
|
Posted: April 26th, 2012, 5:44 pm
|
|
Replies: 5 Views: 83
|
| Check out TT library TT:=TT("CloseButton Balloon OnClose=ExitApp Background=Blue Color=White","Hello World!","AutoHotkey ToolTip Library") TT.Font("s16 bold italic, Arial") TT.Show("",A_ScreenWidth/2,A_ScreenHeight/2) return ExitApp(){ ExitApp } I t... |
|
 |
Forum: Support Topic: Change Tooltip Font Size |
| crazyace |
|
Posted: April 26th, 2012, 1:00 pm
|
|
Replies: 5 Views: 83
|
| Here is the code that I'm using: CoordMode, ToolTip, Screen x:= floor(A_ScreenWidth /2) y:= floor(A_ScreenHeight /2) WinGetTitle, ActiveWin, A ToolTip, 1) POS Address`n2) OST Address`n3) System Exchange Address`n4) Depot Box Address, x, y 1:: Numpad1:: Suspend On ToolTip, I wanted to know if I could... |
|
 |
Forum: Support Topic: AutoHotkey.exe Crashes (Debug Included) AHK_L |
| crazyace |
|
Posted: April 22nd, 2012, 9:02 pm
|
|
Replies: 4 Views: 162
|
| Asking to have this post moved to the bug section. |
|
 |
Forum: Support Topic: AutoHotkey.exe Crashes (Debug Included) AHK_L |
| crazyace |
|
Posted: April 14th, 2012, 6:18 pm
|
|
Replies: 4 Views: 162
|
|
 |
Forum: Support Topic: AutoHotkey.exe Crashes (Debug Included) AHK_L |
| crazyace |
|
Posted: April 13th, 2012, 3:14 pm
|
|
Replies: 4 Views: 162
|
| Can you name a general area in the script where it crashed? If so can you post the code in the general crash area? Sure thing. Also this doesn't happen all the time, just some times and it's very odd. I was using option #3 from the email script when it crashed. Also we have noticed that it can cras... |
|
 |
Forum: Support Topic: AutoHotkey.exe Crashes (Debug Included) AHK_L |
| crazyace |
|
Posted: April 13th, 2012, 1:52 pm
|
|
Replies: 4 Views: 162
|
| Today when trying to run some of my scripts AutoHotKey.exe started to crash. Here is what the debugger pulled up. I hope that someone can give a helping hand with this. The issue is very random. In order to resolve the issue, the computer must be restarted and the issue is then gone. An unhandled wi... |
|
 |
| Sort by: |