| Author |
Message |
Topic: Multi User Chat with Private and Public messages AHK! Enjoy! |
Petru
Replies: 8
Views: 542
|
Forum: Scripts & Functions Posted: Sat Jan 09, 2010 12:36 pm Subject: Multi User Chat with Private and Public messages AHK! Enjoy! |
Congrats, though the program's windows should be more compact. It's hard to work with such big windows.
Oh, and you're Italian. Nice.  |
Topic: Multi User Chat with Private and Public messages AHK! Enjoy! |
Petru
Replies: 8
Views: 542
|
Forum: Scripts & Functions Posted: Fri Jan 08, 2010 8:25 pm Subject: Multi User Chat with Private and Public messages AHK! Enjoy! |
| Upload it elsewhere please! |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
Petru
Replies: 441
Views: 82467
|
Forum: Scripts & Functions Posted: Thu Dec 03, 2009 9:40 am Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
AHKU = AHK + AHK_L additions + AHK_U additions
In order to make one single version, they need to talk to Chris first. |
Topic: Problem with #includes |
Petru
Replies: 3
Views: 104
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 2:48 pm Subject: Re: Problem with #includes |
| Yep, you were right, Lexikos. I'm just very fuzzy today... |
Topic: Problem with #includes |
Petru
Replies: 3
Views: 104
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 11:36 am Subject: Problem with #includes |
I've got a main script M that is divided into more smaller scripts by #includes.
Consider:
M is dependant on S1 and is dependant on S2.
S1 is also dependant on S2.
=>
I can't #include S1 ... |
Topic: IsPrime() - Check if Number is Prime |
Petru
Replies: 8
Views: 620
|
Forum: Scripts & Functions Posted: Thu Nov 19, 2009 9:25 am Subject: IsPrime() - Check if Number is Prime |
I like my version...
Prim(a)
{
local Prim
ok:=1
Prim:=round(a/2)+1
loop
{
prim--
if prim=1
break
if mod(a,prim)=0
ok:=0
}
if ok
retu ... |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Wed Nov 18, 2009 7:09 pm Subject: UNICODE version of AutoHotkey |
As a little bug report,
stringreplace,test,test,ă,a
works if run as a script, but when compiled using the unicode AutohotkeySC.bin returns a strange error. |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Tue Nov 17, 2009 8:28 am Subject: UNICODE version of AutoHotkey |
I've uploaded a precompiled Unicode AutoHotkeySC.bin.
Enjoy
Thank you so much! |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Sun Nov 15, 2009 3:32 pm Subject: UNICODE version of AutoHotkey |
| Ok so if nobody will make a unicode AutohotkeySC.bin then who can tell me what should I do to make one? I'm going to a contest in one month or two with an app made in AHK and Unicode is mandatory... I ... |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Wed Nov 11, 2009 4:08 pm Subject: UNICODE version of AutoHotkey |
| Any news? |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Mon Nov 09, 2009 5:47 pm Subject: UNICODE version of AutoHotkey |
| We still need AutohotkeySC.bin. Please, somebody... |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Fri Nov 06, 2009 9:48 am Subject: UNICODE version of AutoHotkey |
| But how about AutohotkeySC.bin? We need to compile scripts... |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Sat Oct 31, 2009 7:52 pm Subject: UNICODE version of AutoHotkey |
My fault, I was dropping the file onto AutoHotkey.exe, so working directory was wrong.
I thought working directory for #include is always scripts directory #Include %A_ScriptDir%\Script.ahk ... |
Topic: UNICODE version of AutoHotkey |
Petru
Replies: 231
Views: 19087
|
Forum: Scripts & Functions Posted: Sat Oct 31, 2009 12:38 pm Subject: Petru |
| I'm afraid it doesn't support #includes. It says that the files are not found. |
Topic: Request: try script in WinXP & WinVista & post resul |
Petru
Replies: 10
Views: 425
|
Forum: Ask for Help Posted: Tue Sep 29, 2009 5:35 pm Subject: Request: try script in WinXP & WinVista & post resul |
| I don't think this is actually a problem, but the way WinVista behaves to the function... |
| |