| Author |
Message |
Topic: Evaluate expressions in strings using vbscript |
keyboardfreak
Replies: 3
Views: 690
|
Forum: Scripts & Functions Posted: Fri Oct 01, 2010 7:01 pm Subject: Evaluate expressions in strings using vbscript |
Yes, but that's an external dependency and this solution is self contained (aside from the VB dependency, but that's given).
Anyway, for serious purposes Monster or the COM solution may be better, ... |
Topic: Evaluate expressions in strings using vbscript |
keyboardfreak
Replies: 3
Views: 690
|
Forum: Scripts & Functions Posted: Fri Oct 01, 2010 6:46 pm Subject: Evaluate expressions in strings using vbscript |
I needed this eval feature in AHK and I thought vbscript could be used, because it is installed on Windows by default AFAIK.
This script contains the necessary VB code in itself and creates the VB ... |
Topic: Why Control+Backspace doesn't work in an Edit control? |
keyboardfreak
Replies: 2
Views: 297
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 3:23 pm Subject: Why Control+Backspace doesn't work in an Edit control? |
Thanks, I thought Ctrl+Backspace worked everywhere, but it's true Notepad's edit control shows the same behavior.
Strange, this default behavior doesn't seem to make much sense. |
Topic: Why Control+Backspace doesn't work in an Edit control? |
keyboardfreak
Replies: 2
Views: 297
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 11:38 am Subject: Why Control+Backspace doesn't work in an Edit control? |
It's a pretty basic key combination, but when I press it in a GUI Edit control it prints a box character instead of deleting the previous word. Anyone knows why that is?
Test script:
Gui Add, Ed ... |
Topic: Convenient copy on select + quick search script |
keyboardfreak
Replies: 6
Views: 1120
|
Forum: Scripts & Functions Posted: Sun Sep 26, 2010 5:22 pm Subject: Convenient copy on select + quick search script |
Merged
Now that Wikipedia is down it kind of kills the script. Damn!
Had to comment out the completion part to be able to use it. Async download would be a better aproach. Luckily, wikipedi ... |
Topic: Convenient copy on select + quick search script |
keyboardfreak
Replies: 6
Views: 1120
|
Forum: Scripts & Functions Posted: Sun Sep 26, 2010 9:06 am Subject: Convenient copy on select + quick search script |
There is an issue since I integrated wikipedia completion. Sometimes the down key is stuck after I use the input box like the hotkey in the script is not disabled properly.
I don't yet know what ca ... |
Topic: Convenient copy on select + quick search script |
keyboardfreak
Replies: 6
Views: 1120
|
Forum: Scripts & Functions Posted: Sun Sep 26, 2010 7:50 am Subject: Convenient copy on select + quick search script |
| Glad to know someone finds it useful. The script is very much specialized for my own needs, so I put it here mainly as a collection of ideas from which people can take what they like. |
Topic: Input box with wikipedia and google completion |
keyboardfreak
Replies: 2
Views: 807
|
Forum: Scripts & Functions Posted: Sat Sep 25, 2010 7:52 pm Subject: Input box with wikipedia and google completion |
Here's an other variant of the ; input box completion with wikipedia
ibc_gui_background_color = 66CCFF
ibc_input_gui_number = 45
ibc_completion_gui_number := ibc_input_gui_number + 1
ibc_inp ... |
Topic: Convenient copy on select + quick search script |
keyboardfreak
Replies: 6
Views: 1120
|
Forum: Scripts & Functions Posted: Sat Sep 25, 2010 5:02 am Subject: Convenient copy on select + quick search script |
Merged [url=http://www.autohotkey.com/forum/topic62778.html]the Wikipedia completion input box into this script, so one can complete the search query from Wikipedia.
Wikipedia completion is not for ... |
Topic: Input box with Wikipedia completion |
keyboardfreak
Replies: 12
Views: 1371
|
Forum: Scripts & Functions Posted: Fri Sep 24, 2010 7:05 am Subject: Input box with Wikipedia completion |
That is a real wide character.. We will need AHK Unicode version to display that properly.
Hm, in that case as a workaround the long sound (ő) can be replaced with its short version (ö) which ... |
Topic: Input box with Wikipedia completion |
keyboardfreak
Replies: 12
Views: 1371
|
Forum: Scripts & Functions Posted: Fri Sep 24, 2010 6:36 am Subject: Input box with Wikipedia completion |
I am confused too. I do not know what to name the function..
deref_accentedchars() ?
Or deref_unicode? But the name is not really important if it works properly.
BTW, I found if I search for &q ... |
Topic: Input box with Wikipedia completion |
keyboardfreak
Replies: 12
Views: 1371
|
Forum: Scripts & Functions Posted: Fri Sep 24, 2010 5:11 am Subject: Input box with Wikipedia completion |
| Yep, I've seen those, the problem is there are other problematic characters (try the query "jozsef" for example) and I'd like a more complete solution at least for all European languages. I ... |
Topic: Input box with Wikipedia completion |
keyboardfreak
Replies: 12
Views: 1371
|
Forum: Scripts & Functions Posted: Thu Sep 23, 2010 7:55 pm Subject: Input box with Wikipedia completion |
..there is an umlaut in unicode. It will nice if you can dereference them, or maybe, omit those entries from the list
Yep, I've seen those, the problem is there are other problematic characters (tr ... |
Topic: Input box with Wikipedia completion |
keyboardfreak
Replies: 12
Views: 1371
|
Forum: Scripts & Functions Posted: Thu Sep 23, 2010 5:49 pm Subject: Input box with Wikipedia completion |
Two improvements:
The completions actually complete the input, so they can be used to quickly add text to the input and type additional characters.
The results from wikipedia are parsed properly ... |
Topic: Crazy Scripting : wikiSearch - Auto-Complete ComboBox |
keyboardfreak
Replies: 13
Views: 1876
|
Forum: Scripts & Functions Posted: Thu Sep 23, 2010 5:43 am Subject: Re: Crazy Scripting :: wikiSearch 45L, Demo for Simple Combo |
Thanks for testing my script
I was kind of hoping people would improve the concept that's why I posted the script in the first place. Now that you've improved it I can incorporate some of your ... |
| |