Question with updating JTree Display

Hello all,
I have a question about how to change what a JTree is displaying. Currently I have classes called ElementTreeFrame, ElementTree, ElementTreeModel, and, of course, Element. The ElementTreeFrame is simply the frame where I store a ElementTree, it has 2 buttons (JButtons at the bottom) Add and Open. I am trying to Dynamically add an Element to my ElementTree.
The Element class has a Vector in it, called childElements. When the user clicks Add, a new Element is added to the Vector. Let me explain a bit further. The element that is currently selected is returned via
parentElem = (Element)parentPath.getLastPathComponent();
Then a new Element is added by saying
parent.childElements.insertElementAt(child, parent.getChildCount());
which is code the Vector class provides. parent.getChildCount() simply returns the number of children present so that the child (the new Element being added) can be inserted in the right place.
Here is my problem. When I first add an Element, it works fine. As a matter of fact, I can add as many Elements as I want and it will work fine. That is, until I manually expand the tree. When an Element is added, the tree doesn't expand. So I can add as many as I want, and it will work fine. The instant I coudlbe click on my Element to expand the tree, I can no longer insert a new Element. Technically, it gets inserted correctly, I know this because getChildCount remains correct, but the display is no longer correct. The line that extends from the folder to the new leaf is broken.
I need to find a way to refresh my tree display. I am at a complete loss on how to do this. I have read about firingTreeNodesInserted or using reload, or a bunch of other methods but I am confused due to an overload of different methods.
Can anyone tell me what my train of thought should be to do this? I'd just like a simple way for the nodes to be displayed correctly.
Thank you so much,
Nick

Neverrmind, I figured it out. A call to to eTree.updateUI() handled it just nice.
Thanks to myself, for being so hot.

Similar Messages

  • Need help with updateing a JTree

    I have a JList, and JTree which mimic each other. User makes selection in list presses OK and in the JTree I need the node that matches their selection to update and have child nodes under it. Can't seem to get it working right.
    right now I have this:
    Logic Trail
      item one
      item two
      item three
      item four
    after update I need this
    Logic Trail
      item one
         testing
      item two
      item three
      item four
    // in the GUI
    // pass the selected int to the method in class TreePanel
    treePanel.updateTree( questionList.getSelectedIndex());
    // here is the TreePanel class
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.tree.DefaultTreeModel;
    import javax.swing.tree.DefaultMutableTreeNode;
    public class TreePanel extends javax.swing.JPanel {
      private String[] questions;
      DefaultTreeModel treeModel;
      DefaultMutableTreeNode root;
        public TreePanel(String[] questions) {
        this.questions = questions;
        root = new DefaultMutableTreeNode("Logic Trail");
        treeModel = new DefaultTreeModel(root);
        initComponents ();
      private void initComponents () {
      jScrollPane1 = new javax.swing.JScrollPane ();
      logicTree = new JTree(treeModel);
      setLayout (new java.awt.BorderLayout ());
        jScrollPane1.setViewportView (logicTree);
      add (jScrollPane1, java.awt.BorderLayout.CENTER);
    // method to update JTree, when user selects accept tree will update with new logic path
    public void updateTree(int selectedNode){
      DefaultMutableTreeNode newNode = new DefaultMutableTreeNode( treeModel.getChild(root, selectedNode));
      logicTree.setSelectionRow(selectedNode);
      DefaultMutableTreeNode logicNode = new DefaultMutableTreeNode( logicTree.getSelectionPath() );
      DefaultMutableTreeNode testNode = new DefaultMutableTreeNode(" testing" );
      treeModel.insertNodeInto(testNode, logicNode, 0);
      treeModel.reload();
    public void createTree(){
      for( int i = 0; i < questions.length; i++ ){
      DefaultMutableTreeNode questionNode = new DefaultMutableTreeNode( questions[i] );
      treeModel.insertNodeInto(questionNode, root, i );
    treeModel.reload();
    // Variables declaration - do not modify
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JTree logicTree;
    // End of variables declaration
    }

    Thanks for nothing

  • I have recently update to the OS Maverik and I use a projector with a mini display port adaptor to my MacBook Air, ever since the only thing that projects is my desktop picture.  I cannot get it to project my school work that I need to teach my students.

    I have recently update to the OS Maverik and I use a projector with a mini display port adaptor to my MacBook Air, ever since the only thing that projects is my desktop picture.  I cannot get it to project my school work that I need to teach my students. Help!

    Hi Becki514,
    Welcome to the Support Communities!
    The following articles may help you with your projector issue:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Apple Mini DisplayPort adapters: Frequently asked questions (FAQ)
    http://support.apple.com/kb/ht3382
    Mac notebooks: How to use your computer in closed clamshell (display closed) mode with an external display
    http://support.apple.com/kb/ht3131
    I hope this information helps ....
    Have a great day!
    - Judy

  • I am going to buy a mac mini i7 with 3 thunderbolt displays for forex trading. the question is if i use bootcamp and run windows on the mac mini will the displays still run the same way as if i was running it on Lion?

    I am going to buy a mac mini i7 with 3 thunderbolt displays for forex trading. the question is if i use bootcamp and run windows on the mac mini will the displays still run the same way as if i was running it on Lion?

    No idea if Windows will do it, but you can run Windows without Bootcamp & have OSX available at the same time, which should give you all the Monitors that OSX uses.
    Parallels...
    http://www.parallels.com/
    VmWare Fusion...
    http://www.vmware.com/mac

  • Daily I receive a question for updating my Firefox (s.6.17 MacOs), but when I agree the result is Or no contact with the update-server

    Daily I receive a message for updating my Firefox (3.6.17 MacOs 10.6.8) but when I agree, it takes quite a long time and then OR a message: no contact with the update-server OR something like: Sorry we cannot find xxxxx(?!).
    QUESTION: HOW TO UPDATE?
    [By the way: what about version 8.0! Is that perhaps for mobile-systems?
    With regards, Jan Stevens.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • TS1424 itunes purchase security questions & answers reset and answered correctly.  Can not log in with updated answers which state one or both are incorrect.

    Can anyone help with this situation?
    itunes purchase security questions & answers reset and answered correctly.  Can not log in with updated answers which state one or both are incorrect.

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94948)

  • Hi Everyone,  I am using iPhone5, my question in how to display name and contact number both stored for incoming and outgoing calls? If I have saved five different numbers with a same name, how do I recognise that from which number caller is calling?

    Hi Everyone,  I am using iPhone5, my question in how to display name and contact number both stored for incoming and outgoing calls? If I have saved five different numbers with a same name, how do I recognise that from which number caller is calling?

    I have friends all over Europe, does it matter what number they use to call me? Nope! All incoming calls are free for me.
    The only time you ever have to worry about which number is if you get charged for incoming domestic/international calls.
    You can tag their number (work/home/iphone) and that may show on the CallerID accordingly.
    It should show, John Doe
    underneath,    work/home/mobile
    For example:
    http://shawnblanc.net/images/img-0009-1.png

  • Hi, since my update to OSX Yosemite, I have problems opening DW and AI CS6. A message with update to old Java SE-6 is displayed? How can I solve this problem? Thanks

    Hi,since my update to OSX Yosemite,I have problems opening DW and AI CS6. A message with update to old Java SE-6 is displayed?Thx

    You need to install Java SE 6 to run those programs. There has been quite a bit of discussion here about that. Something at one of these links should get you going...
    Prompted to install Java SE 6 Runtime | Mac OS 10.9
    Dreamweaver and Java SE 6 Runtime problem on MAC Mountain Lion OSX

  • Problems with updating display driver

    Hi! I have a problem: I'm using Premiere Elemets 9 and I need to update the display driver. But when I try, it says: "The update server is not responding.The server might be offline temporarily, or the Internet of firewall settings may be incorrect. Please try again".
    And I try againg and it's the same. What can I do? I need to do it in order to continue editing!!!!!!
    Do I need to unistall and install Premiere Elements 9 again?

    Try doing a manual update, to work around/past your security/firewall/antivirus settings
    Premiere Elements Updates http://www.adobe.com/support/downloads/product.jsp?product=101&platform=Windows
    Use Google to find the update site for your exact brand/model of card... such as searching for
    ati 4650 driver update
    or
    nvidia gtx 460 driver update

  • There are multiple users with the same display name

    Hi,
    We have a user and when she get an item assigned to her she sees the following alert:
    "There are multiple users with the same display name USERNAME and at least one of them does not have read permissions to some of the files"
    Now I looked in the database and when I run the following query with the username:
     SELECT     
         [ProviderDisplayName]  
        ,[DisplayName]  
        ,[HasDisplayName]  
        ,[Domain]  
        ,[AccountName]  
        ,[UniqueUserId]  
        ,[LastSync]  
      FROM [Tfs_Configuration].[dbo].[tbl_Identity] where displayname like '%USERNAME%'  
    Then I get 2 same usernames back, How can I get rid of one of them ? When I access TFS trough the portal I only find 1 occurence of this user.
    We use VS2013 and TFS2013 update 4
    Best regards

    Hi DSW,  
    Thanks for your post.
    In your query result, please check if these two users have the same Account Name. if they are two different Account Name in result, it indicate there’s two users have the same display name in your AD, please check that two users’ information in
    your AD. We suggest change one user’s display name in AD.  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I disable the internal display on my MacBook Pro with connected external display?

    I used this metod with the MagSafe power cable connected (see http://osxdaily.com/2012/06/15/yet-another-way-to-turn-off-internal-lcd-display- of-macbook-pro-with-lid-open/).
    Open System Preferences and click “Mission Control”, then click on “Hot Corners”
    Select a hot corner and pull down the menu to select “Put Display to Sleep”
    Now connect the external display to the Mac and move the cursor to the newly created sleep corner to turn off the internal display
    Close the MacBook lid and wait a few seconds before opening the lid again, the internal display should stay off while the external display will be powered on
    This worked great under Mac OS X 10.7.4, but after the last update to 10.7.5 it doesn’t work more. The built-in display turns off really, but a few seconds after opening the lid it lights up again. Do you have any suggestions? Dimming the brightness or clamshell mode is not very useful.
    MacBook Pro 13-inch,
    2,7 GHz Intel Core i7,
    Mac OS X Lion 10.7.5 (11G56)
    Thanks!

    I have the same problem: not able to work with my external display mirroring the internal one - while shutting the internal display off.
    I believe there is an issue with Mac OS X Lion 7.5 that Apple needs to solve, since apparently it does not happen with this version of the OS only...
    https://discussions.apple.com/thread/4315808?start=45&tstart=0
    Or any other way to solve it?
    Mac Book Air, 13-inch Mid 2011
    Mac OS X Lion 10.7.5 11G63
    Thank you!

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • How can I play music on my macbook pro (OSX Lion) through a Pioneer receiver. I've connected them with a mini display port to HDMI cable with audio support bought at the Apple Store, but there's no sound coming through. thanks

    How can I play music on my macbook pro (OSX Lion) through a Pioneer receiver? I've connected them with a mini display port to HDMI cable with audio support bought at the Apple Store, but there's no sound coming through. There are 4 HDMI-in ports on the receiver - BD, DVD, DVR/BDR and audio. In my system preferences for sound, the receiver doesn't show up as an output option. Can anyone please advise. (ps, this is my first time posting a question, so I hope I can find your answers!) thanks, JP downunder

    For sound, try the audio output port and connecting to the RCA  audio input ports on your Pioneer receiver.  Use something like this:
    http://eshop.macsales.com/item/OWC/PODCONNECTOR/
    Ciao.

  • Is there a way to connect an old Sunflower iMac (OSX 10.4.11) to a new Time Capsule?  It used to work with old Airport Extreme with updates thru Snow Leopard but now seems to only allow WEP encryption instead of WPA.

    Is there a way to connect an old Sunflower iMac (OSX 10.4.11) to a new Time Capsule?  It used to work with old Airport Extreme network, run from a intel iMac with updates thru Mavericks but now seems to only allow WEP encryption instead of WPA and can't connect to Time Capsule.  Airport Extreme Base was controllable from either computer up through Snow Leopard (I didn't do any of the Lion upgrades).  Then when I upgraded to Mavericks I lost the ability to use Airport Utility with this hardware on the Sunflower but could still connect wirelessly to network without any problems.  But now with the Time Capsule upgrade the Sunflower is blocked from network by a dialogue that requests ony WEP password, not WPA pwd used by Time Capsule.  Neither can I use the old airport extreme base to extend the time capsule network since I can't input the correct password/encryption approach to join it.  Is there a work around?  Would a newer but old Airport Express be able to extend network to Sunflower?  Or maybe a third party wireless (such as Netgear, Dlink, etc) that has browser type control rather than special utility?
    Another question--before I used MAC addresses to control who could access network.  Now on Time Capsule I don't see anything about this--so is it true now that the only access control is via WPA2 pwd now (which appears to be the encryption pwd and not the time capsule pwd)?

    Is there a way to connect an old Sunflower iMac (OSX 10.4.11) to a new Time Capsule?
    I can’t claim to completely grasp the issue(s) you’re describing, but the underlying problem is presumably your iMac’s obsolete AirPort card. Whatever the case, an obvious (if not particularly helpful) answer to your stated question would be to connect your iMac with an ethernet cable, using powerline adapters as an alternative if you don’t want to have wire running all over the place.
    My still fully functional clamshell iBook, with an original AirPort card, connects wirelessly to my 4th Generation TC network by means of a cheap 802.11b/g/n USB Wi-Fi adapter. This might be an option for you too.
    Another question--before I used MAC addresses to control who could access network.  Now on Time Capsule I don't see anything about this
    When you edit your TC's settings the access controls appear under the Network tab, don't they?

  • W520 External Color Calibrator stopped working with updated Pantone v1.1 software

    Can someone from Lenovo help me with this issue? Lenovo updated the color calibrator software in Aug 2012. They broke an external color calibrator working. L1/2 has been completely unhelpful. I also escalated to customer service with little result except that they say it is not Lenovo software and they do not have to support it! Unacceptable, the software isprovided by Lenovo. Lenovo doc also says an external color calibrator is supported. Lenovo needs to take responsibility for fixing this. Here are the email chains. I really want a refund or someone to ensure this package that Lenovo distributes is fixed!
     Thanks for your help.
      From: Christopher Lang [mailto:christopherlang1] Sent: Wednesday, November 14, 2012 11:34 AM To: 'Kelli' Cc: doris Subject: RE: SF184142 Re: Fw: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High Sensitivity: Private
    You are distributing this software and it is defective. Who do I NEED TO SPEAK TO AT LENOVO TO RESOLVE THIS? I WANT A REFUND ASAP!!!
      From: Christopher Lang [mailto:christopherlang1]  Sent: Wednesday, November 14, 2012 11:25 AM To: 'Kelli' Cc: doris Subject: RE: SF184142 Re: Fw: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High Sensitivity: Private
    Hi Kelli,
    I do not want this case closed and disagree. This is Lenovo provided software and according to Lenovo an external calibrator is supported. I want someone to take responsibility for getting this fixed. Lenovo has provided this software and needs to work with the vendor to ensure it works. Who do I need to speak to in management? I do not appreciate the way support has just shuttled this around and nothing has gotten done.
    Sincerely,
    Christopher
    Lenovo Doc:
      3.0 System requirements =======================  Hardware requirements:  - Must have an embedded or external color sensor - Can be integrated or used with a USB color sensor device.    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/pantone_color_calibrator_v1.1.0.txt
    From: Kelli  Sent: Wednesday, November 14, 2012 11:12 AM To: christopherlang1@ Subject: SF184142 Re: Fw: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Sensitivity: Private
    Mr Lang,
    Please be advised that I have taken this case assigned to Doris. Lenovo is not able help you with this issue, We cannot provide support for a third party product.  The calibrator you are using is supported by X-Rite; any issues with the device need to be addressed by them,
    I am sorry for your frustration however Lenovo has exhausted all means to help with a non-hardware issue. At this time Lenovo is closing this case.
    Kelli Customer Advocate Customer Complaint Resolutions Lenovo US 1009 Think Place, Bldg 2 Morrisville, NC 27560
    Hi Doris,   Got you VM. No, Engineering is not wanting to do their jobs. What they are saying to you makes NO sense. There is even mention of an external calibrator being supported in the Lenovo doc. MANY PEOPLE USE EXTERNAL DISPLAYS AS WELL. Here is the Lenovo doc:   3.0 System requirements ======================= Hardware requirements: - Must have an embedded or external color sensor - Can be integrated or used with a USB color sensor device.   http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/pantone_color_calibrator_v1.1.0.txt      This is really upsetting me!!!!  Can we escalate to higher management?   Thanks,   Christopher  
    Hi Doris,
    Got you VM. No, Engineering is not wanting to do their jobs. What they are saying to you makes NO sense. There is even mention of an external calibrator being supported in the Lenovo doc. MANY PEOPLE USE EXTERNAL DISPLAYS AS WELL. Here is the Lenovo doc:
    3.0 System requirements
    =======================
    Hardware requirements:
    - Must have an embedded or external color sensor
    - Can be integrated or used with a USB color sensor device.
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/pantone_color_calibrator_v1.1.0.txt
    This is really upsetting me!!!!  Can we escalate to higher management?
    Thanks,
    Christopher
    From: Christopher Lang  Sent: Thursday, November 08, 2012 12:19 PM To: 'Doris' Subject: RE: FW: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High
    Hi Doris,
    I have the internal calibrator I purchased with my W520 and also an external calibrator from x-rite. The device is an i1 Display 2. The external calibration is what fails with the updated calibrator software package.
    Thanks,
    Christopher
    From: Doris Sent: Thursday, November 08, 2012 12:13 PM To: Christopher Lang Subject: Re: FW: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High
    Hi Christopher,
     I'm still working wtth L2.
    What exact model of color calibrator device do you have?
    Sincerely,
    Doris Customer Complaint Advocate   Lenovo 
    www.lenovo.com/www.lenovo.com   Print only when necessary    
    "Christopher   Lang" <christopherlang1@>
    11/07/2012   04:22 PM  
       Subject       
       FW:     Error with latest update to Pantone Color Calibrator Software (v1.1) and     Eye one external calibrator - case 184142    
    Hi Doris,    Thanks for your time, re: case 184142. Can we get this package fixed? Jeremy’s response below just makes no sense to me, same as that call center in Atlanta is so problematic. I work in IT and when I phone that call center I really wonder sometimes whether I am even speaking with another IT person on the other end of the line. These are Thinkpad, mines is an expensive one, and I am very upset that this is the level of support I get (especially after upgrading my warranty even!). Please see what you can do. I would also like a manager to speak to DeAndrea at the call center. I am sure the calls are recorded and he was completely out of line and not helpful. Just like now I wonder ‘why did Jeremy even contact me!’ what with the response below.    Please phone me tomorrow as we discussed.    Have a great day!    Thanks,    Christopher      From: Christopher Lang [mailto:christopherlang1@] Sent: Wednesday, November 07, 2012 9:38 AM To: 'Jeremy' Subject: RE: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   Hi Jeremy,    I am really not sure how Doris will help me with this technical issue? I fel like I am getting the run around and I AM.    Thanks,    Christopher      From: Jeremy Sent: Wednesday, November 07, 2012 9:34 AM To: Christopher Lang Subject: RE: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   Chris, I never said to call level one. I literally said "please contact your Customer Service rep". Your customer service rep is the highest level you will get at Lenovo to be able to assist you. He/She is also the same person that got you in touch with me in the first place. I hope this helps. Thank you!
    Jeremy Level 2 Support   Lenovo Systems Experts   Lenovo USA   1009 Think Place   Building 2 - Lab 2P22  
         "Christopher   Lang" <christopherlang1@>
    11/07/2012   09:08 AM  
       To       
       Jeremy   
       Subject       
       RE:     Error with latest update to Pantone Color Calibrator Software (v1.1) and     Eye one external calibrator    
    Hello Jeremy,   Uhhh.. My case was escalated to you now you are telling me to call level one again? WTH?   You know…I just started on a contract with IBM. You know what they give us…Not ‘Thinkpads’ but Toshibas. You ought to think about that.   I expect a phone call ASAP. I have also left a message with customer relations.   Thank you,   Christopher  
        From: Jeremy Sent: Wednesday, November 07, 2012 7:46 AM To: Christopher Lang Subject: RE: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   Chris, This is not my department... please contact your Customer Service rep to get updates. Thank you!
    Jeremy Level 2 Support   Lenovo Systems Experts   Lenovo USA 
    www.Lenovo.com/United   States   Print only when necessary  
    "Christopher   Lang" <christopherlang1@>
    11/06/2012   04:08 PM  
         To       
       Jeremy    cc          Subject       
       RE:     Error with latest update to Pantone Color Calibrator Software (v1.1) and     Eye one external calibrator    
    Hi Jeremy,
    Any update on this package being fixed?
    Thanks,
    Christopher
    From: Christopher Lang [mailto:christopherlang1@] Sent: Thursday, October 25, 2012 12:42 PM To: 'Jeremy' Subject: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator Importance: High
    Started failing when Lenovo updated the package for the w530.
    Token Ring
    Posts: 473 Registered: 03-10-2009
    0
    Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   09-19-201211:39 AM - edited 09-20-201209:10 AM Hi. Can someone have a look at the Pantone 1.1 package. I am using an eye one display calibrator with the updated Pantone software and the calibration does not work. I get an error about an 8 bit image missing (have attached a screenshot). The calibration is not correct and Windows Photoviewer is pink. This was working OK with the v1.0 of the software (no longer on the w520 driver page). The error message is "There was an error loading the specified profile. Please make sure the image has an embedded profile and it is an 8-bit image." This was working fine before the update to v1.1. Thanks
    Re: New Pantone Color Calibrator posted [ Edited ]
    10-21-201202:43 AM - edited 10-21-201202:47 AM This is broken on the w520. The external calibration does not work properly. You get an error about an 8-bit image missing when calibrating. Does anyone have a link to the v1.0 version that DOES WORK? Thanks Why is the support in Atlanta so awful that people keep telling me I need to REIMAGE my machine to repair this IDIOT problem!!!!!
    Re: New Pantone Color Calibrator posted [ Edited ] Options ·         Mark as New ·         Bookmark ·         Subscribe ·           ·         Subscribe to RSS Feed ·           ·         Highlight ·         Print ·         Email to a Friend ·           ·         Report Inappropriate Content 10-21-201205:23 AM - edited 10-21-201205:26 AM
    christopherlang wrote: This is broken on the w520. The external calibration does not work properly. You get an error about an 8-bit image missing when calibrating. Does anyone have a link to the v1.0 version that DOES WORK? Thanks Why is the support in Atlanta so awful that people keep telling me I need to REIMAGE my machine to repair this IDIOT problem!!!!!
    I've uploaded the 1.0 program.: http://www.mediafire.com/?62shz55gl757ahu
      From: Jeremy Sent: Thursday, October 25, 2012 11:24 AM To: christopherlang1 Subject: contact info
    here it is
    Moderator note; full names and full or partial contact details of Lenovo employees / agents edited Forum Rules

    I am getting the runaround!!!
    Hi Doris,
    I just left you a voice mail. One of the reasons I bought this laptop was for 3d photography. If I cannot use an external color calibrator and display then the laptop is not fit for purpose for the reasons I bought it. This software is ONLY available from Lenovo. According to Lenovo’s own doc, and the software’s doc, an external color calibrator is SUPPORTED. Lenovo needs to step to the plate and fix this. Not ME. If Lenovo needs to go to Pantone, or x-rite, then they Need to do that. Lenovo provided software that is not available to the public from x-rite or Pantone, and the software is to support Lenovo provided hardware (least so far as the internal calibrator), this software ALSO supports an external calibrator for use with an external display. The software supports both internal and external, and I would like to use my external display for 3d photography. This needs to be fixed please.
    What are we going to do to resolve this? At his point of the runaround I’ve been getting I would like a complete refund.
    Thanks,
    Christopher
    From: Christopher Lang [mailto:christopherlang1@]
    Sent: Wednesday, November 14, 2012 2:35 PM
    To: 'Kelli'
    Cc: doris
    Subject: RE: SF184142 LENOVO
    PS I hope you are aware Kelli that the Pantone software is not available from Pantone to customers….
    From: Christopher Lang [mailto:christopherlang1]
    Sent: Wednesday, November 14, 2012 2:26 PM
    To: 'Kelli'
    Cc: doris
    Subject: RE: SF184142 LENOVO
    Importance: High
    Hi Kelli,
    As you know the ‘software’ purchase is by virtue of purchasing the laptop with the color calibrator. Are you saying you will refund my cost for the calibrator? I don’t think you quite get how much time I have spent with support with this laptop. I have had multiple issues with the it. The calibrator, failed BT adapter, Sudden Shutdown syndrome (where the machine would just shutoff on its own –well documented in the Lenovo forums and I have at least a dozen emails on this issue) as well as many issues with the Displayport connection and an external 3d display for which I spent months working with Nvidia to resolve. This laptop has wasted a huge amount of my time. The support has been atrocious.
    I would like a refund for 1. The laptop 2. The external color calibrator I cannot use because the software from Lenovo does not work (this package is NOT available from x-rite as well –It is sold to Lenovo). I have a receipt for the color calibrator and would be happy to provide that.
    Thank you,
    Christopher
    From: Kelli
    Sent: Wednesday, November 14, 2012 2:09 PM
    To: Christopher Lang
    Subject: RE: SF184142 LENOVO
    Mr Lang,
    Your request for a refund on the laptop is declined. The machine has had not hardware issues and was purchased in February.  We are willing refund the software only.
    Kelli
    Customer Advocate
    Customer Complaint Resolutions
    Moderator note; full names and full or partial contact details of Lenovo employees / agents edited Forum Rules

Maybe you are looking for

  • Thunderbolt to HDMI adapter not working

    I just purchased a 13 inch macbook air and when I use my thunderbolt to hdmi adapter my Samsung monitor along with my other displays do not recognize my mac.  How can I get my monitors/displays to recognize my device?  Do I need software to get this

  • How do i get my computer to recognize my iphone and download itunes?

    When i plug my iphone up to my laptop it recognizes it but never pulls up itunes and when i take it to the other computer that has itunes already on it that itunes does not recognize it. what do i do?

  • Date format in PL/SQL Procuredure returning SQL Query

    We have parameters (a begin date and end date) that are entered in on a form and then passed as parameters to a report that is displayed using PL/SQL Procedure returning SQL Query. We would like the users to be able to enter the date in the format of

  • Scripting Bookmarks & Hyperlinks in iWorks Pages

    Am I correct in assuming the AppleScript dictionary for iWorks Pages has no hooks for scripting either bookmarks or hyperlinks? Tell me I'm senile, unobservant, need another latte and have missed something obvious... Please. Regards, Bryan

  • Out of gigs on ipod

    I only have 4 pictures on my Ipod and says I that I do not have enough disk space, 28 songs,28 apps.  What can i do to free up space or is there something else in the background?