| Author |
Message |
Topic: Anyone know how to clear IE's cached pages? |
Titan
Replies: 20
Views: 314
|
Forum: General Chat Posted: Sat Mar 20, 2010 11:14 am Subject: Anyone know how to clear IE's cached pages? |
I have helped him out alot
Our only interactions involved you emailing me complaints and posting criticisms on the forum and IRC of how I developed autohotkey.net. You had several half baked ideas a ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 11:46 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| Sure, that would help. |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 10:23 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| I've been working heavily with c# and cant see a managed way to use .net to create non-standard windows.System.Drawing is very comprehensive, I'm sure it doesn't miss out anything. You mentioned layer ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 7:28 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| It seems that the default values are not being used if (optional) parameters are not provided.infogulch discovered the same problem last night with RegExReplace. If the limit parameter was unspecified ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 6:33 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
Do you really need a 64 bit version then? Surely the 32 bit one would be fine if its just for the installerI'm not sure that would work either:
How to: Create a Windows Installer for a 64-bit Platf ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 10:08 am Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| Or does .net got both ways from the same EXE?Yes, it doesn't matter which version of IronAHK you have installed, any compiled binaries will work everywhere on all operating systems and processor archi ... |
Topic: 14-03-yyyy --> Laszlo-Day ! |
Titan
Replies: 8
Views: 252
|
Forum: General Chat Posted: Sun Mar 14, 2010 10:03 pm Subject: 14-03-yyyy --> Laszlo-Day ! |
it's the Google Doodle of todayLooks like it coincided with [url=http://www.google.co.uk/logos/mother10-hp.gif]Mothers Day in the UK  |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Sun Mar 14, 2010 7:20 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
About the compatibility. This does not interest me.It does for me The aim for version 1.0 is 99% compatibility with AutoHotkey on Windows and 95% on Unix (OSX and Linux).
I would suggest to use ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Sun Mar 14, 2010 3:53 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| Thanks for testing, I just noticed a silly mistake in FileRead which causes an infinite loop or index out of bounds exception when it tries to parse *c/*t/*m options. This will be fixed in the next ve ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Sun Mar 14, 2010 2:52 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
Version 0.5.5 released with 70% AutoHotkey compatibility, hotkeys and hotsrings on Windows and 126 various improvements over 14390 lines of code.
A Windows installer is now available in 32bit and 6 ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan
Replies: 71
Views: 4915
|
Forum: Scripts & Functions Posted: Sun Mar 14, 2010 8:46 am Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
I would appreciate if it is going to be configurable.The StdLib search path is as follows:
Environment variable AHKLIBPATH, multiple paths can be specified e.g. /opt/ahk:/root/scripts or C:\scripts;D ... |
Topic: Autohotkey.net issues |
Titan
Replies: 1
Views: 62
|
Forum: Bug Reports Posted: Sun Mar 14, 2010 8:32 am Subject: Autohotkey.net issues |
| If you are using an FTP client to upload have you checked that it is set to overwrite files? The file manager overwrites automatically. You could be seeing the old image due to browser caching, have y ... |
Topic: Anyone know how to clear IE's cached pages? |
Titan
Replies: 20
Views: 314
|
Forum: General Chat Posted: Thu Mar 11, 2010 12:13 am Subject: Re: clearer explanation? |
you mean no offense, by a really offensive comment!?Sure for political correctness, just in case you do have an unfortunate condition which makes you write that way.
plz re-phrase that (the msg you ... |
Topic: Anyone know how to clear IE's cached pages? |
Titan
Replies: 20
Views: 314
|
Forum: General Chat Posted: Wed Mar 10, 2010 9:44 pm Subject: Re: clearer explanation? |
| ...on XP & IE6 (which I have but don't use {I use Firefox}), in Tools -> Options... there is a Delete Files... button, click that button you have a Yes/No dialog & a checkbox "Delete a ... |
Topic: Unix in 9 lines of AutoHotkey |
Titan
Replies: 2
Views: 336
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 11:00 pm Subject: Unix in 9 lines of AutoHotkey |
Because AutoHotkey is DllCall("AllocConsole")
DllCall("SetConsoleTitle", "Str", uname := "ahkunix 1.0")
FileAppend, You have no mail., con ... |
| |