| Author |
Message |
Topic: How to strip HTML tags |
Martin
Replies: 3
Views: 680
|
Forum: 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: 680
|
Forum: 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: 15
Views: 4668
|
Forum: 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: 15
Views: 4668
|
Forum: 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: 1320
|
Forum: 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: 1320
|
Forum: 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: 1320
|
Forum: 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: 300
|
Forum: 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: 552
|
Forum: 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: 552
|
Forum: 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 ... |
Topic: Copy From A TreePad Search Results Window |
Martin
Replies: 0
Views: 383
|
Forum: Ask for Help Posted: Sun Feb 13, 2005 4:08 pm Subject: Copy From A TreePad Search Results Window |
I am trying to copy selected information from a search window in TreePad to an article window in TreePad
I have a hot key to carry out a TreePad menu option, which copies an article title from the ... |
Topic: Whats your favourite editor |
Martin
Replies: 80
Views: 15542
|
Forum: Utilities & Resources Posted: Thu Feb 10, 2005 2:01 pm Subject: Whats your favourite editor |
I prefer NoteTab
- nice and small
- great for joining lines from emails etc.
- has great Yahoo forums for support in writing macros (Clips)
- has great little clip library (macro library) from A ... |
Topic: Support for NoteTab Light? |
Martin
Replies: 12
Views: 681
|
Forum: Ask for Help Posted: Sat Jan 29, 2005 8:45 am Subject: Re: Support for NoteTab Light? |
Hi there,
I'm a complete newbie and was taken to ahk by an article in a german computer mag. Hope this wasn't asked too often...does anybody work on support for NoteTab (Light), a fabulous text edito ... |
Topic: ^v Difficulties in a Script for TreePad |
Martin
Replies: 2
Views: 378
|
Forum: Ask for Help Posted: Sun Jan 09, 2005 8:58 am Subject: Re: ^v Difficulties in a Script for TreePad |
| The only problem I see with it is the possibility that you want the Loop command to apply to more than just the first line beneath it. If you do, you should enclose that group of lines in a block (br ... |
Topic: ^v Difficulties in a Script for TreePad |
Martin
Replies: 2
Views: 378
|
Forum: Ask for Help Posted: Sat Jan 08, 2005 6:02 pm Subject: ^v Difficulties in a Script for TreePad |
Hello all,
I have been trying to get the following code to Add Prefix TExt to the Node Titles in TreePad, but the ^v in the 4th last line of code will not paste the clipboard contents, which is the P ... |
| |