AutoHotkey Community

It is currently May 23rd, 2012, 4:20 am

All times are UTC [ DST ]


Search found 168 matches
Search these results:

Author Message

 Forum: Scripts   Topic: AutoHotkey_L porting pack v0.1 alpha

Posted: August 11th, 2011, 10:25 am 

Replies: 16
Views: 2432


fincs, don't know why but the porting pack package stopped working for current version of ahkL... It doesn't download the ZIPs. :( I even tried to download them and rename to correct names, and it recognizes them, but it gives and error: Create folder: C:\Program Files (x86)\AutoHotkey\AutoH...

 Forum: Scripts   Topic: SceneRenamer - Renames "Scene" releases of TV Show

Posted: May 1st, 2011, 9:30 pm 

Replies: 70
Views: 11613


The executable works fine, not the script (.ahk file) anymore, No idea why! I will just use it like that, have been using it for along time now, lovely work Pacheco :) But i use it in script form (AHK file)... Don't know why isn't working on your side.... It might be a "internet explorer"...

 Forum: Scripts   Topic: SceneRenamer - Renames "Scene" releases of TV Show

Posted: May 1st, 2011, 2:10 pm 

Replies: 70
Views: 11613


Nazzal wrote:
Hello Pacheco,
Is this still working? I get error connection :(


Hi... Yes it's still working...
I've just renamed 7 episodes (of different shows) with it, without any problem...

 Forum: Scripts   Topic: AutoReload Script if changed [even compiled ones]

Posted: March 29th, 2011, 5:55 pm 

Replies: 7
Views: 875


what about, rename, recompile,run recompiled,exitapp the one your running perhaps singleinstance force wil exit the one your running? so no need fot the exitapp also Ahk2exe.exe might not work if the file isn't in the same directory Hi emmanuel d , if i understood you correctly, you're saying to re...

 Forum: Scripts   Topic: AutoReload Script if changed [even compiled ones]

Posted: March 29th, 2011, 4:38 am 

Replies: 7
Views: 875


This is a function that enables your scripts (compiled or not), to auto-reload themselves every time the source file is saved! :lol: Hi... First of all let me explain the inspiration for this little function: I have a script that is running in my 2 PCs (compiled so it is easier to make it load ever...

 Forum: Custom   Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

Posted: February 25th, 2011, 12:52 pm 

Replies: 551
Views: 102407


OceanMachine wrote:
You could possibly try:
Code:
StringGetPos, pos, tmp, % "alt=""" carta

(untested)

It worked bypassing the interpreter, but it don't have the same effects as the other line in ahk :S

 Forum: Custom   Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

Posted: February 25th, 2011, 12:39 pm 

Replies: 551
Views: 102407


I'm having troubles using AHK scripts in ironahk, namely the usage of lines like: StringGetPos, pos, tmp, alt=`"%carta% it "errors" with: ==> Unterminated string Can you solve it? I need to search for a content that starts with a " but i don't now all of the contents until the cl...

 Forum: Scripts   Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]

Posted: December 29th, 2010, 6:19 pm 

Replies: 577
Views: 85998


(...) The following code is now possible: scite := [color=#107095]ComObjActive[/color]([color=#666666]"SciTE4AHK.Application"[/color]) [color=#107095]MsgBox[/color] % scite.GetCurrentFile() scite.InsertText([color=#666666]"MsgBox, Hello World!"[/color]) ;...

 Forum: Scripts   Topic: AutoHotkey_L porting pack v0.1 alpha

Posted: November 9th, 2010, 5:45 pm 

Replies: 16
Views: 2432


I still cannot reproduce your problem. I'm using a VM with a standard XP SP2 installation with vanilla AHK. Can you run this script for me and tell me the contents of the MsgBox? RegRead, ov, HKLM, Software\AutoHotkey, InstallDir MsgBox %ov% If it isn't C:\Program Files\AutoHotkey, then you've some...

 Forum: Custom   Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

Posted: November 9th, 2010, 10:51 am 

Replies: 551
Views: 102407


polyethene wrote:
specter333 wrote:
(....)

I tested the Run command and found three errors that I will fix when I get back later today, thanks.

Hi polyethene,
As you will correct Run, i'm just asking: why there isn't a RunWait?
An as there isn't how can i simulate it in linux (ubuntu)?

Thx

 Forum: Scripts   Topic: AutoHotkey_L porting pack v0.1 alpha

Posted: November 9th, 2010, 1:12 am 

Replies: 16
Views: 2432


Did you also use the official AutoHotkey_L installer & installed to Program Files\AutoHotkey\AutoHotkeyL? That explains it, as I use the registry to find the AHK folder. The official AHK_L installer is intended to replace the vanilla setup. No... I just installed everything clean... Removed all...

 Forum: Scripts   Topic: AutoHotkey_L porting pack v0.1 alpha

Posted: November 8th, 2010, 9:09 pm 

Replies: 16
Views: 2432


It doesn't work properly.... It created a %ProgramFiles%\Autohotkey\AutoHotkeyL\AutoHotkey_L instead of %ProgramFiles%\Autohotkey\AutoHotkey_L So Scite4AHK won't recognize that it has the L versions "installed". Just move folder back and it seems to be ok :) EDIT: Was just a Problem with ...

 Forum: Scripts   Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]

Posted: November 8th, 2010, 8:47 pm 

Replies: 577
Views: 85998


fincs wrote:
Beta 4 is out.


Thx...
But... Now how can i install/use the L version?
Is there any installer or i have to put them in Autohotkey_L by myself (debugging the platform.properties)?


EDIT: Found... "Just" install THIS
But it has a problem (see there)

 Forum: Scripts   Topic: WatchDirectory()

Posted: November 8th, 2010, 7:15 pm 

Replies: 56
Views: 18134


Hello HotkeyIT, First let me congratulate you for the script that is very handy... But... (and I'm writing because of a "but"... :P ) I'm using it for more than a year now, and this week, I've started to use the AHK_L version (Rev61) and I've noticed that the script isn't working anymore w...

 Forum: Scripts   Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]

Posted: November 5th, 2010, 11:08 pm 

Replies: 577
Views: 85998


First of all, let me congratulate you for this project... It really works way better than it's antecedents... :) Its really nice to have an editor to work with the updated AHK_L version :D However I've noticed that the way this is implemented, it's not possible to upgrade (easily) the AHK_L version,...
Sort by:  
Page 1 of 12 [ Search found 168 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group