... 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...
... 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...
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...
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 ...
... 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...
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...
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...
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...
... 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...
... 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...
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: ...
... 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...
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...
Hi Sheri, Thanks for your help. ... I'm not sure how it does that. MONO-spaced: ^!Find "(?s).*(</?^%tag%.*?>)" R1HS ... and ^!Find "(?s).*?(</?^%tag%.*?>)"...
... 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...
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...
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...
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...
... 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, 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, Most of us would, probably, recommend NoteTab Pro over Standard. The advanced multiple 'UNDO' feature alone is worth the price difference. This is a...
... 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...
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, 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" ...
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...
... 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...
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...
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...