Hi jdfmike, ... I didn't know exactly what you meant by "saving last used values." There's a few different "reuses" (methods) of values for a lack of better...
Larry: Doesn't the existing "onClose" event refer to the clip library rather than the active document? I was wanting to run the clip whenever the active...
... My last clip posted to you does that. It spell checks the document then saves and closes it. H="Spellcheck and Save File" ^!Toolbar Spell Check ^!Close...
Hi Jody and others, ... I have discovered a situation where you must use something other than a variable to pass your data. There was a question sometime back...
Hi Larry, ... Yes, there are a few things that do not work (not programmed to) from the Clipbar and have to be run from Library to Library. FarClip does not...
Not that long ago, Larry Thomas posted this jewel of a clip to take two files you have open in NTP and compare them in Examdiff: ^!Set %Comp1%=^** ^!Keyboard...
... Try inserting a ^!Delay nn just before each of the variables are set. You might try using ^!Info ^%comp1%^p^%comp2% just before the examdiff line to see...
... set. You ... line to ... Jelks, It will work either way, but, to use the ^!Shell command, I think it is the most recent and preferred method to run a...
Hi Linda, ... You can do this by using the clip below. If you wish to discuss clips and how to write and use them, please do not post to this list. Please...
... Turns out %Comp1% is cleared for some reason after the *second* document is Tidied. Delays have no effect, and there is no %Comp1% used in the far clip: ...
Hi Larry and Linda, ... Just so you know what is going on... ;) Unfortunately, the Paste Board will not except date filters else that would be the route to...
... Something like this might work: At the point in your clip where the "return to Notetab" occurs, insert ^!Delay 1 ^!IfMatch "Confirm.*" "^$GetAppTitle$"...
... variables? ... If your intent is to then use variable in a search, looking for "11" or "eleven", you could generate the appropriate Regular Expression ...
Actually it's a language translation. When the user is asked "elf" the clip should interpret both answers "11" or "eleven" as correct. Thus the variable...
Kevin Witherite
KWITHERITE@...
Mar 4, 2004 1:15 pm
11642
I don't have time to model it, but consider doing something along the line of: Set up an array variable, with each element being a string containing the word...
... When the user is asked "elf"??????? A variable does not ask the user anything! Are you sure you are not trying to find out how to use a wizard? I could...
I want to write a clip to drive Winzip to backup folders and files. I would like to display a checkbox dialog with a list of folders & files. If the user...
Yes the first part of your explanation is what I am doing, selecting the Deutsch word randomly and presenting it in a dialog box. Im not familiar with arrays,...
Kevin Witherite
KWITHERITE@...
Mar 4, 2004 2:44 pm
11646
I think it may be easier to show the clip than explain it as I am not that well versed in clipping. Below is an abbreviated version, though it is complete....
Kevin Witherite
KWITHERITE@...
Mar 4, 2004 2:53 pm
11647
Sorry people had the StrRandom incorrectly set. The following is now correct. ^!Set %Counter%=^?[Repeat count] ... ^!If ^%Counter% < 1 End ^!Dec Counter ^!Set...
Kevin Witherite
KWITHERITE@...
Mar 4, 2004 2:58 pm
11648
Hi Kevin, ... I could only get your clip to work by setting up a second variable (%8%) and a second If test and a second keyboard command to accompany it. It...
Thanks Larry for your help. Kevin ... From: Larry Thomas [mailto:larryt@...] Sent: Thursday, March 04, 2004 12:28 PM To: ntb-clips@yahoogroups.com ...
Kevin Witherite
KWITHERITE@...
Mar 4, 2004 5:39 pm
11650
... files. ... an array ... the folder ... check, or ... could be ... quite ... element ... A listbox clip wizard is NoteTab's equivalent to a checkbox. I know...
I need to clarify something I said last time Dick that's not exactly correct. A NoteTab listbox is the equivalent to a "one or the other" kind of checkbox...
John - Thanks for the info. I understand the difference between the different wizard types. I just couldn't figure out a way to display a folder in a tree...
... an array ... folder ... Dick, If this is for backup only and sending a list to Winzip, how about building a wizard to display and select only files with...
... I had planned to do that, after doing a clip that will backup everything. One clip will backup all files (full backup) Another will backup only Archive=A...
Hi Kevin, I was just playing around and I reduced the number of lines in the original clip from 30 to 22. And it still works fine. ^!Set %Counter%=^?[Repeat...
I've been away from NTP for a couple of years now I guess, and so I've forgotten how to make clips. I'd be grateful if one of you could point me to a set of...
Hi Clueless, ... You are entitled to a free upgrade to the latest version of NoteTab (which is 4.95) and you should do so to take advantage of the added...