How To Create Icon & Assign It a URL?

I'm a fan of Google though the only desktop dock icon i know google has is of Google Docs so people can easily access it.
Say I find a Gmail icon online. Can I save it an place it on the dock, with assigning it a URL so when I click on it it'll take me directly to my Gmail, rather than opening up Firefox and so fourth?

Locate the URL icon and select it, then press COMMAND-i to open the Get Info window. Select the image you want to use as the icon image and copy it to the Clipboard. In the Get Info window click on the icon image in the upper left corner then paste the contents of the Clipboard.

Similar Messages

  • How to create 2 or 3 links URL in a jpeg ?

    How to create 2 or 3 links URL in a jpeg ?
    Do i use photoshop ?
    Thank you

    Images cannot contain links. All that stuff is done in the web page source code, e.g. using image maps, interactive SVGs or JavaScripts that track coordinates and respond accordingly. You will have to use a web authoring tool like Muse or Dreamweaver to produce such stuff, but since you seem to be a complete beginner, I strongly urge you to read up at least on some basic stuff about HTML, CSS and how the web ticks in general or you'll be forever lost.
    Mylenium

  • How to Create Icon Get Adobe Reader

    How to create Icon "get Adobe reader" at my free website [link removed] for visitor downloading the price list brochure with adobe.
    Please help.
    Thanks

    You don't need to create an icon, you can get it and linking instructions at http://www.adobe.com/misc/linking.html#linking

  • How to create and assign role

    Dear all,
    I want to create the role and assign.
    kindly let me know
    shailesh

    Please have a look at below link. It explains how to create and assign content ( roles, iveiws) in Portal
    http://help.sap.com/bp_epv170/EP_US/BBLibrary/documentation/N04_BB_InstallGuide_EN_US.doc
    Kindly assign points if helpful
    Regards
    Jayesh

  • How to create ICon/Cursor from pdf files

         I was able to create ICon from jpg file without problem but I couldn't create ICon from pdf files.
    Here my code:
    var myDoc = app.newDoc();
    myDoc.importIcon("myIcon"); // it worked when I chose a jpeg image, but it didn't
    //when chose a pdf file.
    icon = myDoc.getIcon("myIcon");
    oIcon = util.iconStreamFromIcon(icon);  
    myDoc.closeDoc(true);
    app.addToolButton({
                   cName: "myButtoon",
                   oIcon: oIcon,
                   cExec: "app.alert('Someone pressed me!')",
                   cTooltext: "Push Me!",
                   cEnable: true,     
                   nPos: 4
       //app.removeToolButton("myButtoon");
    My goal is to create buttons which have icons from a pdf file (stamp) and when user click on these buttons, the cursors become the icon . And then, when user click on the document, the iCon will be showed in the document. The point is: is there anyway to create icons/cursors/stamps from one pdf file. Because the stamp is changeable, when user changes the color/shape of the pdf file, the icons/cursors/stamps will automatically change
    What kind of pdf format do I have to use?
    I used the sample "SignHere.pdf" in stamps folder of Acrobat but it didn't work.
    Thanks.

    The SDK has all the information - but certainly there are only samples for those common actions that users have been doing for years.  Most developers don't recreate stuff already present in the application - such as the Stamp plugin - so we don't have samples of such things.
    But all the pieces you need are present in the SDK - it's just necessary obvious.  You will need to learn about the details of how the plugin APIs work to create the toolbars and toolbuttons, and then how to handle cursors.  You will then need to learn about PDF details in order to be able to take an existing PDF, potentially modify it (eg. Change the color(s)) and then place it onto another PDF.  
    The methods you listed are from JavaScript - there are alternative methods for plugins, such as the AVConversion APIs.

  • How to create icons?

    How would an "average user" create custom icons?
    I own Illustrator and have XCode installed.
    I have looked through some of the documentation but it is not exactly helpful unless one has iconsets or icon folders, which I do not know how to create. I get that I can use iconutils via the Terminal to convert between .icns and .iconsets - Whoopdeeedoo!
    I have seen references to Icon Utility, but cannot locate it.
    Hmmm...

    I have seen references to Icon Utility, but cannot locate it.
    Moved to one of the add-on packages for Xcode.  Part of the Graphics Tools for Xcode package.
    Xcode: Add Icons, Images, and Effects

  • Reg: How to create and assign jco in xcm (CRM 5.0)

    Hi All,
    I have configured CRM 5.0 on Win/SQL.
    I am in the process of configuring IPC 5.0.
    I have made the cnahges as per the config. guide for IPC.
    I have to do some settings in XCM.
    For which I have to create and assign JCO in XCM.
    Which I am not able to do so.
    Please do advice and help.
    Rgs
    Vikas

    Vikas
    Good. I  will support you to my level best !!!
    <b>Assumption: U have the Admin User Id /Pass</b>
    The URL should look similar to this :http://<host>:53500/isauseradm/admin/xcm/configTreeSelect.do
    1. On the Left Panel, Select
        <b>Start --> Components --> Customer --> JCO</b>
    2. Now give the name of the JCO Customer component configuration and press ENTER
    3. Meanwhile Collect the Details of the SAP CRM 5.0 Server (<b>Client no,lang EN, System Nu,AS Host</b>)
    4. Pucth in the Appropriate details at the Properties requested in the JCO Property. Go with <b>group_connect</b> in <b>Base Configration</b> prperty
    5. <b>Save</b> the Config
    6. Press <b>TEST RUN button</b> for testing the JCO connection
       REsult will be:  <b>GREEN for Succesful Connection
                        RED for unSuccessful Connection</b>
    Hope this helps !!!
    Thanks
    Jack
    <b>Allot points if my post helps !!!!</b>
    Message was edited by: Jack

  • How to create and assign a help document to INFO button on ALV grid

    Hi All,
    Can somebody tell me how to create an 'END USER DOCUMENTATION' document and the 'FUNCTION MODULE' to call it and display in the form of F1 help screen.
    OR
    Is there any standard method to call & display a help document, when the user clicks the INFO(i) button on the ALV grid standard toolbar?
    Thanks in advance.
    Rkumar

    Hello Rkumar
    If you have defined a documentation for your ALV report which you want to display when the INFO button is pushed you can use the following coding:
    CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'           
        EXPORTING                                  
             DOKCLASS           = 'RE'                                          " = report
             DOKNAME            = '<name of your ALV report>'
             SHORT_TEXT         = 'X'              
        EXCEPTIONS                                 
             OTHERS             = 1.     
    Regards
      Uwe

  • How to create iconic buttons in forms 10g.

    I am trying to create a iconic buttons, same I am able to do it in forms 6i but not in 10g. And also please give me a proper example of java bean items in forms 10g

    dear sunny
    are u able to do the iconic button on 10g forms i try but appear the icon on button I have alreay do the following
    Runtime Configuration
    1) Creating Jar file
    i) Once you are ready with your GIF files or JPG files, create a folder called ICONS. You can create this folder anywhere. For e.g. you can create ICONS folder on a C drive under root directory or as a sub-folder under any folder.
    ii) Assuming you have created ICONS folder as a root folder on C drive, now copy all your GIF files in this folder.
    iii) Go to the DOS prompt and enter cd\
    iv) At C:\ prompt enter the following command to create Java Archive File (JAR) called my_icons
    Jar ?cvf my_icons.jar icons
    (Note: If above command don't run then paste icons foled at C:\DevSuiteHome_1\jdk\bin.)
    v) Copy this file in <Forms10g_Home>\Forms\Java folder.
    Please remember that having the name of the folder holding GIF/JPG files as ICONS is very important. Because if the folder name is something else, icons will not be displayed in your form at run time.
    2) Modify REGISTRY.DAT file
    i) Open this file located in <Forms10g_Home>\forms\java\oracle\forms\registry folder.
    ii) Append the existing parameter default.icons.iconpath as follows:
    default.icons.iconpath=icons/
    iii) If you are going to use GIF files as image files for icons, then leave the existing parameter default.icons.iconextension=gif as it is. If you want to use JPG files instead of GIF files, replace GIF with JPG as shown below:
    default.icons.iconextension=jpg
    3) Modify FORMSWEB.CFG file
    This file exists under <Forms10g_Home>\Forms\Server folder.
    Append the following existing parameters:
    i) imagebase=codebase
    ii) archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob .jar,my_icons.jar
    After doing above configurations, create a form and place an icon on the button. Set button's icon property = Yes and give name of icon.
    NOTE: This icon shoul be in jar file. If u want to add more icons in jar file then u will have to create JAR file again. Also again place it in <Forms10g_Home>\Forms\Java folder.
    pls if u have any solution send me

  • How to create Live and Archive Streaming URLs??

    Hello Pros,
    I am new to QT Streaming Server, and how it is setup and delivered. Please take it easy on me. Here are my questions.
    Our school has been using Helix (Real) Server to deliver some video content via Live/Archive streaming video. The school will be changing a format to QuickTime Streaming server to move away from Real. We would like to deliver MPEG4 file via Live Streaming and archive. We set up QT Streaming Server and we can deliver video now.
    How do you create and display URLs on a webpage to share live and archive movies? In RealServer, you can list URLs with live and archive, and RealPlayer opens separately and play movie. The videos are lectures so the website will have list of lecture links as we record every week.
    If I click this link, a RealPlayer opens and start playing. Currently, I know that “sdp” file is assigned under RealPlayer. When I changed it to QuickTime Player, the player does not open to play movie. Is there way for me to setup URL to open it in external player? We are not interested in making the movie playable inside webpage. We would like to let viewers have option to stretch the movie player to view larger image if they wish. Strange thing is that when the live movie is played in RealPlayer, the image size is smaller that what we stream (320x240). How is it possible? I am confused…
    How about archived streaming URLs? I have seen sites with embedded movie in the webpage, but how do you make links that when a viewer click the URL, it will start QuickTime Player externally instead of open it in new webpage? Is this possible? In RealServer, you can use “ramgen” code in a part of URL to open RealPlayer to play a movie.
    Any help will be appreciated it.
    Thank you.
    Reed
    G5, PB 17, Xserver, XSAN Mac OS X (10.4.7)
    G5, PB 17, XServe, XSAN   Mac OS X (10.4.7)  

    The Photoshop Forums (mac & PC) can be found here:
    Photoshop Windows
    Photoshop Macintosh

  • How to create a pdf for the URL attached to an invoice and send it as an attachment in a mail

    HI,
    I have requirement where i need to get the URL attached to an invoice, create the pdf and send as an attachement in a mail.
    The URL attached to an invoice can be seen by following the path : VF03-> Billing document->system->Services for object ->Attachement list.
    On searching through existing forums, i found that there is a table 'SRGBTBREL' which stores relationships of GOS object. On giving the invoice number in field 'INSTID_A', i could find an entry in this table.
    To get the content, i used the class CL_FITV_GOS, method GET_CONTENT. To this method i passed following values:
    IV_ATTA_ID = FOL21000000000521URL39000000000012 (The value if field INSTID_B from table SRGBTBREL)
    IV_OBJTP   = 'URL'
    On execution, i get URL link but the content table is empty.
    Could anybody provide some input on how i get the content? Or may be how i can create pdf from the URL link and attach it to mail as an attachment?
    Thanks,

    Hi Amit,
    Solution provided by you is working when the link length is one line but it is not working for more than one line
    Eg: say link is https://......80 [80 characters long]
    I will give    <a href="https://...72            [in first line]
                     73..80">click here</a>         [in second line]
    I will get the output as 73...80">click here
    But i want only CLICK HERE in my output..
    Please suggest solution.
    Thanks,
    Kavya

  • How to create icon in my page

    Hi All,
    I Want to create different icons in my page.If i click that icon  based upon that icon it goes to another page.This is my Req.
    We have different icons in our applications like Database,Web sheet,Packaged applications,To dos,bugs,Shared components etc.How to put this type of icons in my pages.
    I am new to apex.Please help me.
    Thanks&Regards,
    Raghu

    Hi,
    I think easiest way is use list.
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/nav_list.htm#sthref1856
    In each theme there is some list template that shows images.
    You can also customize list templates.
    Regards,
    Jari
    Message was edited by: jarola
    There is also Sample Lists packaged application that you can check
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/demo002.htm#sthref220

  • How to create index  on re-direct URLs ?

    Hi ,
    I have all my documents in a Document Management System, where the public URL of the documents are different from the actual URL of the document. there is a re-direct setup that takes care of forwarding the http request.
    for eg. the public URL is http://www.abc.com/customers/customer1 and the actual URL would be something like http://www.abc.com/documents/xyz.html
    now my problem is that if i create the index based on the public URL, the search does not work, but if i give the actual URL it works fine. (but it fails the purpose of having a Document management system )
    any help on how to go about this ??
    TIA
    Anupam

    Shouldn't be too bad if you just want to embed the search into the htmldb page. Your setup will come in the admin window and won't be exposed to the user...in other words, htmldb will be a non-issue for most of it.
    Check out the Ultra search API reference doc.
    http://download-west.oracle.com/docs/cd/B19306_01/ultra.102/b14221/toc.htm
    The effort it will take really comes down to your requirements and comfort level doing this. I think it will ultimately be a good solution based on what you've stated so far, but that final determination is up to you based on time and requirements.
    Ron

  • RoboHelp 8 How to create a hotspot with a URL/internet link

    Using RoboHelp 8, within the verbage of a topic, how do I create a URL/internet link (EX: www.mysite.com)  that is clickable and will take the user to that web site?

    Highlight the content to be clickable, click Insert > Hyperlink, click on the down arrow next to the "Link To" field and select Web Address. Enter the URL and click OK.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.

  • How to create Icon with transparent shape inside

    Hi All
    I would like to create a vector icon with a transparent shape inside it, like in this image below:
    So everything should be transparent except of course the dark grey area...
    How Do I do that?
    Below is a link to my AI file if you want it:
    AI File
    Thank you!

    With just the book icon selected, release clipping mask. Select both items, Minus Front.
    Is that what you did? What Illy version?
    this is what I get, green rectangle was placed behind to see the "hole."
    Mike

Maybe you are looking for

  • Cannot Turn On iPhone Cellular Calls - FaceTime and iCloud must be signed in to the same Apple ID to use iPhone Cellular Calls.

    Cannot Turn On iPhone Cellular Calls - FaceTime and iCloud must be signed in to the same Apple ID to use iPhone Cellular Calls. I *AM* signed into Facetime and iCloud using the same Apple ID.  Why am I receiving this error all of a sudden?  I make ca

  • WAS 620 ABAP+JAVA stack

    Hi all, we currently running on SAP Entreprise 470x110 with SAP Basis 620 on HPUX with Oracle 9i. And currenly we have only ABAP stack and we would like to install the Java stack on our currently landscape. Can you advice me on this matter and how we

  • Use of Business delegates in Java?

    Hi, Could anyone please tell me the advantages/uses of using Business Delegates in Java? Regards Ram

  • Create Custom method in a Implemented Badi

    Hello Folks, I am writing code in a badi but some part of code is repeating, as there is no provision for creating perform statements, I would like to create a method and put the code in that method so that the code in the badi will look modularized.

  • ITunes not seeing my iPhone4...

    This is prolly an old one, but here goes... Phone arrived yesterday, attempted so sync on MacBook pro (running Leopard), iTunes not seeing phone. Re-installed iTunes 9.2, everything fine. Today, attempting to do some more syncing, and, once again, iT