Filling polygons on Mac OS X (MRJ 3.3)

Hi,
I had this problem on the OS X and wanted to see if someone out there has seen this problem and has a workaround. The problem has to do with the com.apple.mrj.internal.awt.graphics.PenGraphics class, but I could not find ANYTHING on this either on the Apple site, on the web, or even in newsgroups. And unfortunately, Apple doesn't have a searchable bug database online like Sun does for Java.
Basically, the problem has to do with filling certain concave polygons. Imagine a polygon where a ray from the first vertex of the polygon to some other vertex will exit the bounds of the polygon. One example is a star. When calling fillPolygon() on this type of polygons, sometimes the "in-side" of the ray will be filled in. The "in-side" is defined as the side of the ray where the polygon lies. Though some areas in this "in" side is outside the bounds of the polygon they are filled.
This bug does not happen all the time, but when two cases that I've found it to happen is when the "pen" of the PenGraphics object (as indicated by the toString() method) is GLPen or CGJavaPixelsPen. In the one case that the polygon filled properly for me, the pen was CGPen.
I'm not sure if the above description is clear, but here's some sample code that shows this problem. I'm using Mac OS 10.2.2, MRJ 3.3 (JDK 1.3.1).
ANY comment is welcome. Thanks!
* This test class shows the incorrect result of filling certain concave
* polygons on OS X. Specifically, this deals with the graphics class
* com.apple.mrj.internal.awt.graphics.PenGraphics.
* When running this, you'll see that some area outside of the given polygon
* are filled. It seems like a line is drawn from the first vertex of the
* polygon to each of the other vertices, and the "in-side" of this line
* is filled, though there may be areas that lie outside the bounds of the
* polygon.
* This bug does not happen all the time, but when two cases that I've found
* it to happen is when the "pen" of the PenGraphics object (as indicated
* by the toString() method) is GLPen or CGJavaPixelsPen. In the one case
* that the polygon filled properly for me, the pen was CGPen.
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class TestComp extends JComponent
protected void paintComponent(Graphics g)
super.paintComponent(g);
if (location == null)
return;
g.translate((int) this.location.getX(), (int) this.location.getY());
// filling the polygon
g.setColor(Color.yellow);
g.fillPolygon(xs, ys, xs.length);
// drawing the outline. the polygon should be filled within
// the outline
g.setColor(Color.black);
g.drawPolygon(xs, ys, xs.length);
// this draws the vertices, with the index of each vertices
for (int i = 0; i < xs.length; i++)
g.setColor(Color.red);
g.fillOval(xs,ys,5,5);
g.setColor(Color.blue);
g.drawString(String.valueOf(i), xs, ys);
// print out the graphics object info
System.out.println(g.getClass() + " " + g);
public static void main(String[] args)
JFrame rootFrame = new JFrame();
rootFrame.getContentPane().add(new TestComp());
rootFrame.setSize(300, 300);
rootFrame.setVisible(true);
Point location = new Point(150, 100);
// the shape to draw
int[] xs = { 1 , 50 , 10, 50 , -50 , -10 , -50};
int[] ys = { 1 , 50 , 50, 100 , 100 , 50 , 50};

I don't see why you should use the terminal.
All your applications are supposed to be in /Applications/
If you can see them in the finder, you can drag the file or folder to the terminal window and the path will paste.
Check if you application was not made for Os 10.4 or Intel only
It happens that applications do not work on "older" macs anymore.
If you have no luck, you might want to try VLC (videolan), it's an nice video app that supports most common formats. (and it's FOSS)

Similar Messages

  • How to draw filled polygons ?

    Hi guys,
    I would like to know how to draw filled polygons using CoreGraphics framework.
    Here is example I am trying to draw:
    I have A,B,C,D,E,F and G.
    Can you suggest me ?
    Thank in advance.

    From CGContextDrawPath:
    "Draws the current path using the provided drawing mode. [..] mode: A path drawing mode constant—kCGPathFill [etc.]"
    Apparently, the accompanying QuartzDemo shows how to use it in practice.

  • Fillable PDF created on Mac, filled in on Mac's/PC's have empty fields when emailed to iPhone/iPad

    Hi!
    I create fillable forms on my Mac using Adobe Acrobat and both PC and Mac customers fill in the forms and submit them to their own customers.
    When I fill in the form on my Mac (using Adobe Acrobat) and email it to me and open the PDF on my Android the filled-in information is there.
    When I fill in the form on my Mac (using Adobe Acrobat) and email it to my customer and he opens the PDF on his iPhone/iPad all the filled-in information is gone, the fields are blank.
    When he fills in the form on his PC (I'm assuming he's on a PC, he may be on Mac but regardless he's having the problem) using the free Reader and emails it to himself and opens the PDF on his iPhone/iPad all the filled-in information is gone, the fields are blank.
    What can I do on my end, when using the full Adobe Acrobat on my Mac to create forms, to make them in such a way that when my customer emails a filled-in PDF from their computer the filled-in info stays intact on the iPhones/iPads?
    I can't tell each customer individually that he/she has to download a particular app because the PDF viewer on their phone won't show the filled-in information, that would a logistics nightmare, so I need to figure out what to do on my end when initially creating the forms so that the filled-in information will show up on their iPhones/iPads.
    Help please?
    Thank you so much!!
    Diane

    There are two basic approaches to this problem:
    1. Convince every user to use a compliant PDF viewer, one that supports forms (e.g., Adobe Reader, PDF Expert on iOS)
    2. Flatten the form after filling it in and before sending it along for other users to view
    You mentioned some of the problems with #1.
    For #2, if a form is flattened, the form fields will get converted to regular page contents, allowing non-forms-capable PDF viewers to see the data. Acrobat users can flatten a form a number of ways. The problem is with Reader, which doesn't have a specific form flattening feature. Desktop versions of Reader (Mac/Windows) flatten forms when they are signed with the new EchoSign e-signature feature and saved, but this feature is not available with forms that are Reader-enabled. All this means there is currently no way to guarantee that the data in a filled-in form will be viewable on all mobile PDF viewers, but there are some things you can do to increase the odds.

  • Fillable PDFs created on a PC, filled in a Mac and coming back completely blank

    I've got protected fillable pdf forms and the only edits allowed are printing or filling in form fields. These have been created in Acrobat XI pro on a PC.
    When a document is sent to a customer who happens to have a Mac, they fill in whatever is needed, save the document and send it back to us. When the documents are coming back, the only thing we can see on them is the fillable form fields. Everything else has gone - the actual base document and the accompanying pages of terms and conditions are just blank pages.
    Anyone got any ideas what's going on??
    Thanks
    Jackie

    Would the preview also make everything else on the document disappear?
    this is what we should see
    and this is what we're getting back (I've added the workds 'text field')

  • How can I edit a PDF that auto fills on my Mac?

    I am trying to fill out PDF forms that will auto generate once I put in some numbers. The Preview does not let me do this on my Mac. Is there any way to do this without buying a super expensive app? I recently bought my Mac and I like it, but I am having issues doing simple tasks like this that I used to do on my PC.

    There are a number of pdf converts for the mac.  Search macupdate.com or appstore for them.  Here's two developers that make pdf tools:
    Cycle Development
    Wondershare

  • Content Aware Fill Black on Mac

    I have a 32 Bit HDR image in Photohsop CS6 and I tried using content aware fill on a section and it gave me black, but when I went to a PC and did it works fine. Why is there is a issue with it between OS's?
    ScreenShots:
    Original:
    Mac OS X Content Aware Fill Edit:
    Windows Content Aware Fill Edit:

    I get this problem both on my Mac book Pro and the Mac Pros in my schools Mac Lab.  The PCs dont have any problem with it. All of the Macs are Snow Leopard 10.6.8, and PC's are Windows 7. The version on the Mac Pro is version PS CS6 13.0.4 x64.  The version on my Mac Book Pro is the same PS CS6 13.0.4 x64.  I dont know why there is a problem. I can upload the image file.
    Here is a link to the HDR http://www.deviantart.com/download/6694884445106611/macombhallway_hdr2_01_by_macprodukshun z-d62oct9.hdr

  • How to fill polygon without using paint component ?

    hello,
    i have a class called "public class Arrow2DRhombus implements Shape" with the following constructor:
    public Arrow2DRhombus(Point2D begin, Point2D end) {
            this.x1 = begin.getX();
            this.y1 = begin.getY();
            this.x2 = end.getX();
            this.y2 = end.getY();
            this.initArrow();the code for .initArrow():
    private void initArrow(){
            int length = (int) Math.sqrt(Math.pow(Math.abs(x1-x2),2) +
                           Math.pow(Math.abs(y1-y2),2));
            length=length-19;
    Polygon poly = new Polygon();
            poly.addPoint((int) x1,(int) y1);
            poly.addPoint((int) x1+ length,(int) y1);
              poly.addPoint((int) x1+ length+10,(int) y1+5);
              poly.addPoint((int) x1+ length+20,(int) y1);
              poly.addPoint((int) x1+ length+10,(int) y1-5);
              poly.addPoint((int) x1+ length,(int) y1);
            double rad = this.calcAngle((float) this.x1,(float) this.y1,(float) this.x2,(float) this.y2);
            AffineTransform tx = AffineTransform.getRotateInstance(rad,x1,y1);
            this.arrow = tx.createTransformedShape((Shape)poly);
        }is there a way i can fill the polygon "poly" with the code above .
    i know that i can fill a polygon using when using paintcomponent(Graphics g)
    but here how can i do it.
    10x

    I don't really understand the question. "Filling" a shape implies (to me) that you have a Graphics Object and are doing custom painting. So you would do this:
    a) in the paintComponent() method of a component
    b) in the paintIcon method of an Icon
    c) by painting onto a BufferedImage
    I'm sure there are other ways, but I don't think you just "fill" a Shape object.

  • Filling polygon problem ?

    Hi,
    I have a question regarding filling a color in polygon. my aim is filling a color and clearing the color in a loop. But the problem is that It is sometimes filling black color and sometimes not.Sometimes filled arrow only showing and other times it is showing blank arrow. can anybody tells me ,why is like that. please give me suggestions to rectify that one.
    Thanks in advance,
    - balaji
    my code is like that.
    // in main function
      for ( int i = 0 ; i<10 ;i++)
      drawArrow(Graphics2D g2, Color.black, Color.white);
                try {
                 Thread.sleep(99);
          } catch (InterruptedException e) {   
         } // end of catch
      drawArrow(Graphics2D g2, Color.white, Color.white);
    // my drawArrow function is like this
    public void drawArrow(Graphics2D g2, Color fillColr,Color drawColr)
      //      Arrow is polygon
    // drawing polygon code here
    g2.setColor(fillColr);
            g2.fill(Arrow);
            // black border
            g2.setColor(drawColr);
            g2.draw(Arrow);

    I'm guessing this is going on inside of paint() or repaint()? The only advice I can give is that it is a very bad thing to pause or sleep in paint(), it causes strangeness to happen. Do all your painting to an offscreen graphics context and call repaint() when you want to draw. Look for some tutorials on double buffering.

  • How do I watch my iTunes movies, tv shows on my mac without having to download them all to my HD?  I really want my Mac to function like my Apple TV since I have just moved and don't have my TV for another few weeks. Help please?

    How do I watch my iTunes movies, tv shows on my mac without having to download them all to my HD?  I really want my Mac to function like my Apple TV since I have just moved and don't have my TV for another few weeks. Since I purchased my three Apple TV. I have had no need to download any of my movies to my Mac.  Which has been great.  However, I remember that I used to now have to do this... or did I?  I am just frustrated because I want to stream all this stuff vice haveing to waiting for it all to download fill up my Mac's HD and then just delete. Someone help please?

    Play the movie in iTunes to stream it.
    Click the cloud icon to download it.

  • Looking for a 2D Polygon Bevel Algorithm

    I am looking for a graphics algorithm to give two-dimensional polygons a 3D beveled edge look. The polygon should look like as though it is lit from the top-left. This is trivial for rectangular figures, but obviously much more complex for general polygons. The algorithm needs to support any type of polygon, including those with splines or other curved edges, as well as convex figures. Making matters even more complicated, it must also handle texture-filled polygons.
    A Java class that provides this functionality would be perfect. Short of that, an implementation in any language, or even a description of an algorithm, would be helpful.
    I created a java applet to illustrate the problem I am trying to solve - see the source below. This applet with source is also available at
    http://www.keithhilen.com/Java/bevel/
    Keith Hilen
    [email protected]
    Polygons.java :
    import java.applet.*;
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.geom.*;
    public class Polygons extends Applet
    Image image;
    int polyWidth = 100;
    int polyHeight = polyWidth;
    int polyOfsX1 = 100;
    int polyOfsY1 = 100;
    int polyOfsX2 = 250;
    int polyOfsY2 = 100;
    int polyOfsX3 = 100;
    int polyOfsY3 = 240;
    int polyOfsX4 = 250;
    int polyOfsY4 = 240;
    Polygon octagon;
    Ellipse2D.Double ellipse;
    GeneralPath ornament;
    BufferedImage imageBuf1, imageBuf2, imageBuf3, imageBuf4;
    public void init()
    image = loadImage("background.jpg");
    createPolygons();
    createImageBufs();
    private Image loadImage(String name)
    MediaTracker tracker = new MediaTracker(this);
    Image image = getImage(getDocumentBase(), name);
    tracker.addImage(image, 0);
    for ( ; ; )
    try { tracker.waitForAll(); } catch (InterruptedException e) { }
    if (tracker.checkAll())
    break;
    return image;
    public void createPolygons()
    double sqrt2 = Math.sqrt(2);
    int m1 = (int) (polyWidth / (2 + sqrt2));
    int m2 = (int) (polyWidth * sqrt2 / (2 + sqrt2));
    octagon = new Polygon();
    octagon.addPoint(-m2/2, -(m1 + m2/2));
    octagon.addPoint(+m2/2, -(m1 + m2/2));
    octagon.addPoint(+(m1 + m2/2), -(m2/2));
    octagon.addPoint(+(m1 + m2/2), +(m2/2));
    octagon.addPoint(+m2/2, +(m1 + m2/2));
    octagon.addPoint(-m2/2, +(m1 + m2/2));
    octagon.addPoint(-(m1 + m2/2), +(m2/2));
    octagon.addPoint(-(m1 + m2/2), -(m2/2));
    ellipse = new Ellipse2D.Double(-polyWidth/2, -polyWidth/2, polyWidth, polyWidth*3/4);
    ornament = new GeneralPath();
    int l = polyWidth/2;
    int m = polyWidth/16;
    int s = polyWidth/32;
    ornament.moveTo(+0+0, -l+0);
    ornament.quadTo(+0+s, -l+0, +0+s, -l+s);
    ornament.quadTo(+m+0, -m+0, l-s, 0-s);
    ornament.quadTo(+l+0, +0-s, l0, +0+0);
    ornament.quadTo(+l+0, +0+s, l-s, 0+s);
    ornament.quadTo(+m+0, m0, +0+s, +l-s);
    ornament.quadTo(+0+s, l-0, 0+0, l0);
    ornament.quadTo(+0-s, l0, +0-s, +l-s);
    ornament.quadTo(-m+0, m0, -l+s, +0+s);
    ornament.quadTo(-l+0, +0+s, -l+0, +0+0);
    ornament.quadTo(-l+0, +0-s, -l+s, +0-s);
    ornament.quadTo(-m+0, -m+0, +0-s, -l+s);
    ornament.quadTo(+0-s, -l+0, -0+0, -l+0);
    public void createImageBufs()
    Graphics2D g2d;
    Composite saveAlpha;
    // Figure 1
    // Create image buf and get context
    imageBuf1 = new BufferedImage(polyWidth, polyHeight,
    BufferedImage.TYPE_INT_ARGB_PRE);
    g2d = (Graphics2D) imageBuf1.getGraphics();
    // Fill with transparent color
    saveAlpha = g2d.getComposite();
    g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.CLEAR,
    0.0f));
    g2d.fillRect(0, 0, polyWidth, polyHeight);
    g2d.setComposite(saveAlpha);
    // Draw figure
    g2d.translate(polyWidth/2, polyHeight/2);
    g2d.setClip(octagon);
    g2d.setColor(Color.blue);
    g2d.fillRect(-polyWidth/2, -polyHeight/2, polyWidth, polyHeight);
    // Figure 2
    // Create image buf and get context
    imageBuf2 = new BufferedImage(polyWidth, polyHeight,
    BufferedImage.TYPE_INT_ARGB_PRE);
    g2d = (Graphics2D) imageBuf2.getGraphics();
    // Fill with transparent color
    saveAlpha = g2d.getComposite();
    g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.CLEAR,
    0.0f));
    g2d.fillRect(0, 0, polyWidth, polyHeight);
    g2d.setComposite(saveAlpha);
    // Draw figure
    g2d.translate(polyWidth/2, polyHeight/2);
    g2d.setClip(octagon);
    g2d.drawImage(image, -polyWidth/2, -polyWidth/2, null);
    // Figure 3
    // Create image buf and get context
    imageBuf3 = new BufferedImage(polyWidth, polyHeight,
    BufferedImage.TYPE_INT_ARGB_PRE);
    g2d = (Graphics2D) imageBuf3.getGraphics();
    // Fill with transparent color
    saveAlpha = g2d.getComposite();
    g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.CLEAR, 0.0f));
    g2d.fillRect(0, 0, polyWidth, polyHeight);
    g2d.setComposite(saveAlpha);
    // Draw figure
    g2d.translate(polyWidth/2, polyHeight/2);
    g2d.setClip(ellipse);
    g2d.drawImage(image, -polyWidth/2, -polyWidth*5/8, null);
    // Figure 4
    // Create image buf and get context
    imageBuf4 = new BufferedImage(polyWidth, polyHeight, BufferedImage.TYPE_INT_ARGB_PRE);
    g2d = (Graphics2D) imageBuf4.getGraphics();
    // Fill with transparent color
    saveAlpha = g2d.getComposite();
    g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.CLEAR, 0.0f));
    g2d.fillRect(0, 0, polyWidth, polyHeight);
    g2d.setComposite(saveAlpha);
    // Draw figure
    g2d.translate(polyWidth/2, polyHeight/2);
    g2d.setClip(ornament);
    g2d.drawImage(image, -polyWidth/2, -polyWidth/2, null);
    public void paint(Graphics g)
    g.drawImage(imageBuf1, polyOfsX1 - polyWidth/2, polyOfsY1 - polyHeight/2, null);
    g.drawImage(imageBuf2, polyOfsX2 - polyWidth/2, polyOfsY2 - polyHeight/2, null);
    g.drawImage(imageBuf3, polyOfsX3 - polyWidth/2, polyOfsY3 - polyHeight/2, null);
    g.drawImage(imageBuf4, polyOfsX4 - polyWidth/2, polyOfsY4 - polyHeight/2, null);
    Polygons.html :
    <applet
    code=Polygons.class
    name=Polygons
    width=360
    height=300>
    </applet>

    Think you'll be lucky to find anything in the forum on push down automata. Do a search on google, perhaps with the keyword "parser" or "grammer checker" thrown in. There may well be whole books devoted to it!

  • "The operation can't be completed....re networking mac to pc xp pro

    Good evening - I am new to this forum and indeed to macs so please have patience!! I have just bought (from a friend) a Macbook 13" 2.16 ghz to see if I can "work with" macs. This after some 35 years with MS dos 2.1 + unix + windows 3 / 3.5 / 95 / 98 / 2000 and now windows xp on a compaq laptop. Not a willing horse "dragged to water"!
    So far - love it! Now the difficult bit, as an inveterate hoarder of all my emails, documents etc etc I need to network my pc and mac book to evaluate the mac experience before making the deciding decision to become Mac all over!! So here we go:
    I have the same log in names and passwords on my mac and on my pc. In +"my network places"+ I can see the "Documents" folder on the local network and the "username" on "Macbook" plus the public Folder on "Macbook".
    When logged into the PC from there I can access these folders with no problem and from the pc transfer files from the pc to the mac and from the pc - from the mac to the pc - all super swimmingly! Sharing is "on" on the pc.
    So far so good.
    We then come to the mac. On the hard disk I can see the p.c. - I can connect to the p.c. as "Guest" (if guest is logged on the p.c.) or (when the registered user is logged on to the pc) as the registered user detailed above i.e username and password filled out on Mac by hitting the "connect as" button.
    Having done that I am connected as: "Guest" Not quite sure why but I am connected.
    I can see the p.c. "documents" folder on the mac but in whatever mode I am connected (as guest when guest is logged on to the p.c. or as registered user when the registered user is logged on to the p.c.). when I click on it and try to open it I get the following message:
    *+“The operation can't be completed because the original item for Documents can't be found."+*
    I have sharing enabled on the mac as follows:
    Printer Sharing = everyone can print
    File sharing = registered user can read and write everyone can read only plus the boxes for "share files and folders using AFP" (number of users connected: 0) and "Share files and folders using SMB (Windows)" The registered user account also has a tick in the box on the left of the registered user name.
    So can anyone tell me please "what have I done wrong?"

    Well, try this (I was able to fix my with these steps):
    Go Utilities > Disk Utility
    Select your Startup Disk, e.g. Macintosh HD
    Then, under the First Aid Tab, click Verify Disk Permissions.
    If there are errors, then click repair Disk Permissions.
    After it is done, restart the computer and see if your problem is resolved.
    I hope this help.
    Zeke
    www.ZekeYuen.com/blog/

  • Software for mac

    when are nokia going to give us mac users some decent software rather than their **bleep**py syncing software??
    i have an n95 but have no way to install anything to it like the maps unless i find someone with a windows pc.
    i think in this day and age nokia could get us pc suite, whats the problem with getting it on the mac? is it expensive etc?

    20-May-2008 02:53 AM
    prayagnarula wrote:
    (quote)
    This is not true at all. It might be true for Bluetooth and other such things (which you can do on windows too if you try hard enough without PC suite).
    ok... "not true at all"??.... "but may be true for bluetooth and other things"??...
    this was a statement regarding bluetooth specifically. the steps outlined for communicating via bluetooth are not a work around, pc suite IS a work around for missing features in windows [for bluetooth connectivity].
    are you just bashing nokia, or do you have a real point?
    (quote)
    Nokia does not have any port for its carbide suite for development suite. It does not support any of its sdk on any other platform other than windows.
    good point. not interested. (quote from futurama)
    i'm a computer engineer. hi! i might be a bit conceded when i say this, but anyone who argues that they have to support more platforms for development, or be regarded as uncaring, is simply actiing out an egocentric desire to be important. i'm a mac user. before that i was a BeOS user. yeah, i'm also a developer - albeit a hardware developer, but nonetheless i know the pains and suffering of not being able to develop on my platform of choice AND I STILL SUPPORT THE DECISION.
    they are not in the business of making multi-platform development tools. they are in the business of making phones. dead simple: get the dev tools out there, and hit as many potential devs as possible without having to become experts in PC, Mac, linux.... hey even BeOS. they've done that. you want to develop for Symbian (by the way, this is symbian, not nokia) then go and get the symbian dev tools and compile some apps.... development platform has nothing to do with development itself. would you rather they force you to develop natively on symbian? hard to do i'm sure, but possible. then they wouldn't force ANY other OS on you.
    (quote)
    And point in question, it even did not make an effort to port PC Suite on any platform other than windows. Nokia simply does not support any non-windows platform.
    yup. wait. what void of functionality would PC suite fill on the Mac? i see the map loader. ok. not exactly a big deal. oh oh oh and the software updater. a bigger deal, but then again an even bigger mess if it ever screws up... bringing us back to the argument "they are not trying to become experts on windows/mac/linux/heck even beos software developmet"
    what are you missing on the mac? tell me, and if it's not the map loader or the software update tool then we can probably fill that gap for you by pointing out links to nokia's website.
    (quote)
    Its probably because nokia's primary market i.e. Eurasia does not have a strong Mac presence.
    heck the whole world "doesn't have a strong mac presence" - really. but just for giggles i'll pretend like i'm not hurt that you've excluded me from nokia's 'primary market' (i'm not in eurasia).
    (quote)
    But I think its mostly because simply put Nokia doesn't care, about its customers or its developers for that matter.
    i feel cared for. as a user (a MAC user) - i don't currently develop software for nokia devices. i guess you don't feel cared for, but that doesn't mean they don't care. i pitty anyone who cares for you but simply cannot provide what you're looking for - it seems you'll be very upset and emotional about it.
    (quote)
    Its service centers are a joke (at least here in India) and its support is mostly sub-standard. And if Nokia has to compete with the biggies like Apple and Google who are now strongly focusing on the markets that Nokia held it really needs to pull up its socks.
    their service centers EXIST. i've never seen one for my old sony ericcson phones. LG? in what part of the world are there service centers for mobile phones besides the mobile providers themselves like AT&T, T-Mobile, etc?
    sub-standard support? ahh... what standard are you going by? from where i sit, if they don't bludgeon me and take my shoes they are doing well. no, seriously, i've NEVER had a good support experience with ANY company. but if service is that bad where you are, so bad that it sticks out, then don't use them. i can't use ANY support here in USA, they are all that bad: apple, palm (especially palm), microsoft (HAHAHAHAHA...oh they suck), let me count the ways they all fail to do anything useful ever.
    is faiulre ok simply because it's the norm? no. but calling nokia sub standard in this market? sheesh, you've got an agenda.
    (quote)
    Otherwise, though as much I like Nokia, I would really like to see it sink to a silent death.
    sounds to me like you have no kind regards for nokia at all and are eager to sit up front to watch a slow agonizing death. sorry to disappoint, but i think i should tell you that nokia isn't likely to die anytime soon. i could be wrong, but i think the numbers speak pretty clearly (look at annual sales of phones from each major company).
    (quote)
    --Prayag
    good luck Prayag, in your future dealings with nokia or whichever company you blow through next. i hope you find one you can deal with, perhaps it will be your own?
    -bit
    N95-1 ---> N97-NAM ---> N900 ---> E7-00 + N900 (I use them both)
    (N95 was pretty good, N97 had potential but utterly failed to deliver, N900 is absurdly good. Those of you wondering, "should I try N900/Maemo/MeeGo"? The answer is a resounding YES)

  • .Mac Account Not working with iChat AV

    Hi,
    I'm having trouble using iChat AV 2.1 (v153) under OSX 10.3.9. I can not use my AppleID to log into AIM, so I am limited to chats with users on the local network whom I discover via rendezvous/bonjour.
    The whole story is related below. Deleting com.apple.iChat.AIM.plist doesn't help.
    Thanks for your help.
    - C
    Chance Reschke
    I am able to access the MyInfo page with my .Mac password:
    https://myinfo.apple.com/cgi-bin/WebObjects/MyInfo.woa......
    But, I decide to change my .Mac password anyway to try to fix the iChat problem.
    Visit the .Mac account page:
    https://www.mac.com/WebObjects/Account.woa?aff=consumer&cty=US&lang=en
    and click on the "Forgot your password?" link. Indicate that I want to reset my password via email, and the web page indicates that the info I need was sent to [email protected], which is strange and useless.
    So, I try again: click on "Forgot your password?" link, then on the "Forget your Apple ID?" link. Fill in my info, including my valid email address, and the web page indicates that it has sent the info I need. Check my email, and presto! there's a link to follow to change
    my password.
    I click on the link. Get a web page where I enter a new password twice, which it accepts, followed by a web page that says:
    Your Apple ID password has been changed.
    Select the "continue" button below to return to .Mac
    Login or choose
    from the list at right.
    with a big green "Continue" button. I click the button and get the "Rejoin .Mac" page:
    http://www.mac.com/WebObjects/Welcome.woa?aff=consumer&cty=US&lang=en
    I also get an email message telling me my password has been changed and I'm set to log in. It also tells me to report any problems to:
    http://survey.info.apple.com/feedback/appleid.html
    I don't want to Rejoin .Mac, which I have to pay for and which provides a bunch of services I don't need - I just want the minimal functionality required to get iChat to work.
    So, I restart iChatAV. It immediately opens a window that says:
    AOL Instant Messenger Login
    Please enter your login ID and password for the AOL
    Instant Messenger service.
    with my login ID already filled in - [email protected] - and the password field blank. I fill in the password field with the password I just used the .Mac account management page to reset, and IT IS REJECTED. I try a few times - all rejected. I eventually click on the cancel button and I'm back to where I was - limited to Rendezvous/Bonjour chats.
    I am still able to access the MyInfo page with my .Mac user ID and (new) password.
    I've been through this several times with the same outcome each time.

    Thanks for responding.
    My password is eight characters long. [disclosure, the problem's I've been reporting are with my wife's account - so "My" = my wife's]
    I don't have access to the 10.3 machine right now, but I've reproduced the problem with iChat 3.0.1 (v392) under 10.4.2.
    I select Preferences from the main iChat pull down menu. I then select Accounts, and click on the "+" to add a new account. I click in the "Use this account" check box. I select .Mac as the Account Type. In the Description field, I enter "Chance's Account". In the .Mac Name field, I enter my .Mac username and "@mac.com" is automatically appended with no way to delete it. I enter my .Mac password in the Password field.
    I then select Log In to AIM from the main iChat pull down menu, and, instead of simply logging me in as happens with my account (as opposed to my wife's, which is the problem account we;re discussing), I get a pop up menu "AOL Instant Messenger Login" prompting me to enter the password for the account [email protected]
    It doesn't help to delete the "@mac.com" part. It doesn't help to check the "Allow multiple logins for this account" in iChat preferences.
    I am sooooo sick of this!
    - C

  • How to construct polygons from triangles for animations?

    Since there is no way of filling polygons in other devices than those that use the NokiaUI,I need to construct polygons from triangles. Can someone give me a good example of an algorithm for this?
    My product contains 10 hypnotic screensavers. New polygons are constructed from mathematical calculations for each frame in the animations. Would it be possible to construct these polygons from triangles in an automatic
    way and would that be fast enough? You can find more information about my product on my site:
    http://www.mobile-visuals.com/mobilesoftware.php
    The version for Nokia and SE available to download for free on Joiku:
    http://www.joiku.com/?action=products&mode=productDetails&product_id=252
    I want to release it for Motorola and Samsung too.

    One thread for one topic is enough. All responses may please be posted on
    {color:0000ff}http://forum.java.sun.com/thread.jspa?threadID=5243181{color}
    db

  • How to know the disk space -(filled and not filled) in Macbook pro?

    How to know the disk space -(filled and not filled) in Macbook pro? what is the easiest way to know about it? how can i know a % of disk space that is filled in my mac book pro (2012 model MD101)

    Hi ...
    What's taking up disk space >  OSX Tips The Storage Display
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space.

Maybe you are looking for

  • Problem with "Save as Project"

    Hi! I recently saved a song "as project" from the file menu. A folder was created on my desck top with the name of the song but it does not contain a .lso file to load it into Logic Express. The folder does contain another folder with audio files but

  • Mountain Lion crashes

    Hello, After installing Mountain Lion, my iMac keeps restarting during boot sequence. I have a 27-inch, late 2009 iMac, 2.66 GHz Intel Core i5, 4 GB 1067 MHz DDR3, ATI Radeon HD 4850 512 MB. It restarts for 2 or 3 times, and after that, everything go

  • Elements 7 & Camera Raw 4.6/CS3 - won't open

    Here's my dilemna: 1 - click on a RAW/CR2 image file in PSE7 2 - click on Edit --> Edit with Photoshop 3 - File opens in Photoshop as a CR2 file with an "-edited-1" suffix added to the file name (still in CR2 format). PSE5 Used to open the CR2 file i

  • Interactive Reporting Dashboard Template

    Hi All, As part of next assignment we would like to develop Interactive Reporting Dashboards. I'm very new to Interactive Reporting. I'm looking for Template which gives an idea how to gather the Requirements for Interactive Reporting Dashboards.. Co

  • My Skype number already being used.

    I purchased a Skype number in New Zealand and rang it - it is used by a business.  What do I do.