Search the web
Sign In
New User? Sign Up
ntb-clips · The NoteTab Clips List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16018 - 16047 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16018
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...
Mike Breiding
mikebreiding
Offline Send Email
Feb 1, 2007
11:53 am
16019 Jeff Scism
scismgenie
Offline Send Email
Feb 1, 2007
1:58 pm
16020
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...
Corl DeLuna
corl_deluna
Offline Send Email
Feb 1, 2007
2:09 pm
16021
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...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Feb 1, 2007
4:39 pm
16022
... 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...
Mike Breiding
mikebreiding
Offline Send Email
Feb 1, 2007
5:29 pm
16023
... 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")$"...
Mike Breiding
mikebreiding
Offline Send Email
Feb 1, 2007
5:41 pm
16024
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 ...
Corl DeLuna
corl_deluna
Offline Send Email
Feb 1, 2007
6:09 pm
16025
... 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...
Sheri
silvermoonwo...
Offline Send Email
Feb 1, 2007
7:17 pm
16026
... 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]...
Mike Breiding
mikebreiding
Offline Send Email
Feb 1, 2007
7:33 pm
16027
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...
forkinpm
Offline Send Email
Feb 1, 2007
9:06 pm
16028
Hi, From the documentation, the "Delay" operation seems rather innocuous, but after reading stuff here, it seems that it opens up the possibility of...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 2, 2007
12:58 am
16029
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...
buralex@...
alecb3ca
Offline Send Email
Feb 2, 2007
2:58 am
16030
... 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....
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Feb 2, 2007
3:42 am
16031
... perl, This is how I understand clip processing. Forget multi-tasking, NoteTab executes clips sequentially or serially. It does however work very quickly. ...
hsavage
hrs62930
Offline Send Email
Feb 2, 2007
4:43 am
16032
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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 2, 2007
7:58 am
16033
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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 2, 2007
8:05 am
16034
... 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...
Alan
acummingsus
Offline Send Email
Feb 2, 2007
8:34 am
16035
... 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%"...
Alan
acummingsus
Offline Send Email
Feb 2, 2007
8:57 am
16036
... 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. ...
Alan
acummingsus
Offline Send Email
Feb 2, 2007
8:58 am
16037
... 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ē...
hsavage
hrs62930
Offline Send Email
Feb 2, 2007
4:19 pm
16038
... 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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 2, 2007
9:28 pm
16039
... 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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 2, 2007
9:37 pm
16040
... 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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 2, 2007
9:44 pm
16041
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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 3, 2007
2:43 am
16042
"" 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. ...
acummingsus
Offline Send Email
Feb 3, 2007
8:06 am
16043
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...
notetab_is_great
notetab_is_g...
Offline Send Email
Feb 3, 2007
8:53 am
16044
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...
Forkin Patrick
forkinpm
Offline Send Email
Feb 3, 2007
9:25 am
16045
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...
frenzology
Offline Send Email
Feb 3, 2007
7:48 pm
16046
(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...
Alan
acummingsus
Offline Send Email
Feb 3, 2007
9:24 pm
16047
... WordWeb's definition of concurrent. concurrent = Occurring or operating at the same time Although you initialize these 'DoNothing?' clips they are not...
hsavage
hrs62930
Offline Send Email
Feb 3, 2007
10:44 pm
Messages 16018 - 16047 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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