| Author |
Message |
Forum: Support Topic: [SOLVED, sort of] Trying to develop a reading aid |
| songsoverruins |
|
Posted: April 16th, 2010, 8:16 am
|
|
Replies: 5 Views: 373
|
| Ah, I see, one line of code was missing, sorry. Add this at the beginning of the script. This defines the default state of the reading aid. ReadingAid = Off Also, you can of course define a different hotkey than the double-tap of ScrollLock. It's just that my keyboard is bristling with hotkeys by no... |
|
 |
Forum: Support Topic: [SOLVED, sort of] Trying to develop a reading aid |
| songsoverruins |
|
Posted: April 16th, 2010, 6:45 am
|
|
Replies: 5 Views: 373
|
Script works fine here. I just presented the two section for clarity. Simply copy and paste them together in one file and test it. Should work.  |
|
 |
Forum: Support Topic: [SOLVED, sort of] Trying to develop a reading aid |
| songsoverruins |
|
Posted: April 15th, 2010, 7:45 pm
|
|
Replies: 5 Views: 373
|
| Hi again, I decided to try the solution I suggested at the end of my previous post, i.e. use a series of pixelsearches to determine location and size of the scroll bar and location and size of the scroll button. It is a crude solution but it works surprisingly well and the advantage is that it will ... |
|
 |
Forum: Support Topic: [SOLVED, sort of] Trying to develop a reading aid |
| songsoverruins |
|
Posted: April 12th, 2010, 10:26 pm
|
|
Replies: 5 Views: 373
|
| Hello all, I am trying to develop a reading aid and have the following in mind; when I press PgDn I would like my script to be able to tell how far the lowest line of text on the screen is scrolling up. Often when I read text (on websites, in PDFs... wherever) text only scrolls half-way up and I los... |
|
 |
Forum: Scripts Topic: Gmail notifier with counter |
| songsoverruins |
|
Posted: April 10th, 2010, 12:38 am
|
|
Replies: 2 Views: 1130
|
Hi flyingDman,
I figured it probably wouldn't be too difficult to add that. Personally I never use these, so I just couldn't be bothered implementing it. Others might like to have the option to see previews though, so thanks for the extension!  |
|
 |
Forum: Scripts Topic: Gmail notifier with counter |
| songsoverruins |
|
Posted: April 8th, 2010, 4:45 pm
|
|
Replies: 2 Views: 1130
|
| Hello all, I have been quite fond of Google's gmail notifier, but the one thing that really bugged me is that only shows you how many unread emails you have if you hover your cursor over it. Could they really not have implemented an icon that has a counter on top to show this directly? I have search... |
|
 |
Forum: Support Topic: Using winset to create a round see-through window |
| songsoverruins |
|
Posted: March 23rd, 2010, 2:29 pm
|
|
Replies: 5 Views: 491
|
| shimanov presented another solution here: http://www.autohotkey.com/forum/viewtopic.php?t=8055. I have taken his code and modified it a bit. To make a circular cutout CoordMode, Caret, Screen ; Use screen coordinates. CoordMode, Mouse, Screen Gui, Show, x50 y50 w400 h400, region test window ; Spawn ... |
|
 |
Forum: Support Topic: Can a control be made transparent? |
| songsoverruins |
|
Posted: October 5th, 2009, 12:33 pm
|
|
Replies: 10 Views: 1139
|
| Hey Lexikos, Thanks for the tip about docking, I'll have to look into that as it might come in handy for other parts of my main script too. And yes, I know the expression assignment operator. I think it's more a habit that I use the first method. Is there actually any advantage of one over the other... |
|
 |
Forum: Support Topic: Can a control be made transparent? |
| songsoverruins |
|
Posted: October 5th, 2009, 5:46 am
|
|
Replies: 10 Views: 1139
|
Hi Txquestor,
Agreed, actually I have only posted the relevant part of the script now. It is bound to a hotkey and made specific to a few dialog boxes in the script I have running here  |
|
 |
Forum: Support Topic: Can a control be made transparent? |
| songsoverruins |
|
Posted: October 4th, 2009, 1:28 am
|
|
Replies: 10 Views: 1139
|
| Hello again and thanks for the suggestions. After some doodling I came up with two workarounds / solutions Solution 1 is what Roland already suggests, that is query for the size and position of the Edit1 control and then resize the whole window down to just the Edit1 control. Simple and effective. S... |
|
 |
Forum: Support Topic: Can a control be made transparent? |
| songsoverruins |
|
Posted: October 3rd, 2009, 10:52 pm
|
|
Replies: 10 Views: 1139
|
| Hi txquestor, thanks for all the suggestions. I don't think they quite cover what I mean though. The point is that I want the "Save As..." dialog box to become transparent, but _not_ the Edit1 control (which is where you specify the filename). Making the dialog box transparent is easy as I... |
|
 |
Forum: Support Topic: Can a control be made transparent? |
| songsoverruins |
|
Posted: October 3rd, 2009, 10:19 am
|
|
Replies: 10 Views: 1139
|
| Dear fellow coders, So, it's easy to make a window transparent, for example... WinSet, Transparent, 200, A ...makes a window transparent. Now, say this is a "Save As..." dialog box (doesn't really matter in which programme). These boxes have an Edit1 control (check for yourself with Winspy... |
|
 |
Forum: Support Topic: Left Ctrl / Right Alt key "stuck" - SOLVED |
| songsoverruins |
|
Posted: December 25th, 2008, 12:15 pm
|
|
Replies: 5 Views: 15011
|
| Hello all, So, I just spend about two hours struggling with a keyboard problem and I _finally_ solved it. Thought I might share my thoughts here. Have a ThinkPad R61i here with WinXP SP2. Since last night my right-alt key suddenly stopped working properly. Rather annoying as I have a whole bunch of ... |
|
 |
Forum: Support Topic: Problem with #IfWinActive and $-prefixed hotkeys |
| songsoverruins |
|
Posted: August 20th, 2008, 8:13 am
|
|
Replies: 0 Views: 360
|
| Hello all, I seem to have a problem with the #IfWinActive command and $-prefixed hotkeys. It is my impression this problem recently surfaced so I'm wondering if something is broken in the last version of AutoHotkey. I have made some test scripts that show the problem. This works: #y::Send, !w #IfWin... |
|
 |
Forum: Support Topic: Script has unexpected problem with "special" chara |
| songsoverruins |
|
Posted: February 11th, 2007, 4:24 pm
|
|
Replies: 2 Views: 661
|
Hey ladiko_
Both machines run WinXP, your suggestion helped though. I'm using PSPad as my default text editor though and somehow I had set the code paging to be OEM on the one and ANSI on the other. When setting it back to ANSI, the problem disappeared. Consider this case closed.
Thanks  |
|
 |
| Sort by: |