| Author |
Message |
Forum: Support Topic: Does an Automatic Page Scroller exist? |
| Uncle John |
|
Posted: October 14th, 2007, 12:02 am
|
|
Replies: 1 Views: 338
|
| Acrobat Reader (version 7) will do at least do the first part of what I want to do so at least Adobe thought this was worth doing.. Under Edit->Preferences there is a category "Full Screen" When you select that, there are various options you can choose in the Full Screen Navigation frame: ... |
|
 |
Forum: Support Topic: Does an Automatic Page Scroller exist? |
| Uncle John |
|
Posted: October 13th, 2007, 11:06 pm
|
|
Replies: 1 Views: 338
|
| I'd like an automatic page scroller that scrolls at preset time intervals using the PgDn key. This would be easy to make. As a minimum, I'd also like this gadget to progressively fill the screen with a light transparent colour from top to bottom so that the user has a visual cue as to when PgDn is a... |
|
 |
Forum: Support Topic: Any way to use this dll? |
| Uncle John |
|
Posted: March 26th, 2007, 9:17 pm
|
|
Replies: 4 Views: 547
|
|
 |
Forum: Support Topic: How to make a Dll |
| Uncle John |
|
Posted: March 25th, 2007, 11:17 pm
|
|
Replies: 4 Views: 623
|
| Thanks for your comments. I've received some advice from the maker of Serial Wombat. He's had trouble reliably opening a serial port (which is what I want to do) using C++. The .Net 2.0 managed frame work (and C#) works well for him but this can't be accessed using non-managed code (e.g. AHK) So it ... |
|
 |
Forum: Support Topic: How to make a Dll |
| Uncle John |
|
Posted: March 25th, 2007, 4:59 am
|
|
Replies: 4 Views: 623
|
|
 |
Forum: Support Topic: Adding Strings? |
| Uncle John |
|
Posted: December 19th, 2006, 1:49 pm
|
|
Replies: 4 Views: 366
|
|
 |
Forum: Support Topic: Adding Strings? |
| Uncle John |
|
Posted: December 19th, 2006, 11:00 am
|
|
Replies: 4 Views: 366
|
Thanks PhiLho.
It also helps if I type MsgBox instead of Msg.
Perhaps I need to take a break for a while.  |
|
 |
Forum: Support Topic: Adding Strings? |
| Uncle John |
|
Posted: December 19th, 2006, 10:12 am
|
|
Replies: 4 Views: 366
|
What did I do wrong?
Code: String1 := "this is" String2 := " a test to" String3 := " see how strings work." String4 = String1.String2.String3 Msg, 0,, %String4%
Thanks in advance.
Cioa |
|
 |
Forum: Support Topic: Why doesn't QuickDir work in some apps? |
| Uncle John |
|
Posted: December 18th, 2006, 10:07 pm
|
|
Replies: 0 Views: 559
|
| Found QuickDir at: http://www.autohotkey.com/forum/viewtopic.php?p=95361#95361 Works great in some applications and not with others. Following are the applications I've tried so far: Works with: Notepad, Wordpad, Adobe Reader, OpenOffice, MS IE, Doesn't work with: MS File Explorer MS Outlook Excel M... |
|
 |
Forum: Scripts Topic: QuickDir |
| Uncle John |
|
Posted: December 18th, 2006, 9:59 pm
|
|
Replies: 5 Views: 3572
|
| Hi MsgBox, Congradulations. :D This is a brilliant idea. However I can only get QuickDir to work with the File Open dialog box in Notepad. I'd really like to get it to work in other applications (e.g. Excel, Windows Explorer etc.). But if I try it anywhere other than Notepad the QuickDir window open... |
|
 |
Forum: Support Topic: Multiple SplashImages + Transparency |
| Uncle John |
|
Posted: October 18th, 2006, 10:00 pm
|
|
Replies: 5 Views: 692
|
|
 |
Forum: Support Topic: Multiple SplashImages + Transparency |
| Uncle John |
|
Posted: October 18th, 2006, 12:39 am
|
|
Replies: 5 Views: 692
|
| Revised the above code to include: Gui, Color, Blue Gui, +AlwaysOnTop -Border Gui, Show, x0 y0 h22 w474, NoActivate ; Don't deactivate current window. ;WinSet, Region.... Stuck on two problems: How do I get rid of the thin grey border? How do I make a transparent hole for the close button? I tried &... |
|
 |
Forum: Support Topic: Multiple SplashImages + Transparency |
| Uncle John |
|
Posted: October 17th, 2006, 9:43 pm
|
|
Replies: 5 Views: 692
|
| Thanks for the suggestion PhiLho. I'll give it a go. |
|
 |
Forum: Support Topic: Multiple SplashImages + Transparency |
| Uncle John |
|
Posted: October 16th, 2006, 1:39 pm
|
|
Replies: 5 Views: 692
|
| The idea is to focus students' attention to the particular features of the application being discussed. We start by closing all windows except the one be discussed, e.g. the Calculator in this example. We then avoid the Calculator window being minimised or moved by: - Hiding the Task Bar, - Removing... |
|
 |
Forum: Support Topic: Endless loop |
| Uncle John |
|
Posted: October 16th, 2006, 1:17 pm
|
|
Replies: 15 Views: 1285
|
Got stuck trying to implement multiple splashimages.
Will start a new topic: Multiple SplashImages + Transparency.
Cioa |
|
 |
| Sort by: |