My MIDlet cant accept SVG image Created with Inkscape and Adope Illustrator

Hi I am a kenyan Mobile application developer, I have made acouple of Midlets that call SVG images that I developed ysing inkscape 0.45 and finished in Adope illustrator. What can be the matter? or what SVG creator should I use? Pliz help.
Thanx

if your target device(s) support [JSR 226 J2ME SVG|http://www.jcp.org/en/jsr/detail?id=226|specification here] API, then it should be capable to +"...load and render external 2D vector images, stored in the *W3C SVG Tiny* format..."+

Similar Messages

  • Unable to unlock encrypted disk images created with Snow Leopard using Lion

    Anyone else unable to unlock encrypted disk images created with Leopard and Snow Leopard with Lion?  I know that they made changes with the release of FileVault 2 on Lion and Snow Leopard cannot use Lion encrypted disks but I thought it was backwards compatible where Lion should still be able to work with Snow Leopard created images (it was in the pre-release versions of Lion).
    When attempting to mount an encrypted disk image created with Snow Leopard on Lion the normal password prompt appears but then just reappears every time the password is entered and does not unlock and mount the image.  I'm positive the correct password is being entered and it works just fine when done on a machine running Snow Leopard.

    Not in cases when the computer successfully boots to one OS but produces three beeps when an attempt is made to boot it to another. If it really was a RAM problem that serious, the computer wouldn't get as far as checking the OS version, and it has no problems booting Lion. In the event of a minor RAM problem, it wouldn't produce three beeps like that at all.
    (67955)

  • Rotate Image Created with createImage() ?

    I've been looking around online for a way to do this, but so far the only things I have found are 50+ lines of code. Surely there is a simple way to rotate an image created with the createImage() function?
    Here's some example code with all the tedious stuff already written. Can someone show me a simple way to rotate my image?
    import java.net.*;
    import java.awt.*;
    import java.awt.geom.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class RotImg extends JApplet implements MouseListener {
              URL base;
              MediaTracker mt;
              Image myimg;
         public void init() {
              try{ mt = new MediaTracker(this);
                   base = getCodeBase(); }
              catch(Exception ex){}
              myimg = getImage(base, "myimg.gif");
              mt.addImage(myimg, 1);
              try{ mt.waitForAll(); }
              catch(Exception ex){}
              this.addMouseListener(this);
         public void paint(Graphics g){
              super.paint(g);
              Graphics2D g2 = (Graphics2D) g;
              g2.drawImage(myimg, 20, 20, this);
         public void mouseClicked(MouseEvent e){
              //***** SOME CODE HERE *****//
              // Rotate myimg by 5 degrees
              //******** END CODE ********//
              repaint();
         public void mouseEntered(MouseEvent e){}
         public void mouseExited(MouseEvent e){}
         public void mousePressed(MouseEvent e){}
         public void mouseReleased(MouseEvent e){}
    }Thanks very much for your help!
    null

    //  <applet code="RotationApplet" width="400" height="400"></applet>
    //  use: >appletviewer RotationApplet.java
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.AffineTransform;
    import java.awt.image.BufferedImage;
    import javax.swing.*;
    public class RotationApplet extends JApplet {
        RotationAppletPanel rotationPanel;
        public void init() {
            Image image = loadImage();
            rotationPanel = new RotationAppletPanel(image);
            setLayout(new BorderLayout());
            getContentPane().add(rotationPanel);
        private Image loadImage() {
            String path = "images/cougar.jpg";
            Image image = getImage(getCodeBase(), path);
            MediaTracker mt = new MediaTracker(this);
            mt.addImage(image, 0);
            try {
                mt.waitForID(0);
            } catch(InterruptedException e) {
                System.out.println("loading interrupted");
            return image;
    class RotationAppletPanel extends JPanel {
        BufferedImage image;
        double theta = 0;
        final double thetaInc = Math.toRadians(5.0);
        public RotationAppletPanel(Image img) {
            image = convert(img);
            addMouseListener(ml);
        public void rotate() {
            theta += thetaInc;
            repaint();
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
                                RenderingHints.VALUE_INTERPOLATION_BICUBIC);
            double x = (getWidth() - image.getWidth())/2;
            double y = (getHeight() - image.getHeight())/2;
            AffineTransform at = AffineTransform.getTranslateInstance(x,y);
            at.rotate(theta, image.getWidth()/2, image.getHeight()/2);
            g2.drawRenderedImage(image, at);
        private BufferedImage convert(Image src) {
            int w = src.getWidth(this);
            int h = src.getHeight(this);
            int type = BufferedImage.TYPE_INT_RGB; // options
            BufferedImage dest = new BufferedImage(w,h,type);
            Graphics2D g2 = dest.createGraphics();
            g2.drawImage(src,0,0,this);
            g2.dispose();
            return dest;
        private MouseListener ml = new MouseAdapter() {
            public void mousePressed(MouseEvent e) {
                rotate();
    }

  • My website created with Iweb and hosted on mobileMe is not showing well on all computers. What could be the problem ?

    My website created with Iweb and hosted on mobileMe is not uploading well on all computers. What could be the problem ?

    I got a chance to look at it on a PC.  Totally hosed up. It loads incorrectly then parts of it go blank.
    I have a site that is based very much on one of the built-in templates and it works fine on the same PC.  It contains only text boxes, image placeholders, and images with "picture frame" borders.  Nothing fancy, no overlays, no extra code or anything. I haven't looked much at the other templates so I don't know if yours is mostly a template or how much you may have modified one or what tricks you may have done to get the look you wanted.  Whatever it is, IE does not like it.  Unfortunately, you can't really ignore them as was suggested; they make up a large part of your audience.

  • Why cant I reset my macbook with command and R  when I push them dont be work and when i turn on my macbook a black page preview and said restart?

    why cant I reset my macbook with command and R  when I push them dont be work and when i turn on my macbook a black page preview and said restart?please help me

    Something is very wrong with your system, you need to try repairing the hard drive if possible.  See:
    http://pondini.org/OSX/DU6.html
    If that doesn't work, you'll probably need to reinstall the system.

  • Services created with WSADMIN and SOAMANAGER

    Hello gurus!
    Ihave a question about the WS created in the transaction SOAMANAGER. we have 5 webservices to operate our system, 4 of them were created with WSADMIN and one with SOAMANAGER. The problem is that in EPP we only can download the WSDL of the WS created in SOAMANAGER, and the other four cannot be found. Do we need to re-create them in SOAMANAGER in order to get them in EPP??
    Regards IA

    Hello,
    For old Web service definitions, if you have created End Points using WSCONFIG, you do not need to recreate it in SOAMANAGER. In WSADMIN, once you place cursor on your service, you can download WSDL using WSDL icon in Application Tool bar.
    Thanks,
    Venu

  • How do I delete sites created with iWeb and posted with .mac after a format

    I am confused about how to delete a couple of sites that I created with iWeb and posted with my .mac after I did a format reload?
    I have tried everything. The original files are not on my MacBook Pro because of the format.
    I also see them in my idisc, but I is my understanding that on my MacBook Pro that I can delete the files, but they are hosted online. On the online idisk I cannot delete them because there is no option. Please help!!!

    Using the file menu in Finder:
    Go/iDisk/My iDisk/Web/Sites/iWeb/YourSitesAreHere
    Highlight selected files and Command/Delete. You will receive a drop down asking you if you are sure; click OK and the files/sites will be deleted immediately from the iDisk.
    Mark

  • Wait for Image created with Toolkit.createImage()

    I try to create a new image using Toolkit.createImage(byte[]). When I try to proccess this image afterwards with an ImageObserver Container.prepareImage() I get an error returned from Container.checkImage().
    It looks like Toolkit.createImage(byte[]) did not finish the image-creation. But how can I wait for it?

    Try to use a MediaTracker:
    MediaTracker tracker=new MediaTracker(this);
    tracker.addImage(image,0);
    try
    tracker.waitForID(0);
    catch(InterruptedException e){}

  • Vertical Image Scroller with ASP and Database

    A vertical image scroller where photos (thumbnails) can be
    added or deleted with an app using asp and a database.
    The scroller would be able to hold unlimited thumbnails. The
    thumbnails
    would also be buttons used to go to another frame or html
    page.
    The thumbnails start to scroll down when mouse rollovers top
    half of
    vertical thumbnail bar and scrolls up when mouse rollovers
    bottom half of
    bar. Slows and stops in the center of the bar.
    Is this possible?

    Any idea on how to tackle this?
    I have created a image scroller and I know how to create a
    database and an
    application to add records using asp.
    But need help on creating a scroller that holds Unlimited
    thumbnails in
    Flash and adds the images to the thumbnail bar.
    Thanks
    "SMB" <[email protected]> wrote in message
    news:ehc8kg$cud$[email protected]..
    >
    > "Joe T" <[email protected]> wrote in message
    > news:ehankr$g5d$[email protected]..
    >> Looking to create a vertical image scroller where
    photos (thumbnails) can
    >> be added or deleted with an app using asp and a
    database.
    >> The scroller would be able to hold unlimited
    thumbnails. The thumbnails
    >> would also be buttons used to go to another frame or
    html page.
    >> The thumbnails start to scroll down when mouse
    rollovers top half of
    >> vertical thumbnail bar and scrolls up when mouse
    rollovers bottom half of
    >> bar. Slows and stops in the center of the bar.
    >>
    >> Is this possible?
    >>
    >>
    >
    > Yes, definatly possible.
    >

  • Overlay: image gallery with swipe and page control

    Hi,
    I'm in my first approach with DPS and I can't understand how to create an image gallery swipe controlled with the page control on the bottom part (page control is rapresented by those little circles on the bottom part of the image that shows how many images are shown by the gallery. See this image for a page control example: http://gtiapps.com/wp-content/gallery/p681_gallery/page1.png ).
    I tried to read the documentation and the DPS tips but I can't see this simple kind of gallery.
    I'm sure I already saw this kind of gallery in DPS-like apps like Wired, I can't believe is some kind of html based gallery (and if it is, anybody could link me a page where I can get the code snippet for that?).
    I'm using inDesign CS6 on OsX.
    Please give me some suggestions to get this interaction,
    thank you in advance,
    Bye!

    It's definitely HTML.  Here is a list of a whole bunch of them...
    http://www.tripwiremagazine.com/2012/12/jquery-carousel.html
    I'm a big fan of roundabout at fredhq.com
    You can also make something similar using buttons, and an MSO, not quite the same, but if you don't want to delve into HTML, it will do the job.  The dots on the bottom can be buttons.   I don't have a machine handy to try and see if you can make the MSO swipe blue, but it is worth a try.
    A note about using HTML in a folio. Make sure you have the HTML in its own folder, with all the assets needed, but nothing else.  Anything else in that folder will also be included in the folio. (I.e. if you just put the HTML in the folder with your indesign doc, when you included the web overlay, the indesign doc, would also be uploaded.  Clear folder organization is key for dps projects.

  • 10.4.10 image problem with Firefox and Photoshop on Intel and OD AFP server

    We are working on a new client image (perfect client image to deploy with Netboot) and our Intel machines, new and old, are throwing errors in CS2 Photoshop and refusing to launch Firefox when we log in to home folders from the OSXserver, local accounts run OK. The Intel Mac Pros we got last year ran Photoshop fine using last years image. Power Macs are running OK logged in on the server and local. The biggest variable is we are now running 10.4.10, the last image was 10.4.9. Anyone seen this, any thoughts, I have tried everything I can think of.
    Thanks!

    I haven't had any problems with 10.4 and solaris 10. At some point Apple upgraded to some version of OpenSSH that required the addition of the -Y switch to make things work well.

  • Metadata created with OEM and OLAP2 views

    Why metadata created with OEM (v 9.2.0.1.0) aren't visible in OLAP2 views?
    Cubes are visible only in OLAP_CUBES, and OLAP1_CUBES views only.
    "Oracle9i Users Guide" says, that OLAP2 views shows metada created either with CWM2 and OEM, but i don't see the ones created with OEM.
    And second question - has that issue something to do with the problem that i don't see cubes with "cube viewer" (and any other OLAP API application like OracleBI Spreadsheet Add-In)? I got error message BIB-10701.
    I use Oracle 9.2.0.6.0 with OLAP option.
    Raf

    I know it is an old thread, but I thought I post the solution anyway ;-)
    I had the same problem and found that it is fixed in the July 2014 CU.

  • Time stamps in mov files created with iPhone and Vista

    This has to do with the time stamps for movies created with the iPhone 3GS. When I directly view the files on the iPhone in Vista, it populates the "date taken" field. However, when I copy the files from the iPhone onto my desktop computer, I no longer see the "date taken" field. Any suggestiosn?

    Just wanted to repost this question and see if anyone has any thoughts...thanks.

  • Profiles created with SU02 and transporting them

    We have a lot of profiles that were created with SU02.
    When I change them in our Development system and then create a transport and move the transport to our quality system and our production system the changes do not get updated.
    I manually go to each system with SU02 and make the changes again and activate them.
    Is there another way or am I missing something.
    Thanks
    Joe

    Julius,
    The TCD field isn't causing confusion.  Look to the left at that Z:MC40 or whatever.  That's the auth object, which has a field called TCD.  In other words, there isn't S_TCODE with field TCD, there's this Z:MC40 or whatever, with field TCD and the tcode in that filed is MC40 or whatever.
    Anyway, if I go through my data for S_TCODE, then I find that in the profile, it refers to the following.  Note that these are the only two profiles in my UST10S table that refers to S_TCODE.  I need to figure out how to reconstruct the rest of the profiles into roles so that the unlimited access in these profiles below can be removed and the balance of the profiles can be given relevant transactions.
    X:TCODE        S_TCODE     &_SAP_ALL
    X:TCODE             S_TCODE     S_TCD_ALL
    X:TCODE             S_TCODE     S_TCD_ANW
    X:TCODE             S_TCODE     S_TCD_BC
    X:TCODE             S_TCODE     S_TCD_CUST
    X:TCODE:ALL     S_TCODE     &_SAP_ALL
    X:TCODE:ALL     S_TCODE     S_TCD_ALL
    X:TCODE:ALL     S_TCODE     S_TCD_ANW
    X:TCODE:ALL     S_TCODE     S_TCD_BC
    X:TCODE:ALL     S_TCODE     S_TCD_CUST
    Edited by: Santosh Krishnan on Jun 30, 2010 1:23 PM
    Edited by: Santosh Krishnan on Jun 30, 2010 1:24 PM

  • Need to get rid of persistent images created with as3 - pls help

    I have used the following as3 code, courtesy of Jody Hall at theflashconnection.com .  It's a drag and drop that works great. Problem is the drag and drop images persist when I move on to other frames. How do I clear the images when finished so they don't appear in subsequent frames? Thank you in advance.
    import flash.events.MouseEvent;
    import flash.display.MovieClip;
    import flash.media.Sound;
    import flash.media.SoundChannel;
    var sndExplode:explode_sound;
    var sndExplodeChannel:SoundChannel;
    var dragArray:Array = [host1, agent1, physical1, social1, host2, agent2, physical2, social2, host3, agent3, physical3, social3];
    var matchArray:Array = [targethost1, targetagent1, targetphysical1, targetsocial1, targethost2, targetagent2, targetphysical2, targetsocial2, targethost3, targetagent3, targetphysical3, targetsocial3];
    var currentClip:MovieClip;
    var startX:Number;
    var startY:Number;
    for(var i:int = 0; i < dragArray.length; i++) {
        dragArray[i].buttonMode = true;
        dragArray[i].addEventListener(MouseEvent.MOUSE_DOWN, item_onMouseDown);
        matchArray[i].alpha = 0.2;
    function item_onMouseDown(event:MouseEvent):void {
        currentClip = MovieClip(event.currentTarget);
        startX = currentClip.x;
        startY = currentClip.y;
        addChild(currentClip); //bring to the front
        currentClip.startDrag();
        stage.addEventListener(MouseEvent.MOUSE_UP, stage_onMouseUp);
    function stage_onMouseUp(event:MouseEvent):void {
        stage.removeEventListener(MouseEvent.MOUSE_UP, stage_onMouseUp);
        currentClip.stopDrag();
        var index:int = dragArray.indexOf(currentClip);
        var matchClip:MovieClip = MovieClip(matchArray[index]);
        if(matchClip.hitTestPoint(currentClip.x, currentClip.y, true)) {
            //a match was made! position the clip on the matching clip:
            currentClip.x = matchClip.x;
            currentClip.y = matchClip.y;
            //make it not draggable anymore:
            currentClip.removeEventListener(MouseEvent.MOUSE_DOWN, item_onMouseDown);
            currentClip.buttonMode = false;
            sndExplode=new explode_sound();
            sndExplodeChannel=sndExplode.play();
        } else {
            //match was not made, so send the clip back where it started:
            currentClip.x = startX;
            currentClip.y = startY;
    DRAG AND DROP (I JUST DID THE LAST FOUR FOR THIS EXAMPLE)
    MOVING ON TO NEXT FRAME, YOU STILL SEE THE RECTANGLES.

    Thank you SO muchNed Murphy
    I'm a newbie to AS3 and I was trying to figure it out for past 2 weeks that why did swapChildren or setChildIndex or addChild, all of these made my Target Movieclip remain/duplicate/persist on the stage even after the layer containing the Target Movieclip has blank keyframes. I surfed so many forums and tutorials for the answer but turns out it was my lack of knowledge of basic concepts. I remember checking out this specific forum as well past week but due to it being "Not Answered" I skipped it. This should be marked as a "Correct Answer", The Empty MovieClip did the trick!
    I needed this solution for a Drag and Drop game, so that the current item that is being dragged is above all other graphic layers. And when all items are dropped on their correct targets, there is gotoAndPlay to Success frame label.
    I created a movieclip on the top layer with the same dimensions as the stage and put it at x=0 y=0 position. Instance name: emptymc
    And deleted the emptymc from the timeline during the Success frame label.
    Here is some code I used,
    1. MovieClip.prototype.bringToFront = function():void {
       emptymc.addChild(this);
    2.  function startDragging(event:MouseEvent):void {
      event.currentTarget.startDrag();
      event.currentTarget.bringToFront();
    I didn't know how to put the addChild and refer to the currentTarget in the startDragging function itself, for example
    emptymc.addChild(event.currentTarget);
    - This one didn't work inside the startDragging function "emptymc.addChild(this); "
    Is there a correct way I could have done it properly?
    Thanks,
    Dipak.

Maybe you are looking for

  • Problem with cellular data on ipad mini

    The problem is that I cannot turn off cellular data for some apps. Earlier I was turning on/off cellular data for each app. Now its turning on cellular data for apps by himself.

  • Pricing : ABAP to Java conversion help needed

    Hi all. I am basically an ABAP developer. My recent assignment needs some java coding. It will be very helpful if we anybody helps me in finding the corresponding pricing fields in java. The abap code is as follows check : xkomv - kgrpe  = '  '. chec

  • E70: stuck with a silver colour!

    couldn't get my hands on the black colour & not sure if will be able to change the colour. any idea on this?

  • Centering page and photo optimizing

    HI...I'm a newbie here with yet another question. I created an intitial index page, but it does not come out centered when you look at it online. How do i do this. Also, someone suggested I optimize the photo ("you might want to optimise the large Wa

  • Viewing file size

    I'm new to Lightroom.  I want to view the size of my files in Lightroom, but I can't seem to find it.  I've looked in the Metadata list, but nothing shows up.  Also, I'd like to be able ot view the file size in my loupe view, but when I go to my view