Search found 60 matches

by Wade Hatler
03 Nov 2013, 12:24
Forum: Wish List
Topic: [request] PDFor any version of help file
Replies: 16
Views: 5674

Re: [request] PDFor any version of help file

Go to https://github.com/Lexikos/AutoHotkey_L-Docs and click "Download ZIP". You'll get the source in a zip file.
by Wade Hatler
02 Nov 2013, 23:46
Forum: Wish List
Topic: Wishes for ~= (RegExMatch)
Replies: 7
Views: 4526

Re: Wishes for ~= (RegExMatch)

P.S. I don't actually use it because it's easier to type. I use it because it's easier to read later. The typing is pretty much a wash.
by Wade Hatler
02 Nov 2013, 23:07
Forum: Wish List
Topic: [request] PDFor any version of help file
Replies: 16
Views: 5674

Re: [request] PDFor any version of help file

Lexicos: I mainly mentioned it because it's a handy trick. I've used it on a bunch of files that I didn't have source to. I did it with the AHK file a long time before I knew where the source was. Smorgasbord: Surprised it didn't work. You can just grab the source, or if you're having trouble with h...
by Wade Hatler
02 Nov 2013, 23:04
Forum: Wish List
Topic: Wishes for ~= (RegExMatch)
Replies: 7
Views: 4526

Re: Wishes for ~= (RegExMatch)

That's funny. I have almost those exact same hotstrings ;)

Good to know about the objects. I thought sure they were treated as false, but I must have confused some different tests.

All in all, I'm super-happy with the current regex support, so all is well.
by Wade Hatler
02 Nov 2013, 18:02
Forum: Ask for Help (v1)
Topic: Help with and understanding classNN and alternatives?
Replies: 7
Views: 7866

Re: Help with and understanding classNN and alternatives?

You are running into something that almost everybody has trouble with. Someday in my copious free time I will write a long explanation of it, but maybe I can give you a few quick points. Most applications are made up of a hierarchical collection of "Windows", each of which contains zero or more "con...
by Wade Hatler
02 Nov 2013, 17:26
Forum: Wish List
Topic: Wishes for ~= (RegExMatch)
Replies: 7
Views: 4526

Re: Why there's no i) setting for ~= command?

I love the ~= syntax myself and use it all the time, but I also frequently wish I could get at the results. The only problem with the match syntax above is that it doesn't allow you to check for the results easily because an object is treated as false in an IF statement, so in most cases I think it ...
by Wade Hatler
02 Nov 2013, 12:25
Forum: Wish List
Topic: [request] PDFor any version of help file
Replies: 16
Views: 5674

Re: [request] PDFor any version of help file

An easy way to do that sort of thing is to decompile the help file. You can decompile any .CHM file using the -decompile switch on hh.exe. That gives you all of the original files that went into the help file, then you can do anything you want with them. I do this all the time to pull apart the inde...
by Wade Hatler
02 Nov 2013, 11:30
Forum: Ask for Help (v1)
Topic: Physical access to a file [IniRead vs FileRead]
Replies: 7
Views: 3878

Re: Physical access to a file [IniRead vs FileRead]

INI files are read every time but the drive caches the file so they're quite fast. I've used them for years with quite a few variables and even timed it to make sure it was ok. Don't have the numbers still, but it's easy to make a little timer to test them with A_TickCount. If you want to bulk proce...
by Wade Hatler
16 Oct 2013, 19:02
Forum: Other Utilities & Resources
Topic: Window Detective/Winspector alternative for 64-bit?
Replies: 8
Views: 10276

Re: Window Detective/Winspector alternative for 64-bit?

It's not obvious but the filename is Spyxx.exe, not Spy++. In Visual Studio it's in:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\spyxx.exe

or similar.
by Wade Hatler
16 Oct 2013, 10:34
Forum: Other Utilities & Resources
Topic: Window Detective/Winspector alternative for 64-bit?
Replies: 8
Views: 10276

Re: Window Detective/Winspector alternative for 64-bit?

Spy++ will do that. Download the Windows SDK or Visual Studio Express and you'll find it there.
by Wade Hatler
15 Oct 2013, 21:33
Forum: Wish List
Topic: Readable hotkey labels
Replies: 7
Views: 4318

Re: Readable hotkey labels

FWIW I've used tools with a more readable syntax. Vocala uses something like Ctrl+Alt+X in their equivalent of Send and I liked it half the time and hated it the rest. It is easier to read, and not much harder to type so on balance I think I'd like it, but it's pretty low on my priority list. I run ...
by Wade Hatler
06 Oct 2013, 17:33
Forum: Ask for Help (v1)
Topic: How can I insert an image in this splashtext?
Replies: 9
Views: 6345

Re: How can I insert an image in this splashtext?

Zelio's example is very good, so go with that. You can replace the URL with a filename for a local file. You can build the HTML file with any decent web editor, or a text editor if you know basic HTML. You wait for ReadyState == 4 if you want to do something after the text is rendered, such as the a...
by Wade Hatler
06 Oct 2013, 17:22
Forum: Wish List
Topic: An RSS Feed, or an easy way to mark all posts as 'read'
Replies: 4
Views: 3913

Re: An RSS Feed, or an easy way to mark all posts as 'read'

DOH!! That does the trick. Right there staring me in the face ;)

Agree on Feedler. It works great so I'll try the feed.
by Wade Hatler
06 Oct 2013, 13:02
Forum: Ask for Help (v1)
Topic: How can I insert an image in this splashtext?
Replies: 9
Views: 6345

Re: How can I insert an image in this splashtext?

There's probably a really clever way to do it with GUI commands, but I'd probably punt and use an HTML control. That would give you really rich control over the look very easily. There are a couple examples on the forum. Here's a little fragment that will do it from HTML in a file or in a variable. ...
by Wade Hatler
06 Oct 2013, 12:56
Forum: Wish List
Topic: An RSS Feed, or an easy way to mark all posts as 'read'
Replies: 4
Views: 3913

An RSS Feed, or an easy way to mark all posts as 'read'

That would make it easier to watch all activity on the board. There may be a way to do this, but I couldn't figure it out.
by Wade Hatler
04 Oct 2013, 11:42
Forum: Forum Issues
Topic: Name is important, Community is what makes it work
Replies: 45
Views: 22885

Re: Name is important, Community is what makes it work

Good enough for me. I'll abandon the old board completely. Bummer we have to do this. It's a strong community with one exception.
by Wade Hatler
04 Oct 2013, 10:22
Forum: Forum Issues
Topic: Name is important, Community is what makes it work
Replies: 45
Views: 22885

Re: Name is important, Community is what makes it work

Like everybody else, I really hate the idea of the fork, but if it has to be done I guess it has to be done. Does anybody know what polyethylene actually wants? Would throwing some money at him do the job, and if so how much would it take? If this forum is going to be successful it's going to need t...

Go to advanced search