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 13122 - 13151 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13122
Hi. Is there a way to run a clip on all files in a directory? I think I can see a way to do it via ^!Open *.* and ^!Document First|Next, but I was just...
Steve LaMantia
sslamantia
Offline Send Email
Jan 1, 2005
12:23 pm
13123
Hi Steve, Happy New Year everyone! ... Only by calling a Library and Clip. Wildcards cannot be used to open files. You can open multiple files, but you have to...
Jody
notetabber
Offline Send Email
Jan 1, 2005
3:06 pm
13124
Thanks, Jody. I'll give that clip a whirl after work tonight. ... Excellent! Thanks! -- Steve...
Steve LaMantia
sslamantia
Offline Send Email
Jan 1, 2005
3:25 pm
13125
Hi Steve, ... Reading between the lines it appears you want to do something with each file that opens. Using the code above, you do not need to know when you...
Jody
notetabber
Offline Send Email
Jan 1, 2005
4:03 pm
13126
This will also be great to use with Farclip. (Could probably have a check box wizard to pick which clip to run from afar.)...
Jeff Scism
scismgenie
Offline Send Email
Jan 2, 2005
12:48 am
13127
Thanks what I am looking for ... Lee...
Lee Underwood
ereedj2001
Offline Send Email
Jan 2, 2005
1:57 am
13128
Here is one that I converted from postings on the list. I'm using Notetab mainly to process html files. You cna change extensions at will here. Imagine you...
prlproductmanager
prlproductma...
Offline Send Email
Jan 3, 2005
1:32 pm
13129
Hi Lee, ... Hard coded: ^!Replace "Find this" >> "Replace with" WASH Prompted ^!Replace "^?[Find]" >> "^?[Replace with]" WASH or ^!Replace "^?{Find=_^&|^=}" >>...
Jody
notetabber
Offline Send Email
Jan 3, 2005
9:48 pm
13130
I don't know if I have a Windows problem or Notetab problem, but the only solution is to reboot. I have tried exiting Notetab and bring it back up, but that...
Roy Herring
roynancy@...
Send Email
Jan 3, 2005
9:56 pm
13131
Hi prlproductmanager, NoteTabbers Assistant Library Page http://www.notetab.net/html/library.htm Direct download for DirStuff ...
Jody
notetabber
Offline Send Email
Jan 3, 2005
10:08 pm
13132
Hi Roy, ... The problem is because the dialog is not open before the numbers are inserted into it. You could add delay (&nnn) inside the ^!Keyboard command to...
Jody
notetabber
Offline Send Email
Jan 3, 2005
11:06 pm
13133
Hi Jeff, ... Yes. ... I don't think I would pick a "Clip to run from afar," but call the fire department. <groan> ;) (You might need to understand ...
Jody
notetabber
Offline Send Email
Jan 4, 2005
2:12 am
13134
... Hi Jody, This brings up the question of what NoteTab loads into memory, when you load a clip library, or a clip. When NT loads a new library, does it load...
abairheart
Offline Send Email
Jan 4, 2005
8:40 pm
13135
Hi Abair, You must think I'm a geek. :-) ... NoteTab loads the whole Library into memory, I think, by what I have written below from the past. It may be a...
Jody
notetabber
Offline Send Email
Jan 4, 2005
11:32 pm
13136
^!InsertWizardHtml <a ^?[(T=T;F="Link Files|*.**.htm*;*.*html*;")&Select the HTML File to Link To]TARGET='^?[&Target ...
Jeff Scism
scismgenie
Offline Send Email
Jan 5, 2005
5:08 am
13137
Hello Some recent discussions on this board have spurred my interest in these two commands. Naively, I expected... ^!MENU File/Template/Open ^!Keyboard...
John Mitchell
aussieboykie
Offline Send Email
Jan 5, 2005
5:57 am
13138
... I haven't followed this and I can't say I've used these commands much but I *think* you want this: ^!Keyboard CTRL+O #^$GetTemplatePath$html.tpl# ENTER ...
loro
yastupidhoo
Offline Send Email
Jan 5, 2005
6:38 am
13139
Lotta Yes, that works. Thanks. My question is really a more general one and is probably the result of misunderstanding ^!Keyboard. My ^!MENU File/Template/Open...
John Mitchell
aussieboykie
Offline Send Email
Jan 5, 2005
6:54 am
13140
... You do a good immitation, if you're not. ;) ... OK, I read all your notes, got some good tips, but I still need answers about data limits. The only...
abairheart
Offline Send Email
Jan 5, 2005
6:58 pm
13141
Ok here is the errant clip. The purpose of the original was to be able to replicarte what the <IMG clip does in HTML-ar.clb, EXCEPT have it browse to HTM...
Jeff Scism
scismgenie
Offline Send Email
Jan 5, 2005
11:02 pm
13142
Notetabbers, I have a clip that asks for a month and the number of the first Sunday, then sets up predefined dates for the month. I want to test for whether it...
Michael Frascinella
frascinella
Offline Send Email
Jan 5, 2005
11:14 pm
13143
G'day John, If you are using NoteTab to control other applications, which is mainly what ^!Keyboard is intended for, you need to ensure that the target ...
Pete Turner
turnerpgeac
Offline Send Email
Jan 6, 2005
12:27 am
13144
Michael, ... The following two clips demonstrate two ways to find out whether a month is odd or even. The first clip finds it out using this line: ^!If...
RS
rs032602
Offline Send Email
Jan 6, 2005
1:07 am
13145
Unless this is only happening to me, then it looks like a bug. ; Start of clip ------- ^!Set %comment%=">>" ^!Select paragraph ^!Set...
John Mitchell
aussieboykie
Offline Send Email
Jan 6, 2005
2:48 am
13146
... But why test the same thing twice? (their order is irrelevant. checking the two items for a match or not is what you are doing) If task at hand be whether...
Alan_C
acummingsus
Offline Send Email
Jan 6, 2005
4:37 am
13147
... [ . . ] ... [ . . ] ... ^!IfSame "^%Str%" "^%comment%" next else Skip ^!Prompt Str and comment match ;---------- That (next else Skip) does the same duty...
Alan_C
acummingsus
Offline Send Email
Jan 6, 2005
4:52 am
13148
John, ... It is true what you say that, in your example, one IF evaluates one way, and the other differently. To have it work as expected, you should enclose...
RS
rs032602
Offline Send Email
Jan 6, 2005
4:52 am
13149
Alan Did you try the code? What happened on your system? The fragment I submitted demonstrates a bug (I think). It's not intended to make sense. I'm hoping...
John Mitchell
aussieboykie
Offline Send Email
Jan 6, 2005
4:56 am
13150
... ; For month as a number 1-12 ^!IF ^$Calc("^%Month% mod 2;0")$ = 0 MonthEven Else MonthOdd ; For month as a short string. ^!Set...
Wayne VanWeerthuizen
waynemv
Online Now Send Email
Jan 6, 2005
5:02 am
13151
Hi Jody I never would have thought of doing that ,A bit bright!! it also works. THANKYOU DAVE in au ... From: "Jody" <kjv-av1611@...> To:...
Dave
david_99_au
Offline Send Email
Jan 6, 2005
5:12 am
Messages 13122 - 13151 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