| Author |
Message |
Topic: Scite4Autohotkey - "Set current platform" |
haichen
Replies: 1
Views: 43
|
Forum: Ask for Help Posted: Fri Jan 20, 2012 12:12 pm Subject: Scite4Autohotkey - "Set current platform" |
In Scite4Autohotkey you can "Set current platform". I use this to switch between Default(AHK_L), Basic and Version2.
I'm really sure that it changed the file association, so a doubleclick ... |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
haichen
Replies: 415
Views: 24004
|
Forum: General Chat Posted: Sat Dec 24, 2011 10:50 am Subject: Challenge: translate rosettacode - Was promoting autohotkey |
Here is the downloaded website: [url=http://www.autohotkey.net/~haichen/rosetta/LanguageList_Html.txt]LanguageList_Html.txt
You only need to save it in the scriptdirectory and comment the first line ... |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
haichen
Replies: 415
Views: 24004
|
Forum: General Chat Posted: Sat Dec 24, 2011 10:38 am Subject: Challenge: translate rosettacode - Was promoting autohotkey |
| www.rosettacode.org isn't accessible at the moment. |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
haichen
Replies: 415
Views: 24004
|
Forum: General Chat Posted: Mon Dec 19, 2011 12:22 pm Subject: Challenge: translate rosettacode - Was promoting autohotkey |
Maybe someone want to use this short version without GUI:
UrlDownloadToFile, *0 http://www.rosettacode.org/mw/index.php?title=Special:Categories&limit=5000, LanguageList_Html.txt
FileRea ... |
Topic: AutoHotkey v2 Alpha Release |
haichen
Replies: 710
Views: 57739
|
Forum: Scripts & Functions Posted: Wed Aug 10, 2011 7:59 pm Subject: AutoHotkey v2 Alpha Release |
Can we please skip all the "here's a function that does that" posts already?
Sorry.. I don't do it again! |
Topic: AutoHotkey v2 Alpha Release |
haichen
Replies: 710
Views: 57739
|
Forum: Scripts & Functions Posted: Tue Aug 09, 2011 2:02 pm Subject: AutoHotkey v2 Alpha Release |
I often limit output to less than 80 characters.Here's a small wordwrap function:wordwrap(text,linelength:=35){
for key, val in StrSplit(text, A_Space, "`n`r")
& ... |
Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
haichen
Replies: 538
Views: 93608
|
Forum: Scripts & Functions Posted: Tue Nov 09, 2010 11:52 am Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
Maybe i find a small error in declaring functions. I tried to use mod(), but this didn't work.
So i write my own modulo() function:
dividend :=-5
divisor:=-3
modtest := modulo(divi ... |
Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
haichen
Replies: 538
Views: 93608
|
Forum: Scripts & Functions Posted: Sun Jul 18, 2010 7:50 am Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
hi, since the last two versions (IronAHK-96d9cc) i get this error-message:---------------------------
IronAHK
---------------------------
Could not execute: Der Wert null ist für stream ungültig.
... |
Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
haichen
Replies: 538
Views: 93608
|
Forum: Scripts & Functions Posted: Sat Jun 05, 2010 10:14 pm Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
Thank you for your wonderful work!
I found this small things not working as expected:
Multi seems to be necessary for w and h.
`n didn't work in Edit.
Gui, Add, Text, h200 w100 y100 x100 vC1 Bor ... |
Topic: Have different languages in my script? |
haichen
Replies: 12
Views: 401
|
Forum: Ask for Help Posted: Thu Jun 03, 2010 3:07 pm Subject: Have different languages in my script? |
@merlinman
I tried to make it works but cannot . . .
There're multiple code post I tried them all, but always end up with an error message, that I tried to correct :
----------------------
Exam ... |
Topic: Referrals community share! - Get more space for Dropbox/Mozy |
haichen
Replies: 11
Views: 3100
|
Forum: Utilities & Resources Posted: Tue May 18, 2010 9:59 am Subject: Referrals community share! - Get more space for Dropbox/Mozy |
Thanks to Daonlyfreez for link my referral here.
And of course thanks to the people using it!
Maybe this is useful for you:
At http://2boandco.com/ you can get a PHP DropBox Gallery. You can ... |
Topic: Serial ( COM ) Port Console Script |
haichen
Replies: 120
Views: 47175
|
Forum: Scripts & Functions Posted: Tue Mar 16, 2010 2:26 pm Subject: standardlib compatibility |
Dear aobrien,
thank you for your script! I used it to read data from a cheap weathersensor. It works very fine.
I made your functions stdlib compatible. Therfore i changed the names to PORT_ becau ... |
Topic: DllCall: Basic FTP Functions |
haichen
Replies: 97
Views: 37052
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 12:39 am Subject: DllCall: Basic FTP Functions |
I tried LocalFile=puttest.txt
NewRemoteFile= puttest.txt
server= www.ftptestserver.de
port:=21
username= testuser
password:="123"
FTP_Init()
hConnect:=FTP_Ope ... |
Topic: Dropbox - Free 2GB Online storage, backup/sync/share [URL] |
haichen
Replies: 18
Views: 8896
|
Forum: Utilities & Resources Posted: Sun Feb 28, 2010 10:59 pm Subject: Dropbox - Free 2GB Online storage, backup/sync/share [URL] |
Excellent thanks/
Thanks for registering for Dropbox! For accepting Rainer Friebel's invitation, we've awarded you 250 MB of bonus space. You now have a total of 2.25 GB on Dropbox!
It's m ... |
Topic: Dropbox - Free 2GB Online storage, backup/sync/share [URL] |
haichen
Replies: 18
Views: 8896
|
Forum: Utilities & Resources Posted: Sat Feb 27, 2010 12:55 pm Subject: Dropbox - Free 2GB Online storage, backup/sync/share [URL] |
If you've a free account you can get some more space (250 MB) by invite your friends.
Here's my invitation for you:
https://www.dropbox.com/referrals/NTEzOTEzMjE5
And this is the link to the po ... |
| |