| Author |
Message |
Topic: Brain storming |
delta
Replies: 8
Views: 1078
|
Forum: General Chat Posted: Wed Sep 14, 2005 8:45 am Subject: Brain storming |
Hm, I'll add a treepad link then too. You can buy a full featured rich text version, but there is also I nice free version (easily overlooked on the main page): http://www.treepad.com/treepadfreew ... |
Topic: Tool tip dictionary |
delta
Replies: 27
Views: 6813
|
Forum: Scripts & Functions Posted: Wed Sep 14, 2005 8:34 am Subject: Tool tip dictionary |
Thanks for the comments.
@freakkk:
You can already highlight whatever you want and pass it to the script. The script itself does not highlight anything. It will look up whatever is highlighted.
... |
Topic: certain keys |
delta
Replies: 8
Views: 589
|
Forum: Ask for Help Posted: Wed Sep 14, 2005 7:42 am Subject: certain keys |
| [url=http://66.102.9.104/search?q=cache:J9z1MnIOwZ0J:www.autohotkey.com/docs/commands/Send.htm+%22page+up%22+site:http://www.autohotkey.com/docs/commands/Send.htm&hl=en]Click me to find the answer ... |
Topic: Brain storming |
delta
Replies: 8
Views: 1078
|
Forum: General Chat Posted: Sat Sep 10, 2005 9:30 am Subject: Brain storming |
| Well, some time ago I would have voted for "all in my head". But I've found that I tend to have so many running tasks (not only AHK) that some of them would be forgotten for a long time or even foreve ... |
Topic: Remove double spaces |
delta
Replies: 2
Views: 409
|
Forum: Ask for Help Posted: Sat Aug 27, 2005 5:25 am Subject: Remove double spaces |
Actually, that's about the same lines I had to replace multiple spaces. Seeing you using those as well I concluded that the error must be elsewhere. A hex viewer finally revealed that there we ... |
Topic: Remove double spaces |
delta
Replies: 2
Views: 409
|
Forum: Ask for Help Posted: Fri Aug 26, 2005 9:52 pm Subject: Remove double spaces |
I have a string in which I want to contract double spaces to single spaces.
I was trying this:
StringReplace, word, word, %A_Space%%A_Space%, %A_Space%, All
No success. So I tried
AutoTrim, Off
... |
Topic: What command do i need to use? |
delta
Replies: 3
Views: 380
|
Forum: Ask for Help Posted: Thu Aug 25, 2005 8:03 pm Subject: What command do i need to use? |
Use the Window Spy tool to get the exact text of the controls in a window.
This script does the same (it's from the manual...) Just hover over the control and the tool tip will display its name.
; ... |
Topic: Tool tip dictionary |
delta
Replies: 27
Views: 6813
|
Forum: Scripts & Functions Posted: Thu Aug 25, 2005 7:52 pm Subject: Tool tip dictionary |
As you might have noticed: the script exits if no text is selected. That's this part:
If clipboard =
{
clipboard = %temp%
temp =
return
... |
Topic: Dictionary software, Babylon alternative? |
delta
Replies: 9
Views: 4209
|
Forum: General Chat Posted: Thu Aug 25, 2005 2:22 pm Subject: Dictionary software, Babylon alternative? |
| I tried something quick here: corrigir (infinitive) but not corrijo (inflected), so it's not of much use if you're weak at irregular verbs. However, I've found a portuguese-portuguese dictionary which ... |
Topic: GUI: ReadOnly Edit... possible to customize? |
delta
Replies: 4
Views: 665
|
Forum: Ask for Help Posted: Thu Aug 25, 2005 1:35 pm Subject: GUI: ReadOnly Edit... possible to customize? |
Thanks, I was beginning to wonder about how to set the caret position!
I'm looking forward to new versions for more customization. Hm, will it ever be possible to change the font for si ... |
Topic: Tool tip dictionary |
delta
Replies: 27
Views: 6813
|
Forum: Scripts & Functions Posted: Thu Aug 25, 2005 1:08 pm Subject: Tool tip dictionary |
| There are some scripts around that automatically look up words on dictionary sites. I've always been reluctant to use those because I don't like it if the site I'm viewing is covered by another site. ... |
Topic: GUI: ReadOnly Edit... possible to customize? |
delta
Replies: 4
Views: 665
|
Forum: Ask for Help Posted: Wed Aug 24, 2005 10:52 pm Subject: GUI: ReadOnly Edit... possible to customize? |
| Is it possible to have a read only Edit box with white background (well, other than setting the whole background white)? Also, when I change the text in the Edit control via GuiControl it is always co ... |
Topic: Dictionary software, Babylon alternative? |
delta
Replies: 9
Views: 4209
|
Forum: General Chat Posted: Wed Aug 24, 2005 4:37 pm Subject: Dictionary software, Babylon alternative? |
Yup, I thought about something like a "front end", too. That could be a component.
The database can be built by hand. It will never be as big as a "true" dictionary if you do it alone but in exchan ... |
Topic: Dictionary software, Babylon alternative? |
delta
Replies: 9
Views: 4209
|
Forum: General Chat Posted: Wed Aug 24, 2005 4:03 pm Subject: Dictionary software, Babylon alternative? |
| Do you know any good alternative to Babylon? I like WordWeb a lot, but you cannot build your own dictionaries easily or at least download them. Well, you can however buy WordWeb Developer, but there s ... |
Topic: soundplay and ogg vorbis |
delta
Replies: 5
Views: 503
|
Forum: Ask for Help Posted: Wed Aug 24, 2005 3:20 pm Subject: soundplay and ogg vorbis |
| As I wrote in the mp3glitch thread linked above: disabling mp3 codecs does not stop soundplay from playing mp3s. Considering this it seems not very plausible that enabling ogg codecs will make it play ... |
| |