Custom image for bullets

For Keynote 2.02 I only seem to be able to choose one custom image for bullets. Is this the way it is, or is my application being glitchy?

Hi Garuda,
The image thing would have to be implemented with some JS. You'd listen to the dropdown change and then render the image according to the shipping selection. I unfortunately don't have the code for you that will do this.
As for the free shipping option, you'd need to use a user defined option of $0 rather than the Free Shipping option and then set your weights so that both options are displayed at the same time when 2 or more items are added.
Cheers,
-mario

Similar Messages

  • Custom image for shipping options

    Hey I was wondering if its possible to display a custom image for each shipping option. So for example if you select regular postage, an image of regular postage would be displayed. If you select express postage, same thing. Is this possible with Business Catalyst?
    One other thing. Is it possible to have free shipping option for 2 or more of a product, but also have express option if they want it?
    Cheers,
    Garuda

    Hi Garuda,
    The image thing would have to be implemented with some JS. You'd listen to the dropdown change and then render the image according to the shipping selection. I unfortunately don't have the code for you that will do this.
    As for the free shipping option, you'd need to use a user defined option of $0 rather than the Free Shipping option and then set your weights so that both options are displayed at the same time when 2 or more items are added.
    Cheers,
    -mario

  • How to add Custom Image for the Workset Map Pictogram property

    Hello Everybody,
                     Can anyone suggest where should i put a custom image so that i can select it in the Workset Map Pictogram Property of an Iview. I have already uploaded a gif image in root->etc->public->mimes->images->pictograms in KM but still i am not able to see the uploaded image in Iview property. Looking forward for a quick solution.
    Thanks in advance,
    Regards,
    Sarabjeet Singh.

    Hello Nicolas,
    just stumbled accross the topic. Well, if the portal service is
    ".../j2ee/cluster/server0/apps/sap. com/irj/servlet_jsp/irj/root/portalapps/com.sap.portal.navigation.mimeservice" as discussed above.
    I have found the .gifs inside this par file of my NW7.0 Portal:
    \j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd\com.sap.portal.navigation.mimeservice.par.bak
    Hope this is still interesting for someone.
    Regs
    Ulf

  • Using custom images for radiobuttons

    Hi
    I'm looking for help with creating a radio buttons with external images (fetched from XML/Javascript file) cause, I don't want to use standard looking radio buttons from components. I wish to use different images for each state of the button.
    Any one can help me with some ideas how to change look of then radio buttons?

    To manage homegrown radiobuttons as a group, you would incorporate an event listener function that manages the group.  That function would know which radio button was selected via the event target and would act to reset all of the other radios while setting the one selected.  I don't have a specific AS3 example, but below is a rough draft of the function/scenario.  In this, I am using 3 radio buttons that have numerically differentiated instance names (rb1, rb2, rb3)...
    var selectedRadio:MovieClip;
    function manageRadios(evt:MouseEvent){
         // first reset all radios
         for(var i:uint = 1; i<4; i++){
              this["rb"+String(i)].gotoAndStop(1);  // frame displaying deselected state
         selectedRadio = MovieClip(evt.currentTarget);
         selectedRadio.gotoAndStop(2);           // frame displaying selected state
         trace(selectedRadio.name);
    rb1.addEventListener(MouseEvent.CLICK, manageRadios);
    rb2.addEventListener(MouseEvent.CLICK, manageRadios);
    rb3.addEventListener(MouseEvent.CLICK, manageRadios);
    In this case, each radio button is simply a two framed movieclip, with stops for each frame... frame 1 displays the unselected state, and frame 2 displays the selected state.
    For the code shown, I include an external variable (selectedRadio) that can be used to target information related to the selected Radio button.  So if you assigned each radio with a variable (let's say you name it varName) that would hold data to be used in the processing elsewhere, you can get it using: selectedRadio.varName

  • Using custom images for website?

    Hi, I'm totally new to this Dreamweaver stuff so I'm sorry if this is very easy, but I have created an image in Illustrator that I would now like to use as a website. The image is this:
    I have a background, and a menu bar and I'm trying to figure out how to use it as a background image. I'm looking to create a one column website that is liquid and has a little content on each page.
    Thanks in advance!

    Of course, this CSS will only work if the background image is named "background.png", and it is in the same location as the page you are making.  Perhaps it would be more helpful to do it this way -
    body {
        margin: 0;
        padding: 0;
        background-image: url(the_path_to_your_image);
        background-repeat:no-repeat;
    This will place the background image on the page aligned with the upper, left-hand corner of the browser viewport.  Now you will have to build the page's infrastructure so that the content is properly aligned with the background image.  You may have problems doing this, as this approach is not normally one that is successful (i.e., designing a single background image containing all of your layout elements and then just trying to align content to it).  Think about what will happen with that approach if someone makes their browser display text larger or smaller than you have used while you are aligning things!
    A better approach is to make the background an image (if you use an image at all) that can tile to fill the screen no matter how large the screen is.  Then build the page as a series of stacked rectangular containers, where each container is parent to a single part of the page's layout (like masthead, menu, content, footer, credit for example) and style each container with its own background image/color as needed.  That way, if one container expands because text is resized, the whole arrangement can flex vertically to accommodate it.  This approach will require that you understand enough about CSS to know that using absolute positioning is NOT the right way to go about making such a page.
    If you are not so friendly with CSS, then I suggest you delay your beginning on this site until you have acquired some additional familiarity with it.  A great way to get that is to read the "Missing Manual" volume for your version of DW.  The book is published by O'Reilly press and is authored by David McFarland.

  • Custom Icon Images for Folders in KM

    Hello Everyody,
                   I have to display folders such as Pesonal Documents, Public documents, Recently used, Favourites etc which are there in the entry point repository in KM. Right now all these folders are being displayed with the default icon image specified. I want to replace these default images with custom images but couldnt see any property where i can change the image path for these folders. I checked the details of all these folders and even went through the properties but there it shows only the default image name speciefied for that folder and no active settings where i can change the image path for custom icon. Kindly suggest how to implement custom image for KM folder icons.
    Thanking you all in advance,
    Regards,
    Sarabjeet.

    Hi,
    If I understood, you have a KM navigation iview, where some folders apperar. You want to change the icon for each of them differently.
    For this do the following:
    First have a look into the KM.navigation iview and get the layout set property. Go to System config->KM->Content management->User interface->Settings->LayoutSet and find the layout set you are using. Go to appropriate resource renderer and check the "<b>Icon setting</b>". Change it to: <b>iconreplace</b>.
    Now get the KM details for your folders and change the <b>IconSource</b> property to your image Example:
    /etc/public/mimes/images/add.gif
    Voila...the icons for these folders are changed!
    Hope this is your case.
    Romano

  • Reduce size of custom images in Address Book

    I love Address Book's wonderful integration with Mail.app, my iPod and even my phone. So, one day I decided to set custom images for almost all of my contacts - copying and pasting images into the fields.
    However, afterwards, I realised that my 275 contact address book has ballooned from 2MB to 49.9MB thanks to the pictures. If I export the contacts into a Group vCards, it is an astounding 121.8 MB.
    I feel that Apple should've limited the size of the pictures (automatically resize it just as iPhoto does for email and iWeb does for the web). However, this isn't the case.
    Thus, my question is:
    Is there a script or anything to reduce the size of those custom images? I am not looking forward to deleting the pictures and resizing them before importing them into Address Book. If there is an automated way of resizing the pictures, please let me know!
    Thank you very much!

    Hi mintchocicecream,
    Have a look at this:
    http://discussions.apple.com/message.jspa?messageID=2271577#2271577
    May be of no help, but sounds like you have larger that necessary files.
    I do mot know of any script, short of a photoshop group resize that would work. Certainly nothing in Address Book.
    Good Luck
    John

  • Deploying Custom Image with Answer File

    Hi everyone!
    I'm in the process of making a custom image for ~25 computers, using WAIK (no network so no MDT, WDS...). I followed Technet's "Step-by-Step: Basic Windows 7 Deployment for IT Professionals", and installed from original Win7 Ultimate Retail
    Media, with an answer file. Finally I customized that install and now have a properly set-up install, in audit mode and waiting to be generalized.
    I'd like to deploy this custom install with an answer file/configuration set, in order to auto-install some drivers and hardware-specific apps, answer typical questions, etc...
    But I must admit, I'm a bit unclear as to how to proceed from there. So I'm going to state how I understand it, and would love you to correct me where I'm wrong!
    On reference computer, run syprep /generalize /oobe /shutdown
    Boot to WinPE, capture image with ImageX
    Open the resulting custom.wim in WSIM, generate a catalog file
    Make Answer File + Configuration Set, copy them to the root of an empty UFD
    Replace the Original Win7 Media's install.wim with my custom.wim, make bootable UFD
    Deploy to other computers with the 2 UFD's
    Does that sound right to you? Am I missing something? Also, should I be running sysprep with a /unattend:xxx.xml switch (not sure how that works)?
    Bonus Question:
    I'd like to use the Answer File + Configuration Set to perform some silent installs via script. Could you point me to a relevant Technet (or 3rd party) resource for that?
    Thank you very much for reading ^^

    If you are doing the "replace install.wim" option, then you are installing using Setup. In this scenario, Setup will ignore the answer file specified in the image with the /unattend switch with Sysprep. So it would be unnecessary to prepare the
    image with that switch.
    Awesome! Thanks very much for clarifying the use of the /unattend switch with sysprep =)
    Anyways, I'd rather use an autounattend.xml in another UFD, which I can replace for any different hardware type, partition layout, etc...
    Also, the "replace install.wim" method is the only one I know. Are there others I should be aware of?
    Thanks!
    Hi,
    yes, the basic process is like what you said.
    Here is a guide which contains the video and text to tech you how to do the deployment.
    Deploy Windows 7 The Easy Way: Using WDS, MDT and AIK - Step-By-Step Video - See more at:
    http://blogs.technet.com/b/danstolts/archive/2010/03/11/deploy-windows-7-the-easy-way-using-wds-mdt-and-aik-step-by-step-video.aspx
    You could refer to this article. If you have any question about it, feel free to contact us
    Thank you very much for confirming, and for this useful resource =)
    I'll definitely give it a read once I get a proper domain up and running at the office.

  • Using Images as bullets

    I have a client who insists on using a green leaf image for bullets, I do not see an option for theis in ID CS6. But I was able to import an image to use as a set of bullets in ms word. Is it possible to export that image from a list in word and use inside ID?
    thx
    RD

    I believe if you want to use the Bullets & Numbering to create your bullets automatically you'll need to have the green leaf image in the form of a font. There are some freeware software programs out there (Google to find one that will work with your operating system) that can help you transform an image to a font. Then you can add the font to your system and put the "bullet" into use through the Bullet & Numbering options (found under the menu on the Paragraph panel).
    Another option that may be less complicated in the short term if you don't have to use the green leaf too often is to insert the image as an anchored object. Then each instance will move with the text as you make edits.
    Hope that helps a bit!

  • Patch Cisco Custom Image

    Hi,
    I've installed a Cisco Custom ESXi 5.5 Image in a UCS C220 M3 and i would like to know if i can install the patches using Update Manager as i do with a default image. I'm not sure if i'll have any problems because some patches update the ESXi drivers and could for example overwrite the Cisco enic and fnic.
    I know HP and Dell have their repositories that i can use with Update Manager, but cannot find anything like that for cisco.
    Thanks

    Hi Netadmin,
    The support of the OS for UCS blades, or rack mount servers will depend on the model of your server and the firmware that it is running. 
    If you are looking for the Cisco 5.1 U3 download iso you can find it below.  Also include the compatibility matrix, you can verify if you server does support this version based on the firmware installed.
    Download Cisco Custom Image for ESXi 5.1.0 U3 GA Install CD
    https://my.vmware.com/web/vmware/details?downloadGroup=CISCO-ESXI-5.1.0U3&productId=285
    UCS HW and SW Interoperability
    http://www.cisco.com/web/techdoc/ucs/interoperability/matrix/matrix.html
    Let me know if this helps or if you have any other questions.

  • Custom Image bullets--is there a way to change the color?

    The reason why is I'm trying to use one of the circles and it keeps coming out dark gray, and it needs to be white (on a B&W laser printer). This is for a check list on a church bulletin.
    Also, is there a way to upload other bullet images to use?
    Thanks!
    MacBook Pro 15", CoreDuo 2 2.33 ghz   Mac OS X (10.4.9)   Cube 450 mhz

    You would need to edit the custom image in some other application, such as GraphicConverter.
    As for your second issue, Custom Image is the way to set an arbitrary image as a bullet -- what do you mean by "upload"?

  • How do I use a custom image as a bullet in Keynote 09?

    All I need to do is use a PNG file as a bullet in the Master
    Everything I find online says there is a Custom Image option but the only choices I see are None, Bullet, Image, Lettered, Numbered.
    This should be simple but I have already wasted 2 hours trying to do this.
    Please, can someone tell me what I am missing? What am I not understanding about this procedure?

    As stated, the problem was that I could not find Custom Image anywhere.  I finally figured out that along with the drop down menu for the Bullets there is also a triangle before the word Bullet 7 Lists. THAT is where one finds the Custom Image choices

  • How to fix bad line spacing with custom image bullet when displaying on iPad

    So I have a presentation with custom image bullets for a couple slides. The bullets are fine when displayed on a mac, but when I move it over to the iPad the line spacing of the bullets and the text gets further out of horizontal alignment the more lines I add. I've tried adjusting the size of the bullets larger and smaller to see if that would help but it makes no difference either way.
    I know the easiest thing is to get rid of the custom image bullets, but this issue makes no sense to me and I'd really like to solve it.
    Here's how it looks on the mac:
    Here's how it looks on the iPad (took a photo and I know it's a little warped but I've shown where the issue is occurring):

    -> press '''CTRL''' + '''0''' (zero) to '''Reset''' Zoom
    * For details, see this article -> [[How do I use Zoom?]]
    Check and tell if its working.

  • Custom background image for 7942 IP phones on CCM 6.1.2

    All,
    i am unable to create the custom background images for the Cisco 7942 IP phone, i am running a CCM version 6.1.2. I have uploaded the Image files and also the List.xml file, but when i click on custom images i dont see the image that i uploaded and it say "no selection available". And also after i uploaded the files i have restrated the TFTP services.Have attached the images and List.xml files.Please have a look @ them and let me know if i am missing something here.
    Thanks,
    Rohith

    First off, as this is a CUCM question, you'd be better of over in the IP Telephoney forum (
    https://supportforums.cisco.com/community/netpro/collaboration-voice-video/ip-telephony )
    The thing that jumps out at me is the case of the filename. CUCM Runs on Linux which is case sensitive. Try matching the case.
    If that doesn't help, try looking at the phone logs or Wiresharking the phone.
    GTG

  • Java custom component for image generation

    I want to create a custom service for image generation. I want to send the image in response stream.
    I want to service like below :
    <img src="http://localhost/ucm/idcplg?IdcService=getImageService"/>
    Thanks in advance!!

    Hi ,
    Thank you os much for reply . really appreciate.
    I want to create a Captcha component that will generate Captcha image in reponse. I do not want to generate image in file system. Just want to use Image Stream.
    I want achieve something like below in java servlet code :
    ServletOutputStream out = httpServletResponse.getOutputStream();
    ImageIO.write(bi, "jpg", out);
    Thanks

Maybe you are looking for

  • [SOLVED] Transparency in termite gone

    So, the title states it pretty well. Updated last night, went to bed, booted everything like normally, woah! Transparency isn't working! And I'm pretty sure termite is to blame, somehow... But I don't know why. I've tested other terminals to rule it

  • Log Viewer Link

    Hello, When we migrated to NW04 Sp15 the Log Viewer Link from System AdministrationSupport disappeared. How can I view the portal log?, I don´t have access to the server, for that reason I want to see the log from the portal. Are there a way to see a

  • LR5.4: Problem to browse the imported folder

    Hi Folks I'm new to this forum and thanks your advice & comment in advance. I'm helping on behalf of my friend to seek your help.  The lightroom is running on Windows 8 64bit, recently upgraded to 5.4, and encounter an issue. All photo folder (by dat

  • Why can't i down load adope flash player on my imac

    why can't i download the flash player adobe in my i ma

  • Problem with player

    Why i cant watch this youtube video http://www.youtube.com/watch?v=tZQ7cdWa3Tc i have instal last version of flash player and also java? any help