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...
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...
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...
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...
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@...
Jan 3, 2005 9:56 pm
13131
Hi prlproductmanager, NoteTabbers Assistant Library Page http://www.notetab.net/html/library.htm Direct download for DirStuff ...
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...
... 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...
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...
Hello Some recent discussions on this board have spurred my interest in these two commands. Naively, I expected... ^!MENU File/Template/Open ^!Keyboard...
... 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 ...
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...
... 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...
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...
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...
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 ...
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...
... 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...
... [ . . ] ... [ . . ] ... ^!IfSame "^%Str%" "^%comment%" next else Skip ^!Prompt Str and comment match ;---------- That (next else Skip) does the same duty...
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...
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...