Create Xcursor Theme with SVG Images?

Is it possible to create an xcursor theme with SVG images instead of PNG images?
An unproductive Google search is making me guess that the answer is "No." Also, I've downloaded a few from the AUR, and none of them use SVG images (unless they're being used as examples). Does anyone know if this is possible?

view > edit slide master
delete all the slide masters except the master you want to use
File > Save Theme and add to theme chooser
select the default theme when opening Keynote:    Keynote preferences > General > For new documents; select use theme > change theme

Similar Messages

  • Trying to create a surface  with multiple images with mouse events

    novice programmer (for a applet program)
    hi trying to create a surface i.e jpanel, canvas, that allows multiple images to be created.
    Each object is to contain a image(icon) and a name associated with that particular image. Then each image+label has a mouse event that allows the item to be dragged around the screen.
    I have tried creating own class that contains a image and string but I having problems.
    I know i can create a labels with icons but having major problems adding mouse events to allow each newly created label object to moved by the users mouse?
    if any one has any tips of how to acheive this it would be much appreciated. Thanks in advance.
    fraser.

    This should set you on the right track:- import java.awt.*;
        import java.awt.event.*;
        import javax.swing.*;
        public class DragTwoSquares extends JApplet implements MouseListener, MouseMotionListener {  
           int x1, y1;   // Coords of top-left corner of the red square.
           int x2, y2;   // Coords of top-left corner of the blue square.
           /* Some variables used during dragging */
           boolean dragging;      // Set to true when a drag is in progress.
           boolean dragRedSquare; // True if red square is being dragged, false                              //    if blue square is being dragged.                            
           int offsetX, offsetY;  // Offset of mouse-click coordinates from
                                  //   top-left corner of the square that was                           //   clicked.
           JPanel drawSurface;    // This is the panel on which the actual
                                  // drawing is done.  It is used as the
                                  // content pane of the applet.  It actually                      // belongs to an anonymous class which is
                                  // defined in place in the init() method.
            public void init() {
                 // Initialize the applet by putting the squares in a
                 // starting position and creating the drawing surface
                 // and installing it as the content pane of the applet.
              x1 = 10;  // Set up initial positions of the squares.
              y1 = 10;
              x2 = 50;
              y2 = 10;
              drawSurface = new JPanel() {
                        // This anonymous inner class defines the drawing
                        // surface for the applet.
                    public void paintComponent(Graphics g) {
                           // Draw the two squares and a black frame
                           // around the panel.
                       super.paintComponent(g);  // Fill with background color.
                       g.setColor(Color.red);
                       g.fillRect(x1, y1, 30, 30);
                       g.setColor(Color.blue);
                       g.fillRect(x2, y2, 30, 30);
                       g.setColor(Color.black);
                       g.drawRect(0,0,getSize().width-1,getSize().height-1);
              drawSurface.setBackground(Color.white);
              drawSurface.addMouseListener(this);
              drawSurface.addMouseMotionListener(this);
              setContentPane(drawSurface);
           } // end init();
           public void mousePressed(MouseEvent evt) {
                  // Respond when the user presses the mouse on the panel.
                  // Check which square the user clicked, if any, and start
                  // dragging that square.
              if (dragging)  // Exit if a drag is already in progress.
                 return;           
              int x = evt.getX();  // Location where user clicked.
              int y = evt.getY();        
              if (x >= x2 && x < x2+30 && y >= y2 && y < y2+30) {
                     // It's the blue square (which should be checked first,
                     // since it's in front of the red square.)
                 dragging = true;
                 dragRedSquare = false;
                 offsetX = x - x2;  // Distance from corner of square to (x,y).
                 offsetY = y - y2;
              else if (x >= x1 && x < x1+30 && y >= y1 && y < y1+30) {
                     // It's the red square.
                 dragging = true;
                 dragRedSquare = true;
                 offsetX = x - x1;  // Distance from corner of square to (x,y).
                 offsetY = y - y1;
           public void mouseReleased(MouseEvent evt) {
                  // Dragging stops when user releases the mouse button.
               dragging = false;
           public void mouseDragged(MouseEvent evt) {
                   // Respond when the user drags the mouse.  If a square is
                   // not being dragged, then exit. Otherwise, change the position
                   // of the square that is being dragged to match the position
                   // of the mouse.  Note that the corner of the square is placed
                   // in the same position with respect to the mouse that it had
                   // when the user started dragging it.
               if (dragging == false)
                 return;
               int x = evt.getX();
               int y = evt.getY();
               if (dragRedSquare) {  // Move the red square.
                  x1 = x - offsetX;
                  y1 = y - offsetY;
               else {   // Move the blue square.
                  x2 = x - offsetX;
                  y2 = y - offsetY;
               drawSurface.repaint();
           public void mouseMoved(MouseEvent evt) { }
           public void mouseClicked(MouseEvent evt) { }
           public void mouseEntered(MouseEvent evt) { }
           public void mouseExited(MouseEvent evt) { }  
        } // end class

  • Any way to create a PDF with an image field or insert an image?

    Hi. I'm using CS3 with Acrobat 8.1 Pro on a Mac. We're trying to create a one-page PDF that we'll save and users on a PC can open up and add text fields to, as well as an area where they can insert an image file (their logo). The source file is created in Illustrator. Would we have to create a document through Acrobat with these fields available to them in their version of Acrobat or Reader (where they can add their own content), or is there another way? Not sure how to best go about it, if it's at all possible. Thanks.

    dromanellTUTOR wrote:
    Hi. I'm using CS3 with Acrobat 8.1 Pro on a Mac. We're trying to create a one-page PDF that we'll save and users on a PC can open up and add text fields to, as well as an area where they can insert an image file (their logo). The source file is created in Illustrator. Would we have to create a document through Acrobat with these fields available to them in their version of Acrobat or Reader (where they can add their own content), or is there another way? Not sure how to best go about it, if it's at all possible. Thanks.
    I don't think there is any particular requirement for Content although, you will have to play with the size of the fields to accomodate the size of the logo. if you want to send out over a web page then have them download, and email.
    you will have to go to advanced menu and choose Extend Features in Reader. this will allow the item to be downloaded, filled out, saved and emailed.
    NOTE: There is a limitation of no more than 500  returned pdfs.
    Adobe has special service that allows you to do this unlimited however; It cost about the same as a Lincoln Towne Car fully loaded, per year.  If your a Fortune 500 company its peanuts. But for the rest of the world its out of range.
    I guess the reson its so expensive, is that its not used that much. on the other hand, if they would get price down to 250-500 bucks per year, everyone could use it.
    However; this limited rights thing they have come up with is good for Non-profits and small businesses that just need something on a small scale.

  • Using Pages with iOS. How do I reduce image file size when I create a document with embedded images?

    Hi,
    I have created an annual family news letter in Pages on my iPad which incorporates pictures of events, holidays, occasions etc etc. I've then gone to covert it to pdf with the intention of sharing it via email but get a warning message about the resulting file size (in this case 16Mb).
    Is there any way of reducing the file size - which is obviously being driven by the images?  The pics are being pulled in from the iPad photo library.
    Thanks Mike

    (1) you are asking about Pages for iOS in a forum dedicated to Pages for OSX.
    Most of us aren't using Pages for iOS so it would be more efficient to ask in the forum dedicated to iWork for iOS (at this time this discussion area isn't divided in three areas).
    https://discussions.apple.com/community/app_store/iwork_for_ios
    (2) As you understood why your file is huge, the answer is simple : reduce the size of your picture files before inserting them in Pages documents.
    Drop the unneeded areas, reduce the resolution in tools dedicated to image processing before inserting them.
    Yvan KOENIG (VALLAURIS, France) mercredi 21 décembre 2011 18:32:19
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Creating a wizzard with progress images

    hi there,
    i'd like to create my first wizzard.
    is any easy and straight foreward method to get those nice progress images on the left side.
    they should look similar to those recently used be the apex build-in wizzards, for example when creating a new page.
    grtz
    peter
    Edited by: yeti on 12.08.2009 15:11

    Hello Peter,
    basically, a wizard is special type of a list.
    Your can create a new list in the shared components section with the template "Wizard Progress List". After that you are able to create list entries. The list entry label can also be an img-tag, e.g. <img src="#WORKSPACE_IMAGES#image.gif" alt="" />. The image.gif is an example. You can upload your images into the images area and reference them in the img-tag.
    With "Current List Entry" you can control for what pages the entry becomes current.
    Hope this helps!
    Jens

  • Unable to apply custom theme with background Image through code

    Hi,
    I am creating custom SharePoint 2013 theme and applying it through code on site by referring MSDN Article : "http://msdn.microsoft.com/en-us/library/office/jj927175(v=office.15).aspx".
    However when I try to add background image in custom theme and apply that theme to site then sites UI breaks.
    Details: I have two features, in feature-1: I am Deploying *.spfont, *.spcolor and background image. Then I am adding a new entry in "composed looks" list for my custom theme. in feature 2- I am applying the custom theme to site by using following
    code
    SPTheme theme = SPTheme.Open("NewTheme", colorPaletteFile, fontSchemeFile, backgroundURI);theme.ApplyTo(Web, true);
    Both feature activates without any errors, new entry also gets added in 'Composed Looks' list with all correct URLs, current item of composed looks list also change to custom theme but entire UI of site breaks If I remove background Image code from custom theme then everything works fine. Following code works fine
    SPTheme theme = SPTheme.Open("NewTheme", colorPaletteFile, fontSchemeFile);
    theme.ApplyTo(Web, true);
    If I apply same background Image manually(not through code) then also everything works as expected.Any help will be really appreciated.

    Hi,
    Thanks for your sharing, it will be helpful to those who stuck with the similar issue.
    Best regards
    Patrick Liang
    TechNet Community Support

  • How do I create a portfolio with rotating images?

    I'm new to web design and I'm creating my first website for my graphic design business.  I'm using CS4.  I want to have a portfolio page so that one sample of work will be displayed at a time (logos, brochures, etc.), and there will be a left and right arrow (button) to navigate through several design samples.  I also want to be able to click on the small image and have it open up larger in a separate window.  Can someone explain the best way to do this?

    LNgraphics wrote:
    I'm following the advice of an associate who is a web designer ... he said to create the site in Fireworks and export it into Dreamweaver.  I'm just not sure how to do the portfolio samples.
    Your associate has given you bad advice. Even if you wanted to do a simple HTML site, exporting a design from Fireworks to import into Dreamweaver is not the best workflow. Fireworks is a graphics application. The functionality to export HTML is intended for prototypes. The HTML you get is fragile and very difficult to maintain. If you export CSS markup, then you will still need to know HTML and CSS in order to continue the development of your design in Dreamweaver. You are far better off using Firworks to produce first a layout/mockup of your design, then the images needed for the site. From there, you should develop the site - from scratch - in Dreamweaver.
    That said, neither Fireworks nor Dreamweaver have the ability to produce the functionality you describe with a few clicks of drop down menus. What you describe needs some kind of advanced coding. Fireworks does not have anything like it.
    From here, then, I recommend you look into pre-built photo galleries, and see if there isn't one that will work well enough for you. I've used Lightbox 2 (JavaScript) and SimpleViewer (Flash). They both have pros and cons, but both are quite easy to implement (especially SimpleViewer).
    Use your favorite search engine to look for these two phrases:
    javascript photo gallery
    flash photo gallery

  • How to create a theme with more than one master-slide size defined?

    I would like to create a Keynote theme that has more than one size of page defined - for example one for on-screen show, and one for printing.
    I noticed that the stock themes, and those from theme vendors, come with multiple page dimensions, and that the master slide layouts for the 'same' master slide appear to be designed differently for the different sizes.
    How do I create themes like this in Keynote? I cannot find any information about this in the Keynote manual. I have worked out how to change the master slide dimensions, but not how to tell Keynote that the layout I've created for a slide is for a particular set of dimensions. So when I look at my theme in the theme browser, I only see the dimensions I had selected last time I saved my theme showing.
    Any help most appreciated.

    The same reason that Apple and 3rd Party vendors put multi-size templates in one file I expect. I am trying to construct an in-house standard template for use in our company, and it is easier to manage if there is only one file to send to people rather than many - both initially and for subsequent edits / updates to the template.
    Of course it would be possible to create several templates (one for each size). But since it is clear that templates can be combined, it appears sensible to do this - unless the doing of it is horridly complicated

  • DW to create Word sigs with embedded images?

    This may be a bit off topic, but I've tried in many other
    places....
    Microsoft Word can be such crap. I simply wanted to create an
    email sig with an embedded graphic, but Word screws up in wonderful
    ways.
    I need a very simple html file with some formatted text and
    en embedded graphic, so I thought I'd use DW (I use 2004). What I
    don't understand is stuff about CID's. When you use Word as an html
    editor for Outlook, if things work OK then you can embed a graphic,
    and the html will point to an image source as a CID which I guess
    means the data is embedded in the mime stream. Can I accomplish
    this in DW? Whenever I try my image source points to a local file
    which is obviously no good. I don't want it pointing to an image on
    my server either. Any clues??
    Thanks
    James

    Posted by mistake to this forum - I'll repost into General.
    Soz James.

  • Create a PDF with multiple images per page

    So this seems really simple, but i cannot figure it out... i am creating a PDF from 30 JPGs and rather than having an image on each page in the PDF I would like to set it up so that there are 6 images per page... any thoughts .. thanks in advance
    cheers
    matt

    Once you have the PDF with a single image per page, print it out to a new PDF with 6 pages per page.
    Either that, or use an authoring application like Word or InDesign.

  • Theme with 50 images

    hi i need to do a montage for wedding so i would need to have more than 50 images in it. In order to have a nicer backdrop using the themes in imovie...i have tried playing with the settings...however the theme seem like only last a few short secs..and the max images that i can put in it is around 7-8. Can i put in more than that? Is there a way for me to control the animation at a slower speed? The animation seem interesting..but it only last a while..is it possible to carry on the theme..all the way..4mins..without letting the audienece actually see that it is looping or repeating?
    Great Thanks!

    the Themes are not meant as 'backgrounds' or 'borders' but as a short preview of what to come, an interlude, a segmentation in a movie ...
    so, afaik, I don't see any option to modify the Theme for your needs..
    ... for sure, you could make a 'screenshot' of a Theme (Apple-Shift-4) and use that screenshot as 'template' in any pic processor (Photoshop/Elements) to add your pictures ... but, that is a still, no motion ...
    if you like to spice-up slideshows with some animated .. 'surroundings', have a look at this product:
    http://www.pulpmotion.com ...

  • Is Indesign suitable for creating a directory with anchored images?

    I have an ancient eight-page Quark document (originally created in 3.5, now in 8.5) that contains over 200 3cm adverts created in other applications called in as images anchored into text. This means that each month I can add or remove entries and the rest flows round in linked text boxes.
    It also means that Quark quits every few minutes and the job is now virtually impossible to complete.
    I am considering recreating the whole thing in Indesign but before I do, I would like to hear from anyone doing the same type of thing:
    How stable is Indesign for this type of job? How does it cope with over 200 images (pdfs, eps, tiffs, jpgs whatever) anchored as text? Is there a format for images that Indesign prefers to handle? I imagine it's pretty intensive to process as each advert also contains an image or two and fonts of its own. I'd rather keep the adverts as vector files as the text is so tiny – even though I know that resaving the lot in Photoshop would probably help no end (removing font problems, embedded images etc etc).
    Any suggestions, feedback etc gratefully received.
    thanks

    I'd rather keep the adverts as vector files as the text is so tiny – even though I know that resaving the lot in Photoshop would probably help no end (removing font problems, embedded images etc etc).
    It shouldn't be a problem unless the Quark issue comes over to ID (something like a corrupt font). As long as you link and don't embed or paste the vector art; images, fonts, or complex drawing won't add to the screen redraw overhead because the preview is a JPEG proxy.

  • Create one project with two images- DUHHH

    Sorry I am struggling with the learning curve.
    I want to simply create a high quality print with two photos arranged using the Book's cool sample templates.
    I have arranged the images within a Book template.
    It only takes one page and Book must be an even number of pages. How can I export the one page- or what other element of Aperture should I be using?

    Hi,
    yes, I think to remember that there is support for a single style only. If you need another one too then you create a new project.
    Frank

  • Stutter when I try to create motion effects with still images--

    Can anyone help figure out the correct workflow?  I am importing jpegs into my project re-sizing them and then manually creating the "ken burns" effect on them.  And they stutter like crazy.  I've been browsing forums for the past week and can't find a solid answer that works for me.  Thanks in advance.

    The images I'm testing today I re-sized in photoshop to be 1920x1080.  One of the images was originally 1280x853 and I re-sized it to 1920x1080.
    For my project I am storing all the video on an external G Drive.  For the still image tests I've been running, I've tried putting them on the G Drive and also just on my internal drive.  This has not changed the result.
    I've tried exporting QTs to see if they'd play back any differently and they don't.  I'm not sure what you mean by "delivery system", though.  Can you clarify?
    Thanks

  • Creating iDVD themes with Adobe

    Hi everyone.
    Is there anyway i could use an illustrator or flash file as an iDVD theme?
    I wanted to use a keynote presentation, export it to flash and burn it to a dvd.
    The thing is i'm making a portfolio of my college stuff and i want it to be all interactive
    Any ideas?
    Help...?

    What exactly do you want the dvd to contain (other than sample images of your work and movies)? You can add data to the dvd rom section of the dvd if you wish.
    However, for the most part, interactive Dvd authoring is better addressed within FCS / DVDSP (apple's pro apps). Apps like Director from Adobe may also help. However, I'm not sure if there is a current update to this particular app or not. You'll have to search the web to find out should this app interest you.
    In terms of making your own Themes / templates from scratch again this is much better addressed within DVDSP.
    However, it is possible to add data to the dvd-rom section of the dvd if you wish. This can take many different forms like RAW image files, PDF, JPEG, TIFF, and so on. They won't be playable on most set top dvd players but they can be accessed from most computers.
    Also, you can use AppleScript to add media to iDVD
    You can use AppleScript to automate the creation of DVDs by linking iDVD to media asset systems and other scriptable applications such as iTunes, Adobe Photoshop, and Media 100i. You can customize menu properties, slideshows, movies, and text elements in iDVD.
    The AppleScript website for iDVD has many downloadable scripts that everyone, even nonscripters, can use to make their use of iDVD even easier and more productive.
    Hope this helps but if not just come on back.
    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software / products that may be mentioned in this topic. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information above at your own discretion.

Maybe you are looking for

  • Aging Buckets (More than 7)

    I am going to create a custom report for Aging in Oracle Receivables. I need a report with more than 7 buckets. Has anyone implemented this feature? Any tips on how to proceed? Thanks in advance

  • How to remove a reflection from a windshield on a car photo?

    I am trying to remove a reflection from a windshield on a car photo.  Cloning does not work for me.  Any suggestions?

  • Taxes not picked up in MIRO

    Dear all while doing MIRO, taxes not getting calculated (for a newly created tax code used in PO)and it is giving error like Error in account determination: table T030K key JOST JP5 VF Message no. FF709 Diagnosis In the chart of accounts to be posted

  • Moving Photo's around

    Hello all, I'm a recent user of PASE and am quite pleaesed with it. I have a query though. I like to view my photo's in the style of Folder view (where they are saved to my pc). But I'm unable to drage photo's from one folder to another. The pictures

  • Process Inbound 997: X12_00502_997.xsd

    Hello, I am developing an orchestration in BizTalk R2. This orchestration will process inbound 997 messages. In my project I have added the existing file: X12_00502_997.xsd. Then I have created a Message Variable with the message type to that schema.