AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 34 matches
AutoHotkey Community Forum Index
Author Message
  Topic: On Screen Numeric KeyPad
Martin

Replies: 22
Views: 11729

PostForum: Scripts & Functions   Posted: Sat Dec 11, 2010 10:00 am   Subject: On Screen Numeric KeyPad
@ Martin
In this thread

Thanks for that information, I don't have any time just now, but I'll try to look at it over the Christmas holidays.

Regards,

Martin
  Topic: QuickReminder v0.5
Martin

Replies: 72
Views: 16074

PostForum: Scripts & Functions   Posted: Mon Nov 09, 2009 10:21 pm   Subject: QuickReminder v0.5
I have added the following code to my General AHK macro file which I have running all the time.

#NumPad0:: ; Send down arrow to QuickReminder
IfWinExist QuickReminder
{
WinAct ...
  Topic: Overlay Grid for Editing Photos in IrfanView
Martin

Replies: 0
Views: 2263

PostForum: Scripts & Functions   Posted: Thu Sep 03, 2009 9:50 pm   Subject: Overlay Grid for Editing Photos in IrfanView
Most photographers recommend the "Rule-of-Thirds" to assist with the composition of photos and several digital cameras now offer the option of a grid on the camera screen for this purpose. ...
  Topic: SplashImage only scales up image?
Martin

Replies: 2
Views: 282

PostForum: Ask for Help   Posted: Wed Aug 26, 2009 9:57 pm   Subject: SplashImage only scales up image?
Thank you for responding.

I'm running Version 1.0.47.06

Best wishes,
Martin
  Topic: SplashImage only scales up image?
Martin

Replies: 2
Views: 282

PostForum: Ask for Help   Posted: Wed Aug 26, 2009 11:51 am   Subject: SplashImage only scales up image?
I have been using the ZW option with SplashImage to scale up a 900 x 600 image of an overlay grid, but when I set ZW to 600 the image is cropped rather than scaled. How can I can I scale down with Sp ...
  Topic: How to strip HTML tags
Martin

Replies: 3
Views: 956

PostForum: Ask for Help   Posted: Sun Nov 06, 2005 9:49 pm   Subject: How to strip HTML tags
Taken from my "HTML to BBCode" script-


That works great except that the following tags are still left in the text

<BR>
</div>

Many thanks,
Martin
  Topic: How to strip HTML tags
Martin

Replies: 3
Views: 956

PostForum: Ask for Help   Posted: Sun Nov 06, 2005 9:07 pm   Subject: How to strip HTML tags
Waht is the quickest and easiest ways of stripping html tags from a html file so that it is converted to a .txt file?

I could not find anything on this in the help file.

Thanks,
Martin
  Topic: On Screen Numeric KeyPad
Martin

Replies: 22
Views: 11729

PostForum: Scripts & Functions   Posted: Tue Nov 01, 2005 9:24 pm   Subject: On Screen Numeric KeyPad
Very nice! However, you can simplify it a bit:
.................
Here is an enhanced version.

Wow!
I will have to spend a lot of time looking at this next week end as I don't understand a numbe ...
  Topic: On Screen Numeric KeyPad
Martin

Replies: 22
Views: 11729

PostForum: Scripts & Functions   Posted: Tue Nov 01, 2005 9:38 am   Subject: Re: On Screen Numeric KeyPad
...... one q&d thing to improve usability would be to add a gui "AlwaysOnTop" option as the first line of your script . i.e.

gui +AlwaysOnTop
.....

Many thanks for the suggestion. I have n ...
  Topic: Detect when scroll bar has reached bottom of window
Martin

Replies: 10
Views: 2244

PostForum: Ask for Help   Posted: Mon Apr 25, 2005 1:42 pm   Subject: Detect when scroll bar has reached bottom of window
To simplify matters, you could try just assigning it to a different hotkey, e.g. Ctrl+Space.

I already have the script set up to send PAgeDown when I press the space bar once and to send Ctrl+ALt+ ...
  Topic: Detect when scroll bar has reached bottom of window
Martin

Replies: 10
Views: 2244

PostForum: Ask for Help   Posted: Mon Apr 25, 2005 1:37 pm   Subject: Detect when scroll bar has reached bottom of window
Chris wrote:
Sat Apr 23, 2005 12:14 pm


Try PixelGetColor or PixelSearch.


I assume that this means that I would see what pixel colour would be at the bottom of the scroll window when th ...
  Topic: Detect when scroll bar has reached bottom of window
Martin

Replies: 10
Views: 2244

PostForum: Ask for Help   Posted: Sat Apr 23, 2005 10:19 am   Subject: Detect when scroll bar has reached bottom of window
Hello all,

I have written a script which uses the spacebar to scroll down through articles in TreePad - very useful for presentations and reading ebooks.

When I reach the bottom of an article I ...
  Topic: Put "Loop parse files" data on a single line
Martin

Replies: 1
Views: 578

PostForum: Ask for Help   Posted: Thu Mar 31, 2005 5:38 am   Subject: Put "Loop parse files" data on a single line
I am trying to run PDF Toolkit with a a list of files to merge to an output file. The list of files must be on the same line as the run command and each file is separated by a space e.g.

Run pdftk ...
  Topic: View / Edit File Comment with AHK?
Martin

Replies: 7
Views: 1084

PostForum: Ask for Help   Posted: Tue Mar 08, 2005 6:48 am   Subject: View / Edit File Comment with AHK?
Hi,

You can access these data-streams by FILENAME.EXT:streamname. To access the comment-stream try this: FILENAME.EXT:SummaryInformation
Tekl
How do you use this?

I have tried :

clipboard ...
  Topic: View / Edit File Comment with AHK?
Martin

Replies: 7
Views: 1084

PostForum: Ask for Help   Posted: Sat Mar 05, 2005 3:35 pm   Subject: View / Edit File Comment with AHK?
How can I use AHK to view and edit file comments that are displayed in the Window file properties dialogue box?

I use Windows fax and I want to set the comment to "Printed dd/mm/yy" when I have pri ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group