Search found 4168 matches

by nnnik
20 Nov 2020, 05:03
Forum: Bug Reports
Topic: Keybd hook breaks with AHK 32-bit
Replies: 3
Views: 1509

Re: Keybd hook breaks with AHK 32-bit

I do not think this is caused or fixable from AHKs side.
by nnnik
20 Nov 2020, 04:49
Forum: Wish List
Topic: Extra functionality for Timeouts and Threads
Replies: 2
Views: 1132

Re: Extra functionality for Timeouts and Threads

Dont use #if unless your program structure allows it. To elaborate - the execution of #if may get delayed while another piece of code is running. AutoHotkey itself eventually triggers an IfTimeOut. However the OS itself might already disconnect AutoHotkey from the message queue when that happens. Th...
by nnnik
20 Nov 2020, 04:38
Forum: AutoHotkey Development
Topic: [Wish] longer continuation sections/lines still Topic is solved
Replies: 12
Views: 7407

Re: [Wish] longer continuation sections/lines still Topic is solved

i dont wanna pipe my data into a file ill probably forget to delete when im done
Sounds like a you problem.

That being said the new limits should be documented rather than hidden away.
by nnnik
13 Nov 2020, 07:22
Forum: AutoHotkey Development
Topic: change from v1 to v2 - is it possible to get a whole list of all errors?
Replies: 6
Views: 3139

Re: change from v1 to v2 - is it possible to get a whole list of all errors?

If there was a variable %A_AhkMajorVersion% or similar like I suggested and made pull requests for you could include different libraries depending on your version. This would possibly allow the community to create gui libraries that work independently from a version number. However lexikos seems to ...
by nnnik
02 Sep 2020, 01:17
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 84843

Re: Guestbook: say hi, thank you, whatever!

Its against Discord TOS to help anybody with gaming related scripts. We as a community have to make sure that we do not help these people.
So people that a) break the rules b) seemingly bypass bans by making new accounts might get banned a little more quickly than you are used to.
by nnnik
10 Aug 2020, 08:21
Forum: AutoHotkey Development
Topic: Smarter dllcall()
Replies: 8
Views: 5125

Re: Smarter dllcall()

Instead of i64 maybe l for long?
by nnnik
10 Aug 2020, 00:01
Forum: AutoHotkey Development
Topic: Conflicts caused by V2
Replies: 10
Views: 6810

Re: Conflicts caused by V2

I wouldn't exactly call Rosetta code a relevant source for overall coding language popularity.
by nnnik
03 Aug 2020, 08:37
Forum: AutoHotkey Development
Topic: Is it possible to keep string processing syntax consistent?
Replies: 15
Views: 8146

Re: Is it possible to keep string processing syntax consistent?

Yes but those follow a commonly established convention.
For RegExMatch it would be completely random.
Nobody would expect the output parameter to change depending on the calling convention.
by nnnik
01 Aug 2020, 02:55
Forum: AutoHotkey Development
Topic: Is it possible to keep string processing syntax consistent?
Replies: 15
Views: 8146

Re: Is it possible to keep string processing syntax consistent?

Hey if we are at it I think StrLen should return a string too. \s
by nnnik
30 Jul 2020, 07:04
Forum: AutoHotkey Development
Topic: Updated to v2-a136. [list of 51 suggestions]
Replies: 90
Views: 48705

Re: Updated to v2-119. [list of 45 suggestions]

You need to use a much larger array to see the real difference between the 2 methods - e.g. 10k entries.
by nnnik
29 Jul 2020, 13:29
Forum: AutoHotkey Development
Topic: Updated to v2-a136. [list of 51 suggestions]
Replies: 90
Views: 48705

Re: Updated to v2-119. [list of 45 suggestions]

@swagfag 40. well, what about "For map enumerator to return key is quite convenient cuz value can be obtained via KEY."? Yes, map and array enumerators don't correspond to each other's key / value preference. We just need a unified (expected) rule here. Array s r more commonly used. Solution would ...
by nnnik
18 Jul 2020, 03:57
Forum: AutoHotkey Development
Topic: AutoHotkey v2 - give it a new name
Replies: 18
Views: 8879

Re: AutoHotkey v2 - give it a new name

#Requires AHK200a103-AHK200a106
Perhaps a Tweak of this syntax offers the flexibility we look for.
by nnnik
09 Jul 2020, 09:23
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4894
Views: 1397160

Re: « What's on your mind? » Topic is solved

For the love of god you can't tell me that saying allowlist instead of whitelist limits your ability to express yourself or criticize twitter. If anything saying allowlist is expanding your options and freedom since it is removed from the racist- undertones white and blacklist contains. I don't actu...
by nnnik
09 Jul 2020, 06:44
Forum: Off-topic Discussion
Topic: Thank you for the music
Replies: 305
Views: 224626

Re: Thank you for the music

by nnnik
09 Jul 2020, 06:32
Forum: Off-topic Discussion
Topic: Where is jeeswg?
Replies: 18
Views: 7436

Re: Where is jeeswg?

jeeswg regardless of how helpful you thought he was caused several issues in this community. -He commonly spread misinformation (we all do to a degree) but reacted aggressively towards corrections and often kept arguing for hours on end. -This led to a lot of conflict between him and several more ad...
by nnnik
07 Jul 2020, 03:39
Forum: AutoHotkey Development
Topic: GuiCtrl.GetPos()
Replies: 20
Views: 11598

Re: GuiCtrl.GetPos()

Well then why don't you let people vote on this one?
by nnnik
06 Jul 2020, 16:22
Forum: AutoHotkey Development
Topic: GuiCtrl.GetPos()
Replies: 20
Views: 11598

Re: GuiCtrl.GetPos()

I kind of wrote this part a bit before the others and I kind of contradict myself later on because I say that there is a group of people that does not agree. I basically fail to highlight that it is the opinion of the major part of the community. I was just done with the post at that point should ha...
by nnnik
06 Jul 2020, 04:53
Forum: AutoHotkey Development
Topic: GuiCtrl.GetPos()
Replies: 20
Views: 11598

Re: GuiCtrl.GetPos()

I thought that the general consensus in the AHK community regarding ByRef parameters is that they shouldn't be used. All efforts in v2 aim to remove commands - one of the main users of ByRef parameters. ByRef values first need to be transformed to put them into objects. You need to do all kinds of t...
by nnnik
29 Jun 2020, 01:57
Forum: AutoHotkey Development
Topic: Can I run AHK v1 and v2 Simultaneously on Same Device?
Replies: 19
Views: 11804

Re: Can I run AHK v1 and v2 Simultaneously on Same Device?

I use AHK EXE SWAPPER. A tool that switches between several versions of AHK. Not only v1 and v2 but several versions of v1 and v2 too.

Go to advanced search