Search found 770 matches

by Joe Glines
04 Jan 2016, 11:13
Forum: Tutorials (v1)
Topic: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos
Replies: 68
Views: 90428

Re: WebScraping and COM- GUI syntax writer and demo videos

I believe so but am no expert on this in particular. Can you provide an example URL and what you're trying to do?
by Joe Glines
03 Jan 2016, 21:46
Forum: Scripts and Functions (v1)
Topic: [function] BarChart
Replies: 7
Views: 5949

Re: [function] BarChart

@Learning one. I still think this is awesome! Thank you for your previous work! :bravo: I was wondering how hard would it be to throw in some code to have 1) An axis showing numbers 2) Gridlines at the above mentioned numbers Here is a simple example what I'm referring to http://i.imgur.com/prSLvtS....
by Joe Glines
03 Jan 2016, 16:37
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 304
Views: 130261

Re: Screen clipping

@scriptor2016 My script is purposely writen to be working(saving) one image. This is also why I hard-coded the name of the file as I wanted simple and fast w/no options. If memory servers I remember seeing other versions which would automatically name them and save them to a folder. Personally, when...
by Joe Glines
03 Jan 2016, 16:33
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 304
Views: 130261

Re: Screen clipping

Thanks BGM! :dance: I didn't see your reply before I made the below updates. I now added an IMUGR upload option (anyone using this will have to get their own account and add the client value to the following line (replacing XXXXX with their value) global IMUGR_client:="XXXXX" Here is the full update...
by Joe Glines
31 Dec 2015, 17:51
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

They are put in the script you are working on. One more convenient one is to put one for editing. If the below is in the script (and the script is running) hitting Control Alt E will open that script in your default editor


^!e:: Edit ; Control Alt E= edit this script
by Joe Glines
31 Dec 2015, 17:44
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

This is what is in my registry:
"B:\Progs\AutoHotkey_L\Scite\SciTE.exe" "%1"

BTW- if you didn't know it, you can add a bookmark to specific keys. Makes it very convenient to get back to your frequently visited places
by Joe Glines
31 Dec 2015, 14:56
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I ran into the Registry issue so many times I wrote a script to update it. I never got around to making it interactive though (where you could navigate to find SciTE directory(or whatever editor of choice) thus I never shared it. Perhaps I should...
by Joe Glines
30 Dec 2015, 17:58
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 304
Views: 130261

Re: Screen clipping

A few years ago I made tweaks to your (and other's) screen clipping script. Just thought I'd post it here as I use this functionality at least a dozen times a day and I think more people should consider it as an always-running script. The gist of the tweaks I made are: 1) Windows+Control and left-mo...
by Joe Glines
30 Dec 2015, 15:47
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Here's what I'd probably do: 1: Search for AutoHotKey.exe on your computer and delete every occurrencee of it as well as any folder holding it (assuming it is all AutoHotKey stuff) 2) do the same as above for SciTE.exe 3) check your add/remove programs option in Windows and make sure both are remove...
by Joe Glines
30 Dec 2015, 11:32
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I have a script for tending to children; let me know if you'd like me to share... LOL
by Joe Glines
30 Dec 2015, 11:05
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

personally, given the small file size, I didn't care about having the multiple versions, it was just making sure I was aware which one was launching by default. It is hard to recommend anything not knowing what your overall goals are...
by Joe Glines
30 Dec 2015, 08:09
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

The only thing that comes to my mind is confirming where the version of AutoHotKey that you are running is installed. So in a script do something like the following and see if the path is what you were expecting. MsgBox % A_AhkPath Years ago I was helping a friend and it turned out AutoHotKey & SciT...
by Joe Glines
29 Dec 2015, 10:30
Forum: Off-topic Discussion
Topic: Various fuzzy string matching algorithms and Excellent video
Replies: 7
Views: 4265

Various fuzzy string matching algorithms and Excellent video

I've been studying up on string matching (fuzzy matching). I found a few articles discussing various approaches like Levenstein distance Damerau–Levenshtein distance n-gram Soundex Jaro-Winkler distance Jaccard index I found this video from two guys which took a process of checking to see if a name ...
by Joe Glines
29 Dec 2015, 10:05
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 422874

Re: AutoGUI - GUI Designer and Script Editor

:bravo: While I'm overall liking "Expressive" (especially the highlighting aspect) I was wondering if there was a way to have it dump-out the AutoHotKey syntax that would be needed to run the expression in a script.

Thanks for all your work on this! It's got some awesome stuff!
by Joe Glines
28 Dec 2015, 17:53
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

For the one just create a hotkey that exits the app. for instance

Code: Select all

esc::ExitApp ;escape key exits applications
For that matter, I like to have reload as a hotkey as well:

Code: Select all

RAlt::Reload ;Right alt will reload running script
by Joe Glines
24 Dec 2015, 14:10
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 619086

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I like being able to use the SciTE output window instead of msgbox / guis. I made a simple function with a few options to simplify things. Nothing mind-blowing here, but it is a nice and convenient option. One thing on my wish-list is to be able to detect if the output window is open. I know how to ...
by Joe Glines
22 Dec 2015, 21:12
Forum: Ask for Help (v1)
Topic: ComObjCreate Selenium
Replies: 15
Views: 17444

Re: ComObjCreate Selenium

How are you accessing the Selenium object? (I.e., did you register a dll? Have Selenium installed, etc.
by Joe Glines
21 Dec 2015, 15:41
Forum: Tutorials (v1)
Topic: Debugging AutoHotKey scripts for SciTE users
Replies: 18
Views: 22314

Re: Debugging AutoHotKey scripts for SciTE users

@EvilC- thanks for point out the 3rd option. I new it did behaved this way on labels but I didn't realize it would behave this way on functions too.

@haichen- I thought you meant you were using the function in the same line as Outputdebug. Thank you for the clarification.

Go to advanced search