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 to share photos of your group with the world? 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 11628 - 11657 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11628
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...
Jody
notetabber
Offline Send Email
Mar 1, 2004
6:15 pm
11629
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...
jdfmike
Offline Send Email
Mar 1, 2004
7:02 pm
11630
... 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...
Larry Thomas
back3home2003
Offline Send Email
Mar 1, 2004
9:06 pm
11631
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...
Larry Thomas
back3home2003
Offline Send Email
Mar 1, 2004
9:44 pm
11632
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...
Jody
notetabber
Offline Send Email
Mar 2, 2004
7:24 pm
11633
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...
Jelks Cabaniss
JelksCabaniss
Offline Send Email
Mar 3, 2004
3:20 am
11634
... 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...
Larry Thomas
back3home2003
Offline Send Email
Mar 3, 2004
3:48 am
11635
... 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...
hsavage
hrs62930
Offline Send Email
Mar 3, 2004
3:03 pm
11636
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...
Larry Thomas
back3home2003
Offline Send Email
Mar 3, 2004
3:13 pm
11637
... 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: ...
Jelks Cabaniss
JelksCabaniss
Offline Send Email
Mar 3, 2004
3:15 pm
11638
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...
Jody
notetabber
Offline Send Email
Mar 3, 2004
6:25 pm
11639
... Something like this might work: At the point in your clip where the "return to Notetab" occurs, insert ^!Delay 1 ^!IfMatch "Confirm.*" "^$GetAppTitle$"...
Don Daugherty
dondaugherty...
Offline Send Email
Mar 3, 2004
10:46 pm
11640
... variables? ... If your intent is to then use variable in a search, looking for "11" or "eleven", you could generate the appropriate Regular Expression ...
Don Daugherty
dondaugherty...
Offline Send Email
Mar 3, 2004
10:58 pm
11641
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@...
Send Email
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...
Dick Gascoigne
bobbit_singa...
Offline Send Email
Mar 4, 2004
1:46 pm
11643
... 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...
Larry Thomas
back3home2003
Offline Send Email
Mar 4, 2004
2:15 pm
11644
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...
Dick Gascoigne
bobbit_singa...
Offline Send Email
Mar 4, 2004
2:40 pm
11645
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Larry Thomas
back3home2003
Offline Send Email
Mar 4, 2004
5:29 pm
11649
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@...
Send Email
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...
John Zeman
john041650
Offline Send Email
Mar 4, 2004
7:44 pm
11651
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 Zeman
john041650
Offline Send Email
Mar 4, 2004
8:03 pm
11652
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...
Dick Gascoigne
bobbit_singa...
Offline Send Email
Mar 5, 2004
4:44 am
11653
... 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...
hsavage
hrs62930
Offline Send Email
Mar 5, 2004
5:59 am
11654
... 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...
Dick Gascoigne
bobbit_singa...
Offline Send Email
Mar 5, 2004
6:40 am
11655
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...
Larry Thomas
back3home2003
Offline Send Email
Mar 5, 2004
7:01 am
11656
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...
clueless in seattle
clueless_sea...
Offline Send Email
Mar 6, 2004
5:56 pm
11657
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...
Larry Thomas
back3home2003
Offline Send Email
Mar 6, 2004
8:14 pm
Messages 11628 - 11657 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