Search found 497 matches

by derz00
16 Mar 2018, 08:11
Forum: Scripts and Functions (v1)
Topic: Typing Master. AHK game
Replies: 11
Views: 4616

Re: Typing Master. AHK game

I noticed a delay before generating the next word, that would have made it difficult to get 38 words in 2 minutes. I don't have a slow PC, I don't know what was wrong.
by derz00
12 Mar 2018, 08:20
Forum: Forum Issues
Topic: New Tips and Tricks forum
Replies: 15
Views: 4826

Re: New Tips and Tricks forum

So why haven't other forum ideas ever come together this fast? Such as "AHK Discussion" separate from off-topic? :D :P
by derz00
10 Mar 2018, 14:18
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617956

Re: AHK Studio

Usually it works best to update with the Check for Update command in AHK-Studio. Press Alt+M and type CFU {Enter}
by derz00
06 Mar 2018, 08:56
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 852
Views: 2025226

Re: Issues with registering, Post your username here...

joedf must be on holidays or else very busy. I don't know who else could look after this--maybe @tank?
by derz00
05 Mar 2018, 17:32
Forum: Ask for Help (v2)
Topic: Single Instance directive not allowing delimiters Topic is solved
Replies: 5
Views: 2229

Re: Single Instance directive not allowing delimiters Topic is solved

It is documented without the comma. Usually it doesn't work to insert characters and not create a bug. I guess it's easier in AHK than in Python though. Likely the comma was remove to be consistent with the command-style syntax.
by derz00
05 Mar 2018, 15:36
Forum: Bug Reports
Topic: Gui Option parameter invalid
Replies: 3
Views: 1795

Re: Gui Option parameter invalid

Code: Select all

Gui , New 
Gui , %Option1%%Option2%
This works, but I don't know why you're third version wouldn't work...
by derz00
05 Mar 2018, 09:25
Forum: Forum Issues
Topic: [docs] BBCode no longer working
Replies: 25
Views: 8250

Re: [docs] BBCode no longer working

If you'd look at the recent topics in forum issues you'll see this has been reported already. There is a problem with the docs server in redirecting quick links such as http://www.autohotkey.com/docs/MsgBox redirecting to http://www.autohotkey.com/docs/commands/MsgBox.htm
by derz00
05 Mar 2018, 09:24
Forum: Forum Issues
Topic: Sorry, an error occurred. Please let us know via the forums.
Replies: 1
Views: 1502

Re: Sorry, an error occurred. Please let us know via the forums.

If you'd look at the recent topics in forum issues you'll see this has been reported already. There is a problem with the docs server in redirecting quick links such as www.autohotkey.com/docs/MsgBox redirecting to www.autohotkey.com/docs/commands/MsgBox.htm
by derz00
27 Feb 2018, 14:01
Forum: Forum Issues
Topic: Links from enbedded AHK-code in help forum are incorrect
Replies: 7
Views: 3366

Re: Links from enbedded AHK-code in help forum are incorrect

tankuser wrote:There have been no maint. on redirects or the .htaccess. I will edit the GeSHi file this weekend to add the missing folder structure. I just wish i knew when or how this changed
Might not Lexikos know more about this? I had the impression he set up/maintains the docs.
by derz00
26 Feb 2018, 11:21
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617956

Re: AHK Studio

Thanks a lot. That was fast, as usual! Window Spy launches the old "Active Window Info". No idea why... Do you still prefer that one? I like the Project Properties idea. Is there another Window Spy? Yes https://autohotkey.com/docs/AHKL_ChangeLog.htm#v1.1.27.00 It looks like my program file has both...
by derz00
26 Feb 2018, 10:41
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617956

Re: AHK Studio

Thanks a lot. That was fast, as usual!

Window Spy launches the old "Active Window Info". No idea why... Do you still prefer that one?

I like the Project Properties idea.
by derz00
26 Feb 2018, 09:44
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617956

Re: AHK Studio

Another request: The tray icon has the default AHK menu, so double-clicking it opens listlines. I just thought of it that it'd be handy if the default action would activate the AHK Studio window. But maybe no one else wishes for it, and it's not worth the effort.
by derz00
03 Feb 2018, 17:13
Forum: General Discussion
Topic: Code Puzzle Thread
Replies: 145
Views: 82433

Re: Code Puzzle Thread

This puzzle strikes my interest, but only in that I would like to learn more about classes. So I can't solve it :(
by derz00
30 Jan 2018, 12:26
Forum: Ask for Help (v1)
Topic: What do YOU use AHK for?
Replies: 30
Views: 8551

Re: What do YOU use AHK for?

I remap keys for specific programs
Automate annoyingly cumbersome external GUI's
Creating GUI based productivity scripts and custom tools.
by derz00
30 Jan 2018, 09:56
Forum: Scripts and Functions (v1)
Topic: objects: backport AHK v2 Gui/Menu classes to AHK v1
Replies: 21
Views: 7814

Re: objects: backport AHK v2 Gui/Menu classes to AHK v1

jeeswg wrote:Why hasn't this happened yet?
Probably because both Gui and Menu objects are relatively quite new. But that would be a good idea. I would like a GUI obj wrapper for v1 but not for compatibility reasons.

Here's a start by RUNIE actually. https://github.com/Run1e/AHK-ImgurAPI/tree/master/gui
by derz00
29 Jan 2018, 13:45
Forum: Scripts and Functions (v1)
Topic: objects: backport AHK v2 Gui/Menu classes to AHK v1
Replies: 21
Views: 7814

Re: objects: backport AHK v2 Gui/Menu classes to AHK v1

Hello you two.

Very nice Helgef. One would think that would have been obvious sooner.

@nnnik, like your automatic init example here? https://autohotkey.com/boards/viewtopic ... 44#p175344
by derz00
29 Jan 2018, 11:56
Forum: Scripts and Functions (v1)
Topic: objects: backport AHK v2 Gui/Menu classes to AHK v1
Replies: 21
Views: 7814

Re: objects: backport AHK v2 Gui/Menu classes to AHK v1

Alright, your example works now. I thought I had tried it by changing the global's position. I guess not. But again, I would definitely recommend using properties over the meta-function style. But maybe you're intending to save code space. This might be possible to do, but would be less-than-ideal d...
by derz00
29 Jan 2018, 11:28
Forum: Scripts and Functions (v1)
Topic: objects: backport AHK v2 Gui/Menu classes to AHK v1
Replies: 21
Views: 7814

Re: objects: backport AHK v2 Gui/Menu classes to AHK v1

Interesting. FYI the A_TrayMenu example didn't work for me. It's a tested example? I'll do more troubleshooting. Edit : I'm not sure why that didn't work. But this does for me, and looks better, too, I think. I added a default value, and a get method to be consistent with v2. I've never used propert...
by derz00
29 Jan 2018, 10:44
Forum: Ask for Help (v1)
Topic: object classes: redefine __Set() temporarily / general queries
Replies: 71
Views: 14744

Re: object classes: redefine __Set() temporarily / general queries

Well, in Python there is only (but I'm not experienced enough to be able to say without exception ) one way to do any one thing. You can't use dot notation for dicts (equivalent of assoc arrays) to index keys. You can only get keys with dict[key] . And everything in general, other than dictionaries ...

Go to advanced search