Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ntb-clips · The NoteTab Clips List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 16018 - 16047 of 23787   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16018 Mike Breiding
mikebreiding Send Email
Feb 1, 2007
11:53 am
Greetings, The clip segment below is changing all the inserted files to lowercase. Or at least I assume so. What needs to replace "StrLower"; to leave the file...
16019 Jeff Scism
scismgenie Send Email
Feb 1, 2007
1:58 pm
16020 Corl DeLuna
corl_deluna Send Email
Feb 1, 2007
2:09 pm
Hi Mike, See if this will work for you. Yahoo might wrap this to 2 lines, make this clip 1 line. ^!InsertHtml <IMG ^?[(T=T;C=U;F="Image...
16021 Don - HtmlFixIt.com
dpasseng Send Email
Feb 1, 2007
4:39 pm
Yes it is the StrLower that is giving you the grief. Just deleter the "^$StrLower( and the )$" leaving only "^%imagename%" and I think you shall be golden. If...
16022 Mike Breiding
mikebreiding Send Email
Feb 1, 2007
5:29 pm
... Hi Corl, I Could not get this to work with the clip I am using. All I need to do is change the part that changes the case. This is the line I need to...
16023 Mike Breiding
mikebreiding Send Email
Feb 1, 2007
5:41 pm
... Hi Jeff, I tried that previously and now and the code in the page looks thus when the clip is run and images do not display. <img src="^("Img_7107.jpg")$"...
16024 Corl DeLuna
corl_deluna Send Email
Feb 1, 2007
6:09 pm
Hi Mike, This is an image insertion clip all on it own, not a correction to your clip, it works fine on NTP 5.1 and 4.95. I did forget to add the other tags ...
16025 Sheri
silvermoonwo... Send Email
Feb 1, 2007
7:17 pm
... Without the StrLower function the clip line (which Yahoo will break into two lines which will have to be reassembled) should look like this: ^!InsertHtml...
16026 Mike Breiding
mikebreiding Send Email
Feb 1, 2007
7:33 pm
... That got it! I will change the "hres" version as well. Thanks to you both Don and Sheri. -Mike [Non-text portions of this message have been removed]...
16027 forkinpm Send Email Feb 1, 2007
9:06 pm
Hallo! I am just beginning and intend to realize the following: 1. Use NoteTab to create Data-Tables as CSV files and store them both in a NoteTab repository...
16028 notetab_is_great
notetab_is_g... Send Email
Feb 2, 2007
12:58 am
Hi, From the documentation, the "Delay" operation seems rather innocuous, but after reading stuff here, it seems that it opens up the possibility of...
16029 buralex@...
alecb3ca Send Email
Feb 2, 2007
2:58 am
Hi Patrick I followed with interest your shunting from one list to the other. Congratulations ... you are now on the right list to get help and it CAN be done...
16030 Don - HtmlFixIt.com
dpasseng Send Email
Feb 2, 2007
3:42 am
... Hi Patrick, I regularly shove delimited data around my machine and the net. You can definitely move, control, sort, adjust. I use a multi-tool approach....
16031 hsavage
hrs62930 Send Email
Feb 2, 2007
4:43 am
... perl, This is how I understand clip processing. Forget multi-tasking, NoteTab executes clips sequentially or serially. It does however work very quickly. ...
16032 notetab_is_great
notetab_is_g... Send Email
Feb 2, 2007
7:58 am
Using NoteTab Light 4.95 The clip below is an attempt to prompt the user to copy specified "stuff" to the clipboard, which will then (presumably) be processed...
16033 notetab_is_great
notetab_is_g... Send Email
Feb 2, 2007
8:05 am
Um... in the below, the "bar" clip only works the first time, but adding the following line as the first line makes it work repeatedly. ^!Set %var%="" So that...
16034 Alan
acummingsus Send Email
Feb 2, 2007
8:34 am
... Isn't it only with ^!If that you can do that? (test a condition then set in the same line of code) ^!If not ^!IfSame That's all that makes me wonder so...
16035 Alan
acummingsus Send Email
Feb 2, 2007
8:57 am
... syntax error no colon on the :gvdie1 ^!IfSame "^%p_gvprompt%" "" gvdie1 Also, I think there's an pre defined empty var ^%EMPTY% ^!IfSame "^%p_gvprompt%"...
16036 Alan
acummingsus Send Email
Feb 2, 2007
8:58 am
... I suspect that Notetab knows to not cross over the clip boundary into another clip in the same library that also has the same label name as another clip. ...
16037 hsavage
hrs62930 Send Email
Feb 2, 2007
4:19 pm
... set in ... perl, Alan, The above type function does work with ^!IfSame, ^!IfDiff and ^!If. These are the only 'if then else' functions I tested. ēvē...
16038 notetab_is_great
notetab_is_g... Send Email
Feb 2, 2007
9:28 pm
... set in ... Interesting, but the help page for "testing conditions" shows both ^!If, and ^!IfFileExist as examples for what seems to be a generic feature...
16039 notetab_is_great
notetab_is_g... Send Email
Feb 2, 2007
9:37 pm
... The syntax works in the "bar" clip. I agree it isn't documented that way, and neither is it documented that way for DOS batch syntax, but it works there...
16040 notetab_is_great
notetab_is_g... Send Email
Feb 2, 2007
9:44 pm
... into another ... another clip. ... clips ... I changed one of the :loopback labels, and its goto, to :backloop, but it didn't change the symptom. Thanks...
16041 notetab_is_great
notetab_is_g... Send Email
Feb 3, 2007
2:43 am
Here's a shorter clip library that shows the complete problem, which I figured out by gradually moving all the pieces of the original failing clip into the...
16042 acummingsus Send Email Feb 3, 2007
8:06 am
"" or ^%EMPTY% AFAIK either of those works. IOW one or the other of those is not wrong (AFAIK). I myself might at times prefer ^%EMPTY% for readability. ...
16043 notetab_is_great
notetab_is_g... Send Email
Feb 3, 2007
8:53 am
Alan, Thanks for your response. I'm glad to know that %^EMPTY% is for documentation or special purposes, but that "" can also do the job. ... Below is a...
16044 Forkin Patrick
forkinpm Send Email
Feb 3, 2007
9:25 am
Hallo Don! Thanks for the response. My goal was and is to use an editor supported to create the CSV files and convert to HTML. I now have NoteTab Light with a...
16045 frenzology Send Email Feb 3, 2007
7:48 pm
Hi clips list, Not a newbie to NoteTab, but I'm new to clipping & HTML. Quick question; is there any way to convert NTab hyperlinks / bookmarks to HTML or...
16046 Alan
acummingsus Send Email
Feb 3, 2007
9:24 pm
(There seems to be not yet achieved sufficient communication so as to convey a correct understanding about the important distinction between 1. to *launch* a...
16047 hsavage
hrs62930 Send Email
Feb 3, 2007
10:44 pm
... WordWeb's definition of concurrent. concurrent = Occurring or operating at the same time Although you initialize these 'DoNothing?' clips they are not...
Messages 16018 - 16047 of 23787   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Š 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help