... If necessary, you could loop through all open documents. H="loop through tabs" ; Documents are indexed 1 to GetDocCount. ^!Set %i%=^$GetDocCount$ ... ^!If...
16681
ebbtidalflats
Jul 1, 2007 3:13 pm
... Dan, You can always troubleshoot by removing the "S(ilent)" switch, and see what kind of messages you get as you approach the end of the first document....
16682
Dan Rix
srxdan
Jul 2, 2007 6:13 am
Thank you, that worked, but the more important message is why does this work in v4.xx and not v5.2? Regards Dan ... From: ntb-clips@yahoogroups.com...
16683
Dan Rix
srxdan
Jul 2, 2007 6:20 am
I did this and nothing out of the ordinary showed up. Thanks, for the help Regards, Dan ... From: ntb-clips@yahoogroups.com [mailto:ntb-clips@yahoogroups.com]...
16684
Axel Berger
absalom_nemini
Jul 2, 2007 7:35 pm
There are a few programs around to convert TeX sources to HTML, but the only stand-alone one I could find, tth300, rather made a hash of things. Now a powerful...
16685
kenfhill84083
Jul 3, 2007 12:22 pm
I am trying to send my Bible software program (WordSearch) some keystrokes to display Bible verses I have listed in NoteTab. I can change the focus to...
16686
Sheri
silvermoonwo...
Jul 3, 2007 12:54 pm
... Yes. Use the ^!Keyboard command for sending keystrokes after ensuring the target application has focus. Some people have reported that the ^!Keyboard...
16687
kenfhill84083
Jul 3, 2007 1:05 pm
Thanks for the info. I've learned several tips from your posts. I guess I'm confused about more than ^!PlayBack, however, since I thought I was in the clip...
16688
Sheri
silvermoonwo...
Jul 3, 2007 1:28 pm
... Sorry 'bout that, you ARE on the Clip list :) I've never used ^!Playback or ^!Typeback successfully but have used ^!Keyboard. When automating anything for...
16689
ebbtidalflats
Jul 3, 2007 5:58 pm
I tried it out, and it doesn't work. The menu based "all document" option works, the clip based one does not. I'd call it a BUG. Since you found it, you get to...
16690
¼@±¡¨g
scenario_t_c
Jul 3, 2007 6:18 pm
Hi All! I am a newcomer here and I have just used NoteTab for a short time. I would want to create a clip that could search through the file and delete all...
16691
Axel Berger
absalom_nemini
Jul 3, 2007 6:49 pm
... I'd do it differently. There is a very nice program called AutoIT that does exactly what is needed. And to keep this on topic, NoteTab would be a great...
16692
Sheri
silvermoonwo...
Jul 3, 2007 7:43 pm
... There was recently a discussion here called "Creation of clip" which had clips that kept lines and clips that deleted lines based on keywords. Try to...
16693
Axel Berger
absalom_nemini
Jul 3, 2007 8:05 pm
Axel Berger wrote: There is a very nice program called AutoIT I had meant to insert the URL there but forgot. Here it is now: ...
16694
ebbtidalflats
Jul 5, 2007 1:31 am
... Sure thing. There are lots of ways to do this. Advance one line at a time, check for your test string, delete the line if the string is not present. The...
16695
Flo
jonas_ramus
Jul 5, 2007 11:22 am
... Eb, When searching for "tea" and running that clip on the following six lines (# 6 is empty)... sunrise teacup tea plantation teapot water ...
16696
Sheri
silvermoonwo...
Jul 5, 2007 2:36 pm
... Hi Flo, Eb, scenario_t_c, Flo, To work on your sample, I think he would need: ^!Select EOL (instead of ^!Select Line) and ^!DeleteLine (currently used) or ...
16697
mfrascinella@...
frascinella
Jul 5, 2007 2:51 pm
Hi, I tried the suggested clip from yesterday's reply but it deleted the lines *with* the string. I added the ^!SetDebug On statement and went through it line...
16698
Mark B.
breaumark
Jul 5, 2007 4:38 pm
... lines *with* the string. I added the ^!SetDebug On statement and went through it line by line. The clip highlights the current line and tests for the...
16699
Flo
jonas_ramus
Jul 5, 2007 8:17 pm
... Thanks, Sheri! Another solution would be to change the clip as follows... ^!Select Line ^!If ^$StrPos("^%test%";"^$GetSelection$";0)$ > 0 SKIP_2 ^!Select 0...
16700
ebbtidalflats
Jul 6, 2007 3:30 pm
Flo, I knew the clip wasn't perfect, but THAT imperfect?! ;) Aside from the logic of of which line you're testing, which may have several errors in it, there...
16701
ebbtidalflats
Jul 6, 2007 3:34 pm
... Thanks Sheri, I forgot about the possibility, that ^!DeleteLine might delete the EOL at the end of the line, if selected. And of course both your...
16702
ebbtidalflats
Jul 6, 2007 3:41 pm
... Flo, that is an interesting approach. It never occured to me, that you could pick out partial sections of a document simultaneously. And I'll take 1 second...
16703
ebbtidalflats
Jul 6, 2007 4:55 pm
... I'm impressed. But how do you use this technique to REMOVE the matches? What if I want to keep only those lines, that DO NOT contain my target string? 8=D ...
16704
Wright, John - Textro...
jwright301
Jul 6, 2007 7:38 pm
Does anyone have a fairly simple clip to convert an outline to html pages. I used the one that comes with NT Pro, but it doesn't convert the outline ...
16705
Flo
jonas_ramus
Jul 6, 2007 7:43 pm
Eb, ... A solution for removing lines has been developed in the previous discussion on "Creation of clip". The final version is to be found in message # 16675....
16706
Sheri
silvermoonwo...
Jul 6, 2007 9:08 pm
Poll for News or Check for Updates Regards, Sheri...
16707
Eric Fookes
eric_fookes
Jul 6, 2007 10:01 pm
Hi everyone, We're pleased to announce the release of NoteTab Pro 5.3 and NoteTab Std 5.3! This update is free for NoteTab 5.x customers. You will find the...
16708
buralex@...
alecb3ca
Jul 7, 2007 4:52 am
"ebbtidalflats" <ebbtidalflats@...> said on Jul 06, 2007 12:54 ... Eb, Flo, Sheri: I think the following *SHOULD* identify the lines that do NOT match - ...
16709
buralex@...
alecb3ca
Jul 7, 2007 5:14 am
Followup: I had been testing with Notab Pro 5.3. I redid the test with Notetab Standard 5.2 The clip stalls and Notetab has to be forcibly closed :-( After...