Search the web
Sign In
New User? Sign Up
eccopro · Ecco Pro
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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
Updating Launch Menu Map Tool   Message List  
Reply | Forward Message #5976 of 22737 |
Re: Updating Launch Menu Map Tool

Prefix, Suffix and Contains relate to beginning, ending and middle
text of the folder identified in "based on folder:". The tool will be
available only to those items which have values in the "based on
folder" which meet the Prefix, Suffix or Contains requirement. For
example, if a tool was based on a folder "Web Address" and prefix was
"www.", the tool would only be available for items which had a value
in "Web Address" that began with "www.".

"check parent item values also" tells Ecco to check not only the
selected item but it's parent as well to see if the requirements are
met for the tool to be available (e.g., the proper value in the based
on folder).

The "don't launch tool on double click" option prevents the tool from
launching when the item is double clicked.

Does anyone know what additional variables exist for the command line
other than <lauch-string> and <Name>?

--- In eccopro@y..., Abraham Zablocki <compamz1@y...> wrote:
> Hello wcressman,
>
> On Friday, September 06, 2002 at 22:31:36GMT -0000 (which was 6:31
PM where I live) wcressman wrote and made these points on the subject
of "[eccopro] Updating Launch Menu Map Tool":
> w> A fellow Ecco user asked me to update my Mapquest launch tool, which
> w> launches www.mapquest.com with an Ecco business address. I thought
> w> I'd run through what I did to illustrate the simplicity of the
> w> updating.
>
> w> a) First I went to Mapquest and entered an address. I got the
> w> following URL:
>
> w> http://www.mapquest.com/maps/map.adp?
> w> country=US&address=7540+LBJ+Frwy&city=Dallas&state=TX&zipcode=75251
>
> w> b) Then I substituted in the Ecco address codes, like so:
>
> w> http://www.mapquest.com/maps/map.adp?country=US&address="<address 1 -
> w> business>"&city="<City - business>"&state="<State -
> business>>"&zipcode="<Zip - Business>"
>
> w> c) Then I to the Launch Menu and entered in the new command string
> w> for my tool. Presto, it works!
>
> w> You can extend this principle to lots of sites that pass parameters
> w> along in their URL string, by substituting in the Ecco folder
> w> parameters. Ecco folder parameters are always in the form "<folder
> name>>", including the quotation marks. So, for example, you could
> w> write a tool that searches google.com for a phone book name.
>
> Ok, this seemed like a good idea, so I took a shot at it. The tricky
> part - of course, there's gotta be a tricky part! - is that the
> phonebook name isn't stored as a folder value. Rather it's stored as
> item text and the folder value for "<PhoneBook>" is just a check mark.
> After some experimentation, I found that the following string sort of
> works:
> http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q="<Name>"
>
> I say "sort of works" because this gets Google to search for the
> string "Last Name, First Name". Obviously it would be much better to
> find a way to get it to search for "First Name"+"Last Name" but I
> can't figure out how.
>
> Any ideas anyone?
>
> Related query: does anyone understand the options in the Tool
> Available section of the Define Launchable Tool dialog box? Based on
> Folder seems pretty obvious, but what about Prefix, Suffix, and
> Contains, and Check Parent Item Values Also?
>
> Thanks,
> Abraham Zablocki
>
> w> Best regards,
> w> Wayne Cressman
>
>
>
>
> w> To Post a message, send it to: eccopro@e...
> w> To Unsubscribe, send a blank message to: eccopro-unsubscribe@e...
>
> w> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>
>
>
>
> --
> Best regards,
> Abraham mailto:compamz1@y...




Sun Sep 8, 2002 2:37 am

JSonnabend
Offline Offline
Send Email Send Email

Forward
Message #5976 of 22737 |
Expand Messages Author Sort by Date

A fellow Ecco user asked me to update my Mapquest launch tool, which launches www.mapquest.com with an Ecco business address. I thought I'd run through what I...
wcressman
Offline Send Email
Sep 6, 2002
10:31 pm

Hey, Now it is my turn to exclaim at a cool Ecco feature I had never looked at before! Is this software amazing or what??? Thanks for the tip below: ... BTW, I...
Don Johnson
ebaptistca
Offline Send Email
Sep 7, 2002
3:55 am

Hello wcressman, On Friday, September 06, 2002 at 22:31:36GMT -0000 (which was 6:31 PM where I live) wcressman wrote and made these points on the subject of...
Abraham Zablocki
compamz1
Offline Send Email
Sep 7, 2002
6:34 pm

Prefix, Suffix and Contains relate to beginning, ending and middle text of the folder identified in "based on folder:". The tool will be available only to...
JSonnabend
Offline Send Email
Sep 8, 2002
2:37 am

I don't know of alternatives to using <lauch-string> and <Name> in the Launch Menu to pass a name from a phonebook to a URL. The problem, of course, is that...
wcressman
Offline Send Email
Sep 8, 2002
7:37 pm

It would probably be easier to write a quick VB/Delphi/whatever routine to extract the information via DDE and format it before launching a URL. I can't seem...
JSonnabend
Offline Send Email
Sep 9, 2002
4:31 pm

It would probably be easier to write a quick VB/Delphi/whatever routine to extract the information via DDE and format it before launching a URL. I can't seem...
JSonnabend
Offline Send Email
Sep 9, 2002
4:32 pm

It looks like order does matter to Google. The search John Doe returns a different, although similar, answer set from Doe John I'm guessing you get the same...
Jefferson K. French
JeffFrench
Offline Send Email
Sep 9, 2002
7:30 pm

Hello JSonnabend, On Monday, September 09, 2002 at 16:31:53GMT -0000 (which was 12:31 PM where I live) JSonnabend wrote and made these points on the subject of...
Abraham Zablocki
compamz1
Offline Send Email
Sep 10, 2002
2:22 am

Hello wcressman, As long as we're on this topic, I wonder if there's a way to pass the item text to Google (or any other command string)? I tried <item> and ...
Abraham Zablocki
compamz1
Offline Send Email
Sep 10, 2002
2:14 am

Friends ... please don't use double quotes, use single ones and it works. The string will brake after the comma. ...
Friedhelm Dohmann
fdohmann
Offline Send Email
Sep 10, 2002
4:04 am

Tried to your wrinkle. Works like charm. I wanted to achieve the same result with Yahoo Maps, but I could not decipher the URL format for substituting Ecco...
tack
Offline Send Email
Sep 27, 2002
11:42 am

The following strings worked for me to invoke the Yahoo maps: Kerry Business http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr="<Address 1 - Business>"&csz="<City...
Kerry Zimmerman
kazisme1
Offline Send Email
Sep 28, 2002
3:40 am
Advanced

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