Hi Michael, ... I trow not. It works fine for me. The ^!Select All below is just me checking to see if the ^!SetScreenUpdate was working both ways and it...
9372
Sheri
silvermoonwo...
Nov 6, 2002 3:04 pm
I've recompiled the help file with a copy of the clip basics topic in it, rerouted links, and updated index (i.e., for document codes). This chm also includes...
9373
Dan McCullough
dmccu40
Nov 6, 2002 3:19 pm
Jody, I thought I had the latest version installed but when I check the date it is 8/9/02. I have 4.91 but I think it is the first beta. Got caught sleeping,...
9374
hsavage
hrs62930
Nov 6, 2002 3:34 pm
... Sheri, I can't speak for anyone else but, I'm waiting. Thanks hrs...
9375
Sheri
silvermoonwo...
Nov 6, 2002 3:47 pm
... Hi Harvey! Ok, you got it. Regards, Sheri...
9376
hsavage
hrs62930
Nov 6, 2002 3:51 pm
... Sheri, You're right, I was logged on when it popped into the list. Thanks again, hrs...
9377
Jody
notetabber
Nov 6, 2002 7:44 pm
Hi Dan, No worries! Alec and Julie got me good on the Next Release List when I asked about F9. ;) Oh, for general knowledge, sometimes people have problems...
9378
Kevin Witherite
KWITHERITE@...
Nov 6, 2002 8:57 pm
I soon will be getting Windows XP, should i expect any conflicts with XP and Note Tab Pro? Same simple installation? Thanks,...
9379
hugo_paulissen
Nov 6, 2002 10:20 pm
... with XP and ... Hi Kevin, Yes, same simple installation. I recently upgraded from w98SE to XP Pro and I didn't have any conflicts. Performance and...
9380
Don Passenger
dpasseng
Nov 6, 2002 11:01 pm
I think you may have a problem, possibly with the autoreplace of notepad with notetab if you use that feature. I am using 2000 and cannot get it to work...
9381
Alec Burgess
alecb3ca
Nov 7, 2002 12:20 am
Sheri: Great work - nice icon. btw: for anyone else interested heres a direct link: http://groups.yahoo.com/group/ntb-clips/files/ClipCodeChm.zip Sheri - could...
9382
Alec Burgess
alecb3ca
Nov 7, 2002 7:49 am
Don, Kevin, (Hugo): Don: > I think you may have a problem, possibly with the autoreplace of ... JimHall wrote an excellent description of what's neccessary to...
9383
Sheri
silvermoonwo...
Nov 7, 2002 5:21 pm
Hi all, I've posted a new clip in our Files area: http://groups.yahoo.com/group/ntb-clips/files/ClipcodeSyntax.zip Let me know how you like it and/or if you...
9384
Charles or Mary Fried...
cefwis
Nov 8, 2002 12:41 am
A couple weeks ago, some of you geniuses posted fine clips to eliminate, from a list of lines, any line that appears more than once. I'd be interested in a...
9385
hsavage
hrs62930
Nov 8, 2002 1:07 am
... remove ... other ... would ... Charles or Mary, Exactly what you need is already available in NoteTab. What you want is already a drop-down menu choice. ...
9386
Nicole Simon
nemenisis
Nov 8, 2002 1:23 am
... Or, in Clip: Sort und Remove ^$StrSort("^$GetSelection$";False;True;True)$ Does all lines if nothing is selected. Comes usefull with a button. Nicole -- ...
9387
Sheri
silvermoonwo...
Nov 8, 2002 2:22 pm
Take care in using the menu choice for sorting (or its ^!Menu equivalent in a clip) because the results vary depending on option settings at View|Options...
9388
John Zeman
john041650
Nov 8, 2002 6:20 pm
And to follow up on that a little more Sheri, one should always keep the undo command in mind in case the sort results are not the ones desired. The multiple...
9389
Alan C.
acummingsus
Nov 8, 2002 8:07 pm
Hello ... the menu view > options > advanced 65532 lists the above undo size limit in mine NoteTab Pro. But I don't know its meaning ie memory allocation for...
9390
Ray Shapp
rayshapp
Nov 8, 2002 8:37 pm
Hi Sheri, Thanks for the recompiled Clip Help. May I suggest you add a line to the top headline to show the revision number or revision date? As an...
9391
Ray Shapp
rayshapp
Nov 8, 2002 8:39 pm
Hi Sheri, Please explain rerouted links and hover effects. Ray Shapp Watchung, NJ...
9392
Bubblefisch@...
bubblefisch2002
Nov 8, 2002 9:42 pm
Hi group, I try to do some clip-programming since several days and had the idea to save a file I worked on in another directory. Since the directory varies I...
9393
Bubblefisch@...
bubblefisch2002
Nov 8, 2002 9:43 pm
Hi group, I am getting your messages since several months but never really kept reading the mails. I just recently started to make my own clips and now I ran...
9394
erinntaylor9
Nov 8, 2002 9:43 pm
I am trying to write a simple perl replace function for Note Tab, but I am having difficulty getting the correct syntax. I have included my current code and...
9395
erinntaylor9@...
erinntaylor9
Nov 8, 2002 9:44 pm
I am trying to write a simple perl replace function for Note Tab, but I am having difficulty getting the correct syntax. I have included my current code and...
9396
Dan McCullough
dmccu40
Nov 8, 2002 9:51 pm
Raimond, When writing a clip with ^!Find there are parameters you can put after it. Here are all the different things you can do: T: Does not search for whole...
9397
Alec Burgess
alecb3ca
Nov 8, 2002 10:39 pm
FYI: John The multiple undo works until you save the file Options | Files : Undo After Save: Allows an undo operation after a modified document has been saved....
9398
Piotr Bienkowski
syntaxpb
Nov 8, 2002 10:44 pm
... I think you should try: $replace =~ s/\(1\)/(2)/g; This should do it. Parentheses on the find side have a special meaning in Perl. HTH Piotr...
9399
hugo_paulissen
Nov 8, 2002 11:11 pm
Hi Raimund, You shouldn't get a Save Dialog in the clip you sent us... From Help: If you specify a file name after the "Save AS" element, the Save As dialog...
9400
John Zeman
john041650
Nov 8, 2002 11:51 pm
Thanks Alec, even after years of using NoteTab, I had missed seeing that option setting.. The more one learns about this incredible program the more one...