Lost VB Programmer needs help

Hi,
I have created a JFrame with a JSplitPane and placed a JTree in the left side of the SplitPane. I made a class that populates the tree with a tree of options. When the user clicks the tree I want he right pane to change. The treemenu was an event listner that is working fine.
The problem is the left pane is in a separate .java file called TreeMenu. On the JFrame I simply create a new instance of it and it populates the tree for me.
As a VB programmer I would declare my TreeMenu to have an event such as MenuChanged("Selected Help"). The JFrame would see the message and call the right pane to update.
How do I do this in Java? My problem occurs when I move code out to a separate class. If everything was done frm the one frame then I would be fine, but i want to modularise the application.
Please help.
Aaran

Here's a bit of code that may help you with your modularity issues.
File: Switchboard.java
interface Switchboard {
    void operator(TreeData identity);
}File: CallMaker.java
import java.awt.event.*;
public class CallMaker implements TreeSelectionListener {
    private TreeData identity;
    private Switchboard destination;
    CallMaker( TreeData id, Switchboard swbd ) {
        identity = id;
        destination = swbd;
    public void valueChanged( TreeSelectionEvent e ) {
        destination.operator( identity );
}For what you're trying to do I would suggest the following:
1)Declare the Tree Populator to implement the Switchboard interface.
2)put the code that populates the table into the operator method, or
simply call the class/method that populates the tree from the
operator method.
3)Use an instance of the CallMaker class as a Listener on your tree.
It should work something like this:
public class PanePopulator implements Switchboard;
//Other code and whatnot...
   public void operator(TreeData td) {
      //Decide how to populate the right pane
      //based on the TreeData.  Call other classes/methods.
}In a separate file...
public class TreeSide {
   JTree tree = new JTree();
   //initialize the tree.
   TreeData treeInfo = new TreeData();
   PanePopulator rightPane = new PanePopulator();
   tree.addTreeSelectionListener(new CallMaker(treeInfo, rightPane));
   treeInfo = (TreeData)theCurrentTreeSelection;
}as long as treeInfo contains the data you need to populate the right pane, you'll be fine.
When a selection is made the CallMaker instance calls: rightPane.operator(treeInfo);
This provides your rightPane instance with the information it needs to populate the rightPane.

Similar Messages

  • Non-Programmer Needs Help!!! (desperately)

    Ok, I want to create games for a virtual world website. I also want the website to be a game itself. Right now, I am working on creating a card game for two players (with the option of playing the computer). They each have 2 decks to draw from and a place for 2 cards to be displayed (their "hand") before they place it on the game board. I don't want their opponent to see the cards in their "hand" until they are placed on the game board. When a player has two cards in his hand, I want them to have the capability of enlarging the image of the card to full size in a pop-up type window, so they can calculate their strategy. The game itself is similar to the popular battle card games, so regular playing card games don't help me. I want the image of the card to be displayed on the game board either right side up or upside down depending upon the button pushed by the player. I want each player to play 1 card from one pile (blue-50 cards total) and 4 cards from the other pile (red-200 cards total). They can only draw 1 blue card, and 1 red card on their first turn. After that, they can only draw 1 red card per turn, until they have drawn 4 red cards total. The total number of cards each player can have on the game board is 5 cards, then the round ends. Each deck has the same cards but shuffled in random order. The decks can't be stacked the same, for each player. Each card has a certain value. The card from the blue pile is the main card that the cards from the red pile will add to or subtract from. If the match between the opponents is tied, no score is given to either player, but the cards from both players to go to the corresponding "tie" piles (one red and one blue) that will be randomly distributed by the computer, once each player has exhausted their own decks first. The tie piles are used at the end of the game to play the final round or rounds of the game. After each round, the victor of that round gets the points on his opponents cards, plus 1000 points for winning the round. I want the cards to just "disappear" or placed in the computer's "discard" pile after each round, so they cannot be used again. I want each player to have a turn being first at the beginning or each round. (If player 1 is first in round 1, player 2 will go first in round 2 and so on.) I want the scores for each card to be calculated and placed in a box according to which player the cards belong to. Once the round is ended, the victor will receive the final score in their "total score" box. I also want a "round number" box to indicate which round it is. No winner will be declared until the players use all their cards and/or the computer deals all the tie deck cards (which are shuffled before dealing). At the end of the game, the person with the highest score is the winner.
    I also would like to allow players to challenge each other and accept or decline a challenge. In order to do that, the players must login first. There must also be a list of available players to challenge.
    Is there a program that not only builds the user interface, but also will allow me to insert my graphics? Kind of like WYSIWYG HTML builders? (Preferably FREE) I have a gui builder, but have no clue as to how to put in the graphics or get it to work. I don't have any connections to the programming world, nor am I able to return to school at this time. The programs that Sun offers are not adequate for me, because I need to be able to install it, and run it without going through the "msdos classpath" thingy. I need a "wizard" type program that is truly for "dummies." Something that I can just put in my images and tell it what I want it to do IN PLAIN ENGLISH. For instance, if I want the "login button" to save the login information to a file and/or to the game. The players can have their same login info stored in a file, and they can return without creating a new name. The website service I want to place this on, doesn't allow chmoding for CGI, so I can't use that. Another example, if I want each card to have a differnt point level and either subtract from or add to the blue. Or how to get the pop-up for the card displayed in the player's hand. I don't know what else to do. Any suggestions?

    <blockquote>
    The programs that Sun offers are not adequate for me, because I need to be able to install it, and run it without going through the "msdos classpath" thingy. I need a "wizard" type program that is truly for "dummies." Something that I can just put in my images and tell it what I want it to do IN PLAIN ENGLISH. For instance, if I want the "login button" to save the login information to a file and/or to the game. The players can have their same login info stored in a file, and they can return without creating a new name. The website service I want to place this on, doesn't allow chmoding for CGI, so I can't use that.
    </blockquote>
    This is a surely a joke. You honestly expect to get this for free. Even for an experienced programmer, to write 3/4 decent games - configure them to your network and meet these conditions. You're talking BIG or big-ish project here. As per your request, there is no such thing as point and click programming and there never ever will be.
    Use Macromedia Director. Closest thing you'll get to
    WYSIWYG programming. It's for simpletons and
    non-programmers.Ah, noooo. The shockwave games have been programmed in Lingo, which is quite powerful and much harder as a programming language than java (its also outdated, has some nasty featured and its a definite falling star). Flash gets a bit nearer with a point and click effort and you can do a surprising amount without knowing about programming, also as a media for the Internet its better supported than Shockwave and even java for the Web. But for any sort of worthwhile game need sprogramming knowledge.
    To conclude:
    you don't want to learn to program.
    noone is going to do this for you.
    You're a bit f***ed then aren't you.
    On a brighter note, if you pay me ?1,000.00 (half in advance), I'll think about it - solution in java or Flash, 3 games, ?1,500.00 for both. I can take it or leave it btw, couldn't give a sh*t either way.

  • HT4436 My mom has lost her iphone - need help finding it

    My Mom has lost her iphone, and I think she had the "find my iphone" turned on, but I can't seem to get an icloud account set up for her. Help!

    If she had 'Find my iPhone' turned on she must have an iCloud account; you would need to sign into that at http://icloud.com and go to the 'Find My iPhone' page.
    If she doesn't know what the ID is, go to http://appleid.apple.com and click 'Find your Apple ID'.
    If she knows the ID but doesn't know the password, go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com; click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'.

  • Beginner Programmer needs help...

    I just have a quick question regarding the get(MINUTE) function in the Calendar class. I am using this to display the current time on a webpage, and every thing seems to work fine except that if the current time has the minutes < 10 (ie, 2:04 or 8:09, etc.) then only that single integer is displayed (2:4, 8:9). I understand why this is happening, but I was wondering if there is a simple way to add a leadign '0' to this int. Here is that section of code...
    int hour = cal.get(Calendar.HOUR);
    int minute = cal.get(Calendar.MINUTE);
    String ampm = (cal.get(Calendar.AM_PM) == 0 ? "AM" : "PM");
    %>
    <p class="body"> Hello <b><%= res.getString("fname") %> <%= res.getString("lname") %></b>.
    It is <b><%= hour+":"+minute+" "+ampm+" on "+mo+"/"+dt+"/"+yr %></b>.</p>
    This page is in JSP. Thanks a lot for the help!

    Replace minute with this. It should format it with a leading zero if needed
    new DecimalFormat("00").format(minute)

  • Beginning Programmer needs help - JSP and databases?

    1. I have never used JSP before, but have been given an assignment to create a webpage to query a database. The database is in Access. Does anyone have a snipet of code in JSP that will query an MS Access database. Is there a function that I can use and pass it an SQL (select statement) and have it return a list of results.
    -OR-
    If there is a way for JSP to transform the MS Access database into a text file that would be good also.
    2. Has anyone created a search functionaly using JSP (or know of a tool) that can search documents, PDF files, HTML files, etc.
    Thank you for any help!

    hi , there is no big deal in JSPs, Servlets, EJBs e.t.c its olnly a matter of committing time and getting urself familar and in areas where you have problems this forum is a nice place for you to share all what u have.
    to start with i will give you some sites where you can start learning jsps, servlets, ejbs and the rest.
    1) http://java.sun.com/j2ee -> look for JSPs , Servlets, EJB, JavaBeans e.t.c
    2) http://www.jspinsider.com
    3) http://www.coreservlets.com
    4) http://www.jakarta.apache.com (download tomcat for your container)
    for databases u can use this code snippet but u will have to read more about databases to be able to chagne some things in this snipper such as your database username, password , url and the rest.
         <%@page import="java.sql.*" %>
         try
            Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
            Connection con = DriverManager.getConnection ("jdbc:odbc:test_dsn", "sa", "");
         Statement stat = con.createStatement ();
         ResultSet res = stat.executeQuery("select * from authors");
         while (res.next())
              //process the results of this query
         catch (Exception e)
            //process this also
    %>
    You will need to become farmilar with the java programming language and also database conventions so you have a proper understanding.
    study those db codes and modify to suit your needs.
    buzz on me in case you are stuck.
    Regards

  • C++ programmer  needs help in Java.

    Greetings, I am new to Java after programming in C++ and am having a few troubles finding parallels to a few essential operations, such as:
    What are the Java equivalents to cout, cin and getch()?
    Or simply, how do you do output, get input from the user, and pause execution?
    Thank you all for any help you can offer.
    Dagkhi

    Look over this group of threads that a search of the Forum using "system.in" listed:
    http://search.java.sun.com/search/java/index.jsp?col=javaforums&qp=%2Bforum%3A54&qt=system.in&x=14&y=6

  • EXHAUSTED PROGRAMMER NEEDS HELP!!!

    I have no idea why my program runs so darn slow. It runs at a snail's pace on the unix machines I'm running on. I'm developing on a Windows box using IntelliJ IDEA and text-transfering my files to the unix machines to compile and run. I'm runing on a data set of around 30MB distributed in 40 files. I am so tired of looking for the problem. Others have done the same program and their's works in 5 minutes or less. Mine is taking around 2 hours!!! Please, if you have a clue and a heart, help me! Code below.
    //* Parser skeleton for processing item-???.xml files. Must be compiled in
    JDK 1.4 or above. */
    /* Instructions:
    This program processes all files passed on the command line (to parse
    an entire diectory, type "java MyParser myFiles/*.xml" at the shell).
    At the point noted below, an individual XML file has been parsed into a
    DOM Document node. You should fill in code to process the node. Some auxiliary methods have been written for you. You may find them
    useful.
    Modified by:
    Will
    import java.io.*;
    import java.text.*;
    import java.util.*;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.FactoryConfigurationError;
    import javax.xml.parsers.ParserConfigurationException;
    import org.w3c.dom.*;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import org.xml.sax.ErrorHandler;
    /* Process one items-???.xml file. */
        static void processFile(File xmlFile) {
            Document doc = null;
            try {
                doc = builder.parse(xmlFile);
            catch (IOException e) {
                e.printStackTrace();
                System.exit(3);
            catch (SAXException e) {
                System.out.println("Parsing error on file " + xmlFile);
                System.out.println("  (not supposed to happen with supplied XML files)");
                e.printStackTrace();
                System.exit(3);
            /* At this point 'doc' contains a DOM representation of an 'Items' XML
            * file. Use doc.getDocumentElement() to get the root Element. */
            System.out.println("Successfully parsed - " + xmlFile);
            /*Open the output files for each relation****************************/
            PrintWriter itemsFile = null, usersFile = null,
                    bidsFile = null, categoriesFile = null;
            /*Open files for writing each of the txt files******************/
            try{
                itemsFile = new PrintWriter(new BufferedOutputStream(new FileOutputStream("Items.dat", true)), true);
                usersFile = new PrintWriter(new BufferedOutputStream(new FileOutputStream("Users.dat", true)), true);
                bidsFile = new PrintWriter(new BufferedOutputStream(new FileOutputStream("Bids.dat", true)), true);
                categoriesFile = new PrintWriter(new BufferedOutputStream(new FileOutputStream("Categories.dat", true)), true);
            }catch(FileNotFoundException e){
                System.out.println("Error trying to open an output file: " + e.getMessage());
                System.exit(0);
            /*Parse content for each relation in turn********************/
            //Write to the Items.txt file
            NodeList itemNodes = doc.getDocumentElement().getElementsByTagName("Item");
            String itemID = null;
            Element[] categories = null;
            NodeList bids = null;
            NodeList eBid = null;
            NodeList bidders = null;
            Element tempElement = null;
            Element itemElement = null;
            Element thisBid = null;
            for(int i=0; i<itemNodes.getLength(); i++){
                //Get the item Element for this iteration
                itemElement = (Element)itemNodes.item(i);
                /*Write out ItemID**************************************/
                itemID = itemElement.getAttribute("ItemID");
                itemsFile.print(itemID + colSep);
                /*Write out Name****************************************/
                itemsFile.print(getElementTextByTagNameNR(itemElement, "Name")+ colSep);
                /*Write out the Currently element***********************/
                itemsFile.print(strip(getElementTextByTagNameNR(itemElement, "Currently")));
                itemsFile.print(colSep);
                /*Write out the Buy_Price element, if it exists*********/
                Element checkNode = null;
                if( (checkNode = (getElementByTagNameNR(itemElement, "Buy_Price"))) != null){
                    itemsFile.print(strip(checkNode.getFirstChild().getNodeValue()));
                itemsFile.print(colSep);
                /*Add the First_Bid element*****************************/
                itemsFile.print(strip(getElementTextByTagNameNR(itemElement, "First_Bid")) + colSep);
                /*Now iterate over the next three elements, adding them in turn*/
                for(int j=0; j<itemTags.length;j++){
                    itemsFile.print(getElementTextByTagNameNR(itemElement, itemTags[j]));
                    itemsFile.print(colSep);
                /*Add the SellerID**************************************/
                itemsFile.print(getElementByTagNameNR(itemElement, "Seller").getAttribute("UserID")
                        + colSep);
                /*Finally, add the description.  Truncate, if necessary*/
                String description = new String();
                description = getElementTextByTagNameNR(itemElement, "Description");
                itemsFile.print(description.substring(0, Math.min(4000, description.length())) + colSep);
                itemsFile.println();
                /*Locate all of the Categories******************************/
                categories = getElementsByTagNameNR(itemElement, "Category");
                /*For every category in this item, write a ItemID-Category pair*/
                for(int j=0; j<categories.length; j++){
                    categoriesFile.print(itemID + colSep);
                    categoriesFile.println(categories[j].getFirstChild().getNodeValue() + colSep);
                if( (bids = itemElement.getElementsByTagName("Bid")) != null){
                    /*Go through the bids, writing the info***********/
                    for(int j=0; j<bids.getLength(); j++){
                        thisBid = (Element)bids.item(j);
                        bidsFile.print(getElementByTagNameNR(thisBid, "Bidder").getAttribute("UserID") + colSep);
                        bidsFile.print(itemID + colSep);
                        bidsFile.print(getElementTextByTagNameNR(thisBid, "Time") + colSep);
                        bidsFile.println(strip(getElementTextByTagNameNR(thisBid, "Amount"))
                                + colSep);
                /*write out userid and rating from any and all bidder nodes*/
                if( (bidders = itemElement.getElementsByTagName("Bidder")) != null){
                    for(int j=0; j<bidders.getLength(); j++){
                        usersFile.print(bidders.item(j).getAttributes().getNamedItem("UserID").getNodeValue() + colSep);
                        usersFile.print(bidders.item(j).getAttributes().getNamedItem("Rating").getNodeValue() + colSep);
                        //If there's a location node, write it
                        if( (getElementByTagNameNR((Element)bidders.item(j), "Location")) != null){
                            usersFile.print(getElementTextByTagNameNR((Element)bidders.item(j), "Location"));
                        usersFile.print(colSep);
                        //If there's a country node, write it
                        if( (getElementByTagNameNR((Element)bidders.item(j), "Country")) != null){
                            usersFile.print(getElementTextByTagNameNR((Element)bidders.item(j), "Country"));
                        usersFile.println(colSep);
                /*Now write out the Seller information*******************/
                usersFile.print(getElementByTagNameNR(itemElement, "Seller").getAttribute("UserID") + colSep);
                usersFile.print(getElementByTagNameNR(itemElement, "Seller").getAttribute("Rating") + colSep);
                usersFile.print(getElementTextByTagNameNR(itemElement, "Location") + colSep);
                usersFile.print(getElementTextByTagNameNR(itemElement, "Country") + colSep);
                usersFile.println();
            itemsFile.close();
            usersFile.close();
            bidsFile.close();
            categoriesFile.close();
        }

    The processing of the DOM is not the problem. Others
    use the same code for the DOM and their's work in a
    small fraction of the time. I am really stumped on
    this one. I've never used a profiler.If you insist that the DOM processing is not the problem then you are going to have to learn to use a profiler.

  • Money lost... need help

    UGH! Really, Sony? Right when I want to buy something on PSN?I bought a $50 PSN card at gamestop. Got home, put it on my Account, transfered it to my Sub Account, threw it away as soon as the money was added, bought a $20 GTA Shark card on that account. Later, I bought From Dust for $15, I only spent $35 total of the $50 on that card. I should have $15 left, but I have $0. I want to buy the newest Advanced Warfare DLC, but my hype was brought to an abrupt end when I got the notification saying that I don't have enough funds. The headache is real. Any ideas on how I can re-acquire the money?. 

    Ring customer support and they'll help you out.

  • Newbie Java programmer needs help

    Everytime I go to run my program, I get the error
    "the class welcome.Welcome does not exist" and it's right, there is no such thing, nor will there ever be. There is a Welcome.class though, but it doesn't want to see it. Is there some setting I'm missing(i'm using Borland JBuilder 5 Personal) or is my code wrong. Here it is though, please help!
    import javax.swing.JOptionPane;
    public class Welcome
    public static void main( String args[] )
    JOptionPane.showMessageDialog(
    null, "Welcome to Java Programming" );
    System.exit( 0 );
    }

    Your code compiled and ran perfect on my machine.
    Your problem lays in either:
    1) your WYSIWYG (JBuilder or whatever)
    2) your class path
    I may be wrong. I have never used this program that you are talking about. but it seems to me that if you were able to get this program(IDE) running in the first place it should aready have some kind of JRE installed.
    You may wan't to just download the newest JDK if you don't already have it. Or try to locate the path for the command named "java" and try it like this:
    C:\whatever\path\it\is\java Welcome
    while in the same directory of the Welcome class.
    Hope this helps,
    Ian

  • Lost and I need help or point in right direction

    Trying to parse an xml file pass a String[] to my bean and have the jsp display the String. User clicks button get the next String in the array.
    All I keep getting is InstantionException when I run it.
    Code that parses and passes String to bean:
      new parseData(xmlFile);// parse it
      DataBean bean = new DataBean(questionText);// pass String[] to bean
      bean.setQuestionText(1);// set the first String               
      String cmd = null;
      try{
          cmd = "rundll32 url.dll,FileProtocolHandler           http://localhost:8080/mywebapp/index.jsp";
          Process p = Runtime.getRuntime().exec(cmd);
      } catch(Exception e ){}The DataBean:
    package webapp;
    import java.beans.*;
    import javax.swing.*;
    public class DataBean extends Object implements java.io.Serializable {
        private String buttonText;
        private String[] questionText;
        private String question;
        /** Creates new DataBean */
        public DataBean(String[] questionText) {
            this.questionText = questionText;
            System.out.println( getQuestionText() + " <<<< " );
      // setter methods for questions and answers 
        public void setQuestionText(int quesNumber){
            this.question = questionText[quesNumber];
        public String getQuestionText(){
            return question;
      }And finally the jsp page
    <%@ page contentType="text/html"%>
    <html>
    <head><title>Select Survey to Load Page</title></head>
    <body>
    <jsp:useBean id='dataBean' scope='session' class='webapp.DataBean'/>
    <jsp:setProperty name='dataBean' property='question'/>
    <div align="center">
    <%int j = 0;%>
    <p><Font color = "white" size="5"><%=dataBean.getQuestionText()%>></Font></p>?
    <form><input type="button"onclick="<%j++; dataBean.setQuestionText(j);%>window.reset()" value='Click me!'</form>
    </body>
    </html>

    can you post the original error and stack trace?

  • Immature Java Programmer needs help...

    I do not want to generate html code inside my java code, rather open a html page by referencing it in my java code to see it in the browser. For example, here is my code:
    package mrpt;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Login extends HttpServlet
         public void doGet(HttpServletRequest request, HttpServletResponse response)
         throws ServletException, IOException
              response.setContentType ("text/html");
              PrintWriter out = response.getWriter ();
              response.sendRedirect ("http://localhost:8080/Login.htm");
    The code compiles but when I open it in the browser (.\servlet\mrpt.Login) I get an error page "HTTP Status 500 -". I'm using the Tomcat Apache server. I have my html in the root directory and my .java and .class in the .\webapps\ROOT\WEB-INF\classes\mrpt. Can this be done? Is my code correct?

    I do not want to generate html code inside my java
    code, rather open a html page by referencing it in my
    java code to see it in the browser. For example, here
    is my code:
    package mrpt;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Login extends HttpServlet
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
         throws ServletException, IOException
    I don't think this is right. try leaving it out ---          response.setContentType ("text/html");
              PrintWriter out = response.getWriter (); response.sendRedirect
    t ("http://localhost:8080/Login.htm");
    The code compiles but when I open it in the browser
    (.\servlet\mrpt.Login) I get an error page "HTTP
    Status 500 -". I'm using the Tomcat Apache server. I
    have my html in the root directory and my .java and
    .class in the .\webapps\ROOT\WEB-INF\classes\mrpt. Can
    this be done? Is my code correct?

  • C++ programmer needs help w/Java :)

    Hey,
    I'm working on a project and I'm supposed to write it in java. So I've been looking around and haven't been able to figure out exactly how input/output works. My main concern is the input function. I know that in C++ we use cin << and fin << to read in data from the command line or a file. How can I translate this to java code? I'm approaching this program as I would with a c++ program so I probably won't understand if you use html source code in your reply...yes engineers can be dumb...I'm living proof. Or if you could explain how I/O works in java I would apprecitate that as well.
    Thanks,
    Mayo

    I was wrong above. here is the way below.
    I don't know what I was thinkin earlier,
    well you know what you said engineers.:-)
    If there is any questions about the below
    code please feel free to ask.
    import java.io.*;
    public class ReadKeys
         public static void main(String args[])
            BufferedReader bread;
              try {
            bread = new BufferedReader(new InputStreamReader(System.in));
            String str;
            while( (str = bread.readLine()) != null  ) {
              System.out.println(str);
           }catch(IOException io) { }
    }

  • I need help with a backup file that was deleted and now undeleted from my hard drive

    Last month (May 6, 2011), I was updating my iPod Touch 4G with the new software that came out. I always make a backup of my iPod's data before I update it. While my iPod was updating I left my iPod and computer alone and was doing things around the house with my mom. And when I was done I went in my room to see if it was done and my computer decides that it was going to freeze and crash on me (with my iPod plugged in and stuck on the updating or verifying software mode.) I managed to get my iPod back to working condition again but losing everything on my iPod. I formatted my computer hard drive but I managed to get back the backup I lost. I need help on getting the backup into iTunes so I can get my data back. I am not Jailbroken and I plan not to Jailbreak. I however saved the backup file in a folder other than the Mobilesync folder. I am also running on Windows XP. Someone please help me and thank you in advance!

    I was able to backup my iPod and I tried to restore my iPod again and it goes through the process and everything but it restores the temporary data that I had on there. It didn't restore application data or the current photos and videos that I had saved in Camera Roll before this all had happened. It is almost like it goes back to factory settings but I have some photos that were saved on the other backup that I was temporarily running on. The backup that I am looking to restore is the only backup file in the Mobilesync folder as of right now the others are saved somewhere safe for right now. Why doesn't it restore my application data or my Camera Roll pictures and videos that I saved before my computer crashed last month? Can this problem be fixed?

  • Third party app. The vault anyone loose all their information and cant retrieve it? Need help lost all my info.

    Third party app The vault anyone loose all their information and cant retrieve it? Need help lost all my info.

    Contact the developer of the app.
    Restore from your backup.

  • Please i need help very urgent !!! after deleting my exchange account because the company changed the password , I lost 150 200 contacts and i need to get them back very soon ! please help

    Please i need help very urgent !!! after deleting my exchange account because the company changed the password , I lost 150 200 contacts and i need to get them back very soon !  i never backed up on itunes ..please help

    No. The contacts are "owned" by the Exchange server.
    The Exchange server is owned by the company.
    Everything on the Exchange server is owned by the company.
    If you quit or were terminated, and your access to the system has been revoked, then there is nothing you and do at this point. Once you deleted the account from your phone, all of the associated data was deleted.
    NEVER store personal information on company systems.

Maybe you are looking for

  • IHC internal payment order error

    Hello, Need you help. When i am trying post IHC internal payment order, its not getting posted. when i see the log,its says only : payment order XXXXXX not posted. Error message is IHC298. Request you to please help to solve this Issue. Thanks in adv

  • Exchange 2010 /hosting shared mailbox issue

    Hello everyone. I had an issue come up in our Exchange 2010 with /hosting switch deployment (currently at SP2). We have several organizations and shared mailboxes configured and working on some. We add Full access permissions via Powershell + Send as

  • Javascript error in detailed navigation

    Hi all I have workset inside workset, so it looks like folder in the detailed navigation. One of my users is try access this folder on his computers but get a javascript error. He can see the other iViews on the root folder, but when he tries to ente

  • Add content from File System Repository in Web Page Composer developed page

    Hello, I want to use content from the File System Repository in Web Page Composer rather than uploading it again and again in Site Content folder. I see use of Entry Point for this but not sure how to use it and point to File System properly. regards

  • Won't restart after installing Mavericks update

    i have a Mac Mini that's about 1.5 years old.  I ran time machine and downloaded Maverick and installed it.  It went to restart and never came back on.  Any ideas?