... Well I *WAS* going to say, "That *can't* be -- my build is from June 30th!", but I got today's nightly build, set UseDDE to 0, and now it works -- only one...
10887
Jelks Cabaniss
JelksCabaniss
Aug 1, 2003 9:02 pm
... I'm always online (cable modem), so I'm not sure what that would mean, but just to check it out, I added the width and height parameters. No apparent ...
10888
casullian_454
Aug 2, 2003 2:30 am
I have a data file that is in following format: http://www.url.com,some text; http://www.abc.com,some more text; http://www.123.com,some other text; ...
10889
casullian_454
Aug 2, 2003 4:15 am
... I found it. Thanks Cas...
10890
Dave
david_99_au
Aug 2, 2003 3:56 pm
Hi did this get answered at all ???? ... From: "scheidrp" <scheidrp@...> To: <ntb-clips@yahoogroups.com> Sent: Friday, August 01, 2003 1:41 PM Subject:...
10891
Jody
notetabber
Aug 4, 2003 11:21 am
Hi RT, Hopefully, you'll understand this, if not, then ask where you are lost at... ... Use a command-line/shortcut to make a specific Library and Clip active...
10892
hsavage
hrs62930
Aug 4, 2003 2:19 pm
... recently). ... Jelks, I don't know if you noticed, there is what looks like a Mozilla version that incorporates SVG and MathML on the same page you...
10893
Larry Thomas
back3home2003
Aug 6, 2003 5:58 pm
... Hi Mike, You should not post questions about advanced programming or script use to the basic list. This should be posted to the NoteTab Clips list. I...
10894
mbl60181
Aug 6, 2003 9:20 pm
Thanks for the help... didn't know that this was a regex bug. Sorry 'bout postin' outside of ntbClips. I thought it was just a one liner in the find/replace...
10895
Larry Hamilton
lm_hamilton
Aug 7, 2003 2:11 am
Eric, Congratulations on the 2003 People's Choice Award for Best Web Enhancement or Utility for NoteTab Pro! http://www.sic.org/peopleschoice.asp I think...
10896
Trey Beck
sc8977
Aug 7, 2003 3:16 pm
Is there a simple way to concatenate all (or a selection) of the text files in a directory using a clip? I've been using the "insert file" command, but after...
10897
Pat
kitpath
Aug 7, 2003 3:43 pm
... There is a clip in Jody's dirstuff.clb -- Checkbox append -- it has the option to insert a line of text to indicate the end-begining of files. here's a...
10898
Manuel123
manuel123@...
Aug 7, 2003 4:51 pm
How do I to go another application. I use the next clip but I need pass the focus to application Agent-PUBLICO. Can you help me? Thanks in advanced. THE CLIP ...
10899
hsavage
hrs62930
Aug 7, 2003 5:07 pm
... ^!FocusApp AppTitle ... Manuel, In NoteTab help check the command ^!FocusApp, this should be what you need. hrs...
10900
hsavage
hrs62930
Aug 7, 2003 7:10 pm
... files ... command, but ... Michael, Following are 2 clips in it, the first clip is used to decode the second clip. The reason for this is, email wraps...
10901
Wright, John - Textro...
JWright@...
Aug 7, 2003 8:16 pm
I have been using NTP for almost three years, but have never really embraced clip coding - too intimidated by it. I went through the clip class, and I've read...
10902
hugo_paulissen
Aug 7, 2003 8:32 pm
... document ... if I try ... What am I ... following is the ... Hi John, I'm not sure, but I think destroydoc is limited to documents that NoteTab has open....
10903
Larry Thomas
back3home2003
Aug 7, 2003 8:54 pm
... The best ways to learn that I have found is to just type in little clip samples for myself and run them and see what happens. ... You need to use...
10904
hsavage
hrs62930
Aug 7, 2003 9:43 pm
... embraced ... destroy any ... document ... I try ... What am I ... John, As you'll notice below, ^!DeleteFile can be used with wildcards, ^!DestroyDoc,...
10905
hsavage
hrs62930
Aug 7, 2003 9:58 pm
... first ... look for ... John, The paragraph above should read as below. ^!DestroyDoc requires the filename only if it is a doc that hasn't been written to...
10906
Larry Thomas
back3home2003
Aug 7, 2003 10:01 pm
Hi John, The clip below suggests ways that you might use ^$Getfiles$ to do the job you want. I suspect that you would even use ^!DestroyDoc directly with ...
10907
Larry Thomas
back3home2003
Aug 8, 2003 2:37 am
Hi John, I did some thinking and experimenting and I wrote two clips that do what you want. The first clip will create a temporary document listing the files...
10908
hsavage
hrs62930
Aug 8, 2003 8:22 am
... destroy any ... John, This main clip will do exactly, I think, what you are looking for. I'm sending it encoded with a decoding clip, and, in straight text...
10909
Wright, John - Textro...
JWright@...
Aug 8, 2003 1:22 pm
Whew! Thanks so much for the wealth of information. This clip is now in my library. ... From: hsavage [mailto:hsavage@...] Sent: Friday, August 08, 2003...
10910
hsavage
hrs62930
Aug 8, 2003 5:06 pm
... John, One other advantage, IMO, heretofore unmentioned I believe, ^!DestroyDoc sends the files to the recycle bin, giving you a chance to recover from ...
10911
Jody
notetabber
Aug 8, 2003 6:04 pm
Hi John, ... Just a friendly reminder to delete the text that is not needed to understand your reply. TIA No apologies needed. :-) ... Happy Clip'n! Jody ...
10912
Don Daugherty
dondaugherty...
Aug 9, 2003 2:32 pm
... Following the ^!Focus App command suggest above, you may find it desirable to add the following delay-loop; this ensures that the desired application is...
10913
Larry Thomas
back3home2003
Aug 10, 2003 9:58 pm
Hi John and Harvey, I am just posting this clip to show what a person (me) can learn by exploring somebody else's ideas of doing things. I replied with "There...
10914
Wright, John - Textro...
JWright@...
Aug 11, 2003 1:46 pm
Larry, I like it, it's very elegent. One problem, I'm getting a syntax error on the Match statement. I'm sure it must be something I'm doing wrong. Maybe it's ...
10915
Larry Thomas
back3home2003
Aug 11, 2003 8:25 pm
... You must use regular expressions for your patterns when entering patterns. In regular expressions, a period is a meta character and it is interpreted as...