Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ntb-clips · The NoteTab Clips List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 12592 - 12621 of 23811   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12592 Larry Hamilton
lm_hamilton Send Email
Oct 12, 2004
2:40 am
Jody, Here is a clip I started a couple of years ago. At least as a "data pack rat" my wife cannot complain about all the junk lying around! ;-) It at least...
12593 Jody
notetabber Send Email
Oct 12, 2004
2:48 am
Hi Pete ... ^!Info ^$GetRegValue(HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows NT\CurrentVersion:BuildLab)$ Can you tell me what that puts out for your Win2000...
12594 Pete Turner
turnerpgeac Send Email
Oct 12, 2004
2:49 am
G'day Larry, ... HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows NT\CurrentVersion\CSDVersion contains a text string e.g. 'Service Pack 4' (this on Windows...
12595 Pete Turner
turnerpgeac Send Email
Oct 12, 2004
3:06 am
Hi Jody, ^!Info ^$GetRegValue(HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows NT\CurrentVersion:BuildLab)$ gives me nothing, as I don't have that node in my...
12596 Larry Hamilton
lm_hamilton Send Email
Oct 12, 2004
4:59 am
Jody/Pete, I modified my clip to use the last three values below and get this on Windows XP Home SP2: Microsoft Windows XP 5.1 2600 Service Pack 2 The clip...
12597 Jody
notetabber Send Email
Oct 12, 2004
5:28 am
Hi Pete ... OK, that's good to know. Actually, as far as the locations of Notepad.exe on Win2000 I don't think there is a difference in any of the SPs, so all...
12598 Jody
notetabber Send Email
Oct 12, 2004
7:50 am
Hi Larry Yes, I got that already, but thanks much! I was hoping it would be and it might be just a few differences. All know when I get some more results. The...
12599 Don Passenger
dpasseng Send Email
Oct 12, 2004
2:12 pm
the first appeared to do nothing the later said simply Microsoft Windows 2000...
12600 Jacques Turbé
jturbefr Send Email
Oct 14, 2004
6:37 am
Hello, I'd like to be told clips or libraries I should study before writing clips for the following tasks (I am a low experienced user): 1) My date filter is...
12601 Alan
acummingsus Send Email
Oct 14, 2004
7:04 am
Hi, http://groups.yahoo.com/group/ntb-clips/message/12448 That post and its entire thread involves to select a date then convert from one of several formats...
12602 Jacques Turbé
jturbefr Send Email
Oct 14, 2004
10:16 am
Thanks Alan, ... My target is to include in Pasteboard the output of date filter, updated each day for part of it ;) Your answer directs me to what I have to...
12603 Jody
notetabber Send Email
Oct 14, 2004
11:42 am
Hi Michael ... Its always a nightmare fpr programmers to do documentation. I think the majority of them program, because it is a fun challenge and always...
12604 Larry Hamilton
lm_hamilton Send Email
Oct 15, 2004
3:38 am
Here are my NoteTab Clips for working with the PHP command line. PHP is required, see www.php.net. I have only tested these on the latest version of PHP 4.x,...
12605 Larry Hamilton
lm_hamilton Send Email
Oct 16, 2004
12:29 am
Here are two more, one for showing the version of PHP and the other for doing a syntax check. I got to checking in the PHP Manual and there is a command line ...
12606 bizshop1 Send Email Oct 16, 2004
6:04 am
How can I set the ^$GetDocumentPath$ to a particular directory? Many clips I use have this variable in them, but I've changed where I put the files after...
12607 Kumaara Bhikkhu
venkumara Send Email
Oct 16, 2004
12:08 pm
Dear all, I'd like to find out how to remove <span> tags from htmls with NTB's Find and Replace. I've tried <span[^>]+> and thought that it worked, but later...
12608 Don Passenger
dpasseng Send Email
Oct 16, 2004
8:34 pm
well there is a way to find matching html tags as I recall You might look at a couple of these old threads: ...
12609 Don Passenger
dpasseng Send Email
Oct 16, 2004
8:45 pm
^!Find "<span>" CIWS ^!Jump Select_Start ^!Set %GetRow%=^$GetRow$; %GetCol%=^$GetCol$ ^!Find "</span>" CIS ^!Jump Select_End ^!Set %EndGetRow%=^$GetRow$;...
12610 bizshop1 Send Email Oct 16, 2004
10:17 pm
Several clips I've found on the list use ^$GetDocumentPath$ for opening and saving files. I haven't found where to set that on a per clip basis or preferably a...
12611 hsavage
hrs62930 Send Email
Oct 16, 2004
11:17 pm
... biz..., AFAIK, ^$GetDocumentPath$ is the NoteTab default location for storing files created and edited in NoteTab. It can't be changed unless you, on a...
12612 Alan C.
acummingsus Send Email
Oct 17, 2004
7:04 am
On Sat, 16 Oct 2004 08:13:31 +0800, Kumaara Bhikkhu wrote: [ . . ] ... <span.+&#92;n.*> copy/paste that in the find. IMPORTANTLY, do so with regex unchecked....
12613 prlproductmanager
prlproductma... Send Email
Oct 18, 2004
12:17 am
That little solution you start with is quite handy. I use this clip to remove the span tags, I execute it from within the document, it finds the next, deletes...
12614 Wayne VanWeerthuizen
waynemv Send Email
Oct 18, 2004
5:22 am
... It doesn't give the SP number, but does give the build number. ^$GetDosOutput("ver")$...
12615 Kumaara Bhikkhu
venkumara Send Email
Oct 18, 2004
8:50 am
Dear Don, Alan, Rayellen, and all, ... In fact, I don't even know how to call it. "Clip"? So sorry to trouble you unnecessarily. I'm here because I've a RegEx...
12616 Grant Mackenzie
grantneilsonmac Send Email
Oct 18, 2004
9:54 am
Hi Larry. You can run the PHP from the WSH You have to download and reg the dll first. Read ActiveScript section in PHP intall txt example clip library follows...
12617 Jody
notetabber Send Email
Oct 18, 2004
3:01 pm
Hi Wayne, ... Yes, Alan C. sent me that one a few days ago. I think these work the best. I just need to find somebody on a WinME and WinNT machine to get the...
12618 Larry Hamilton
lm_hamilton Send Email
Oct 19, 2004
4:42 am
Grant, Thanks for the information. I knew this could be done, I just have not taken the time to figure it out. I'll have to add these to my collection. Larry...
12619 Alan C.
acummingsus Send Email
Oct 19, 2004
5:07 am
On Mon, 18 Oct 2004 16:40:28 +0800, Kumaara Bhikkhu wrote: [ . . ] ... Here is better (I think) it combines two into one, just to do 1 search it finds for both...
12620 Alan C.
acummingsus Send Email
Oct 19, 2004
6:14 am
... [ . . ] ... <span[^>]+(>)|(\n[^>]*>) Actually, the top one was repeating some same elements. There's no need to repeat elements that occur on both sides...
12621 Don Passenger
dpasseng Send Email
Oct 19, 2004
1:07 pm
How to use a clip: I proposed a clip solution for you. You need to have the clip panel open in notetab. It is usually a pane to the left of the screen. You ...
Messages 12592 - 12621 of 23811   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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