Hi you can not do both at the same time, you either open c or d not both THANKYOU DAVE M ... From: "Sezor" <sezor@...> To: <ntb-clips@yahoogroups.com> ...
21011
Sezor
piprake
Sep 1, 2010 8:07 pm
xplorer2 is a 2-pane xplorer. Normally, following that command, it opens with one path in the left pane, the other in the right....
21012
graham.lawrence
Sep 5, 2010 4:38 pm
In NTL 6.2, xp+sp3, is there a RegEx that will *select* any Html entity (& ... ;) in the text? I've tried every conceivable variation of &+; and &*; but they...
21013
diodeom
Sep 5, 2010 4:57 pm
... Try this pattern: &[#\pL92;d]+?;...
21014
graham lawrence
graham.lawrence
Sep 6, 2010 5:36 pm
Thank you, diodeom, that works perfectly. Graham Lawrence [Non-text portions of this message have been removed]...
21015
amitava_dg
Sep 8, 2010 2:51 am
Hi I am trying to write a simplified version of the Script clip from the HTML Clipbook. My first attempt was as follows like so: ...
21016
loro
yastupidhoo
Sep 8, 2010 3:33 am
... You need ^$FileToUrl()$ and ^$GetRelativeName()$ . Lotta....
21017
rogue_ronin
Sep 8, 2010 5:31 am
For years now, off and on, and I couldn't understand why nobody else seemed to mention it. But I finally found a workaround. If you're not using it -- try...
21018
loro
yastupidhoo
Sep 8, 2010 7:02 am
... Gosh. It's the same in 4.95. Never noticed it. That shows I don't use the Clip Assistant often, but how odd that someone else hasn't noticed in all these...
21019
Sheri
silvermoonwo...
Sep 8, 2010 9:49 pm
... I think the problem is the use of ^& in a top level clip. It causes the subsequent ^!InsertText commands to behave like ^!InsertSelect39;s. Since there are...
21020
rogue_ronin
Sep 9, 2010 3:32 am
I primarily use the Clip Assistant as a Clip Editor Clipbook (slowly modifying it to suit myself.) I believe you wrote this: correct me if I'm wrong? Why did...
21021
Sheri
silvermoonwo...
Sep 9, 2010 2:53 pm
... Be sure to keep a backup if you customize the cliphelp.clh file. It gets overwritten when you reinstall or update NoteTab. ... No, but I added to it, and...
21022
bozlawless
Sep 10, 2010 2:13 am
IS it possible to take this code ^?{(T=C)TOOL=|_A|_B|_C|_D|_E|} put it in a clip then when i run the clip the output change for example i run the clips and...
21023
John Shotsky
shotsky1
Sep 10, 2010 3:17 am
If you told us a little less about what you want to do, it might make it harder to figure out. I already don't have a clue what you're talking about, and I'd...
21024
Amitava Das Gupta
amitava_dg
Sep 10, 2010 3:23 am
... You need ^$FileToUrl()$ and ^$GetRelativeName()$ . Lotta. Thanks, but could you include an example or two? I tried both and while ^$GetRelativeName()$...
21025
loro
yastupidhoo
Sep 10, 2010 1:06 pm
... It seems it screws up when you use curly braces in the wizard inside the function. Probably because wizards with square brackets are processed first in a...
21026
loro
yastupidhoo
Sep 10, 2010 1:13 pm
... Like this? ^!Set %what%=^?{(T=C)TOOL=A|_B^=YELLOW|C|D^=700|E|} ^!InsertText ^%what% There is no point in having an underscore in front of each option. The...
21027
loro
yastupidhoo
Sep 10, 2010 1:16 pm
... You don't really need the variable and the ^!InsertText command if you don't want to use them. It works the way you already did it too. ...
21028
bozlawless
Sep 11, 2010 9:29 am
A simple I need more info would have been fine. I was not trying to make it hard on anyone that is a crazy statement I needed help with something I know very...
21029
bozlawless
Sep 11, 2010 9:31 am
yastupidhoo YOU hit it dead on thank you very much...
21030
John
shotsky1
Sep 12, 2010 12:40 pm
I looked for a place to submit feature requests, and couldn't find one, so I'm posting here in hopes that it will get seen by the developers of NoteTab. The...
21031
tf_ntp
Sep 12, 2010 7:14 pm
one way to make edits findable within the current technology is to add comments. just be sure to make your comments easy to find using the Find feature in Note...
21032
John Shotsky
shotsky1
Sep 12, 2010 7:31 pm
Thanks for the ideas. I already do things like that, but the problem is that my clips run sequential to each other, and sometimes I need to switch back and...
21033
Eb
ebbtidalflats
Sep 13, 2010 5:20 pm
John, You could save the cursor position to an INI file variable as long as you keep track of the clipname and library name in your head (it's ok to write them...
21034
Piotr Bienkowski
syntaxpb
Sep 15, 2010 8:38 am
Hi, I'm hardly ever active on this list although I have been using NoteTab Pro and clips for more than a decade. Now I have a need for a clip that generates an...
21035
Dave
david_99_au
Sep 15, 2010 1:04 pm
Hi this is not mine it may do what you want it is below ... = V5 MultiLine NoSurting TabWidth=30 H=";Readme" CreateCalender Version 0.1 Author: andreas...
21036
Sheri
silvermoonwo...
Sep 15, 2010 1:07 pm
... Try the following. You would need to update the first and last date as well as the file name and location. You could also tweak the date formats if they...
21037
Sheri
silvermoonwo...
Sep 15, 2010 2:15 pm
hmmn, sorry, I shouldn't have the filename getting set inside that loop, you could move it to just before the save, and base it not on ^%this% but either...
21038
Piotr Bienkowski
syntaxpb
Sep 15, 2010 7:30 pm
... Thanks Sheri, I needed something simpler than what Dave found (although his effort is also appreciated). I'll give your clip a spin. Regards, Piotr ...
21039
Peter G Henry
lungtroll
Sep 16, 2010 9:55 am
?Hi Please forgive an old very old gentleman who has just 8 brain cells left 7 are for normal life 8 keeps dimming when confronted with thinking. Could someone...