Search the web
Sign In
New User? Sign Up
ntb-clips · The NoteTab Clips List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16596 - 16625 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16596
... If you mean what I think you do, the only reasonable answer is: don't. You can use WIDTH and HEIGHT to make the browser show a scaled image, but browsers...
Axel Berger
absalom_nemini
Offline Send Email
Jun 1, 2007
9:03 am
16597
... ========== Greetings, For easy lossless batch resizing and renaming I recommend FastStone Image Viewer: http://www.faststone.org/FSViewerDetail.htm Page...
Mike Breiding
mikebreiding
Offline Send Email
Jun 1, 2007
10:39 am
16598
... This is easy to do first of all if you wish. While I agree with others assessments on using scaled images instead of scaling big images, you retrieve the...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Jun 1, 2007
12:10 pm
16599
Thank you so much Don. I've been trying to learn this notetabbing stuff and it is pretty hard for a noob. I knew there was something wrong with my logic but...
None of your business...
duke_nukem_time
Offline Send Email
Jun 1, 2007
3:15 pm
16600
Notetab Pro 5 and Windows Your need two things, a clip and a script. ... ^!Set %CommandLine%=^$GetSysProgPath$FTP.exe ^!Open -- put complete path and filename ...
paulmaser
Offline Send Email
Jun 1, 2007
6:11 pm
16601
... Right, that's it, now I'm with you! I had tried in vain to figure out how to make clips handle the step-by-step dialogue. With all the other help I was...
Axel Berger
absalom_nemini
Offline Send Email
Jun 1, 2007
8:46 pm
16602
You really don't need notetab to do this. The notetab script just calls the ftp program which has the ability to use a file for the information. Without...
paulmaser
Offline Send Email
Jun 2, 2007
1:09 am
16603
Hi, Couple of years ago, it was dtermined, that NTP cannot search backwards with regular expressions. This topic is still not addressed in the help file, that...
abairheart
Offline Send Email
Jun 2, 2007
3:24 pm
16604
Hey, I'm trying to create a very simple database clip that will take lines from a text file and convert them into html syntax for the web. The logic of my clip...
duke_nukem_time
Offline Send Email
Jun 2, 2007
10:12 pm
16605
... With careful use of search in highlight and regex greediness you can accomplish the same thing. But if using NoteTab Pro, you do have to avoid creating a...
Sheri
silvermoonwo...
Offline Send Email
Jun 3, 2007
2:01 pm
16606
... It also doesn't like that %OpenFile% doesn't have a caret in front of it: ^%OpenFile% What you probably want is ^!OpenReadOnly "^%File%" Regards, Sheri...
Sheri
silvermoonwo...
Offline Send Email
Jun 3, 2007
2:07 pm
16607
It did work, but I keep getting this error when I try to open a file: http://img362.imageshack.us/img362/97/errorry4.jpg The original code is here: ...
duke_nukem_time
Offline Send Email
Jun 4, 2007
12:19 am
16608
... I don't see where you ever saved a file by the name you're trying to open as read only. I would suggest to put ^!Setdebug on at the top of you clip and run...
Sheri
silvermoonwo...
Offline Send Email
Jun 4, 2007
2:14 am
16609
Hi Sheri, Thanks for your reply. I'll give it whirl. ... Yes I am trying to match a specific pair of tags. But I have that part working in a forward searching...
abairheart
Offline Send Email
Jun 4, 2007
3:30 am
16610
Hi Sheri, Thanks for your help. ... I'm not sure how it does that. MONO-spaced: ^!Find "(?s).*(</?^%tag%.*?>)" R1HS ... and ^!Find "(?s).*?(</?^%tag%.*?>)"...
abairheart
Offline Send Email
Jun 4, 2007
4:51 pm
16611
... In the pattern above, the .* consumes all the characters matching dot (greedy), til the end of the string, then the regex engine backtracks until a...
Sheri
silvermoonwo...
Offline Send Email
Jun 4, 2007
7:57 pm
16612
Thanks very much, that cleared up a couple of things. ... That's what I meant by gobbling everything (including newlines). ... Ahhh, I understand. The '?' has...
abairheart
Offline Send Email
Jun 4, 2007
8:31 pm
16613
Ok. The problem is in here. I keep getting an error that notetab can't find the file in quotes. I dunno why. ;Menu ^!Set %File%=^?{(T=O)Select the filelist to...
duke_nukem_time
Offline Send Email
Jun 4, 2007
11:23 pm
16614
... Put double quotes around ^%File% and remove the trailing semicolon. Regards, Sheri...
Sheri
silvermoonwo...
Offline Send Email
Jun 5, 2007
12:35 am
16615
Ok. I did that. ;Open the file ^!OpenReadOnly "^%File%" When in debug, the ^!Set %File%=.... in the menu displays =C:\default.txt However, the next two popups...
duke_nukem_time
Offline Send Email
Jun 5, 2007
12:58 am
16616
... above line needs to end with } (delete the semi colon) ... ^!Set %File%=C:\default.txt ^!OpenReadOnly ^%File% Just for troubleshooting, those 2 lines as a...
Alan
acummingsus
Offline Send Email
Jun 5, 2007
2:56 am
16617
Alan, I was able to get it working. As you suggested, I put the file in the Admin Documents folder and it will load the txt file. However, it still would give...
duke_nukem_time
Offline Send Email
Jun 5, 2007
4:37 am
16618
... duke, Most of us would, probably, recommend NoteTab Pro over Standard. The advanced multiple 'UNDO' feature alone is worth the price difference. This is a...
hsavage
hrs62930
Offline Send Email
Jun 5, 2007
1:03 pm
16619
... Hi, I agree with Harvey on the benefits of the Pro vs the Standard version. But on the compatibility issue between Vista and Light -- While I don't know...
Sheri
silvermoonwo...
Offline Send Email
Jun 5, 2007
2:44 pm
16620
I have a clip I use to decapitate webpages, (remove the head), but can not figure out how to make it run on all open docs in NoteTab STD 5.1. Decapitate HTML ...
Jeff Scism
scismgenie
Offline Send Email
Jun 9, 2007
3:35 pm
16621
... Jeff, Here's a simple clip to do all open htm? docs, all ?htm docs in a folder is a little more involved but, fairly easily done. ... H="Decapitate Html" ...
hsavage
hrs62930
Offline Send Email
Jun 9, 2007
6:03 pm
16622
Thanks!!! I had done another method that required me to triple click each webpage, but automated is a lot faster when dealing with hundreds of pages. Really...
Jeff Scism
scismgenie
Offline Send Email
Jun 9, 2007
9:11 pm
16623
... pages. ... Jeff, If you want to do highly populated folders this clip will allow you to select any folder with .htm? you want to decapitate, does all htm's...
hsavage
hrs62930
Offline Send Email
Jun 10, 2007
4:48 pm
16624
I am using this to "eliminate" existing heads and then pasting a standard configuration in place. So it works ok with ^!Close Save. My ultimate plan is to have...
Jeff Scism
scismgenie
Offline Send Email
Jun 10, 2007
6:19 pm
16625
Can you help me create this clip, I can't figure it out. I have a long list, and a second list of keywords, I would like to have NoteTab take the keywords list...
idisnick
Offline Send Email
Jun 14, 2007
9:03 am
Messages 16596 - 16625 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help