Have difficulties on linked list...anyone can help???

import java.util.Random;
     class node{
          private int key;
          private node next;
//a constructor that takes in an int x for assigning x to key and next to null
          public node(int x)     {
                    key=x;
                    next=null;
//a method SetKey that takes in an int x that it replaces the value in key with x.
          public void SetKey(int x){key=x;}
//a method GetKey that returns the value in key
          public int GetKey() {return key;}
//a method GetNext that returns the next node
          public node GetNext() {return next;}
//a method SetNExt that takes in a type node NewNode
//and it connects current node to NewNode
          public void SetNext(node NewNode){NewNode.next=NewNode;}
}//end node class
     class singlelist{
     private node list;
     private int NodeSize;
//a constructor that takes in no parameter and it initializes
//the list to null and NodeSize to value 0.
          public singlelist()
               {list = null;
               NodeSize = 0;
//a constructor that takes in an int x for storing x
//onto the firstnode referenced by the list and the NodeSize holds
//a value 1
          public singlelist(int x) {list = new node(x);
                    NodeSize = 1;
//a Method PrintNode that prints all the contents in the list.
          public void PrintNode()
               node cur;
               for(cur=list;cur!=null;cur=cur.GetNext())
               System.out.println("The node is " + cur.GetKey());
//a method JoinNewnNode that takes in an int x
//which places onto a newnode and this node is connected to
//the end of the list. It increase the NodeSize by 1.
          void JoinNewNode(int x){node temp=new node(x);
                    list.SetNext(temp);
                    NodeSize=2;
//a method named AddNewItem that takes in an int x and
//it includes at the beginning of list type node; it reports an error
//otherwise
          void AddNewItem(int x) {
                    node temp = new node(x);
                    if (temp != null) {
                         temp.SetNext(list);
                         list = temp;
                         NodeSize++;}
                    else
                         System.out.println("Unsuccessful to create a node");
//a method RecPrint that takes in no parameter and it
//message a private recursive method RecPrint that takes in an object intlist of type
//node. It prints the last node first till it reaches to the first node. The
//integers are placed horizontally
          public void RecPrint() {
               System.out.println("The integers in the list are : ");
                    RecPrint(list);
               System.out.println(" ");}
          private void RecPrint(node intlist){
               if (intlist!=null){
                    RecPrint(intlist.GetNext());
               System.out.print(" " + intlist.GetKey());
          public void CountEven()
               {System.out.println("Number of evens : " + CountEven(list));
//a recursive method CountEven that takes in countlist of type node
//it returns an int saying number of even; otherwise a value 0
          public int CountEven(node countlist)
          int count;
          if (countlist==null)return 0;
               else
                    count = CountEven(countlist.GetNext());
               if (countlist.GetKey() % 2==0)
                    return (count+1);
               else
                    return count;
//an iterative method Range that takes no value and it prints
//the minimum and maximum int.
          public void Range() {
               int max,min;
               max = min = list.GetKey();
          for (node curptr = list.GetNext(); curptr != null; curptr = curptr.GetNext())
               {if (max < curptr.GetKey()) max = curptr.GetKey();
          if (min > curptr.GetKey()) min = curptr.GetKey();}
          System.out.println(" Max =" + max + "Min =" + min);
//a method to delete the node
          public void DeleteNode(int x) {
               node p = new node(null);
               node cur = list;
          if(cur == null) {
               System.out.println("Error: attempting to delete an empty list!");
          else {
               boolean found = false;
               while (cur != null) {
          if (cur.data == x) {
               found = true;}
          class listapp{
               public static void main(String [] args)
               singlelist linkedlist=new singlelist(30);
               singlelist oddlist = new singlelist();
               Random rand = new Random();
               for(int x=0; x<10; x++)
                    linkedlist.AddNewItem((int)(Math.floor(99*rand.nextFloat() + 2)));
                    linkedlist.PrintNode();
               System.out.println("Total Odd is " + TakeOdd(linkedlist,oddlist));
               oddlist.RecPrint();
               linkedlist.CountEven();
               linkedlist.Range();
//a public static method TakeOdd that takes in two obj or type singllist which
//are slist and oddlist. The slist holds int chained 2gether and oddlist, on exit
//contains odd int from slist. It returns an int identifying total odds     
     public static int TakeOdd(singlelist slist, singlelist oddlist)
     int temp;
     singlelist templist = new singlelist();
     while(slist.ReturnNode() != null)
          {temp=slist.DeleteNode();
     if(temp%2 !=0)     oddlist.AddNewItem(temp);
     templist.AddNewItem(temp);
     for (templist.ReturnNode()!=null; slist.AddNewItem(templist.DeleteNode()));
     return oddlist.GetNodeSize();
}//end singlelist class

there's a lot of code here and you don't even
say what the problem is. one thing that jumps
out thou is your SetNext() method:
public void SetNext(node NewNode){NewNode.next=NewNode;}which i would guess should be:
{next=NewNode;}jonesy (Sun Developer Support)

Similar Messages

  • HT4623 I have lost my YouTube is anyone  can help me?

    Hi, I have lost my YouTube icons is there anyone could help me please?

    Did you look under your bed?  Behind your dresser?
    Seriously, YouTube is not part of the iOS any more.  Download the free YouTube app from the App Store.

  • Hi i don't no if anyone can help me, i have a ipad 1 and have been trying to upgrade it to the latest version and cant find anywhere to do so? on my phone it is in the settings to upgrade, iv been online and looked but cant find any link.

    Hi i don't no if anyone can help me, i have a ipad 1 and have been trying to upgrade it to the latest version and cant find anywhere. on my phone it is in the settings to upgrade, iv been online and looked but cant find any link. can someone send me a link or direct me the right way many thanks.

    Upgrading the iOS "over-the-air" was introduced with iOS 5. If you are currently running an iOS version < 5.0 you can only update through iTunes. Connect your iPad to your PC or Mac. Open iTunes and click on "Check for updates"

  • In Lion, sometimes clicking on close button or tabs doesn't respond as if the buttons aren't there, i have to move the cursor away and move back to make them work again, anyone can help me?

    I'm not sure if anyone had run into this issue. Clicking the same place on the display sevral times will cause the click to stop working. For example, if i open safari and click on the Show Reading List button, it will work the first time i click it, but stop responding to my command as i click more, as if the button is not there, i have to move away the cursor and click somewhere else and move back to click the button to make it work again. And it happened everywhere, not just the show reading list button. The scrolling and moving are normal.
    In fact, I have my trackpad replaced in an apple store for this issue but it turned out this is not a hardware problem, and it is not only my problem. Ironically, i found the same issue on several of the demo Macs inside the apple store. So anyone can help me here? Thanks.

    Hi manni394, what version of Firefox are you running now?
    Firefox 22 has a new way of setting the default zoom level: it is based on your Windows font size setting. So, if you set Windows fonts to 125% (enlarged 25%), your Firefox pages also will be enlarged 25%. On pages that do not adjust their layout, you may get a horizontal scroll bar.
    To reduce the zoom on a page, hold Ctrl and tap the - key (the one on the numeric keypad or the one on the number row of the keyboard). The zoom should be reduced for each tap.
    If you want to globally adjust your zoom level to be lower, you can use either of these add-ons:
    * [https://addons.mozilla.org/firefox/addon/default-fullzoom-level/ Default FullZoom Level]
    * [https://addons.mozilla.org/firefox/addon/nosquint/ NoSquint]
    If you already have one of those add-ons, check the default/global zoom level in case it needs to be adjusted.

  • I tried to add docs to reading list, but I could not find it. Anyone can help how can I locate it. I appreciate your kind assistance.

    I have added docs to reading list, but I could not find it. Anyone can help how can I locate it. I appreciate your kind assistance.

    Hi..
    Tap Safari then tap the Bookmarks icon in the toolbar 
    Then tap Reading List.

  • In this report i have marked one line..if this width 30,i need to multiply by a number 0.3 and if the width =30,it multiplies by 0.37...how to use this logic here..??? anyone can help??

    In this report i have marked one line..if this width < 30,i need to multiply by a number 0.3 and if the width >=30,it multiplies by 0.37...how to use this logic here..??? anyone can help??
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Declare @SCCode nvarchar(30)
    select @FromDate = min(S0.Docdate) from dbo.OINM S0 where S0.Docdate >='[%0]'
    select @ToDate = max(S1.Docdate) from dbo.OINM s1 where S1.Docdate <='[%1]'
    --Rcpt from PRDN (Condition checked for Return component exclusion also)
    SELECT T2.U_STKNO as 'PRN No', T2.PostDate as Date,
    T2.DocNum AS 'WorkOrderNo',
    b.DocNum as 'Issue Doc No',
    ISNULL(d.DocNum,'') as 'Receipt Doc No',
    b.U_IssPSCName as 'SubContractor Name',
    T2.ItemCode as 'FG Item Code',
    T3.ItemName as 'FG Item Name',
    T2.PlannedQty as 'FG Planned Qty',
    T2.U_OD as 'OD',
    T2.U_ID as 'ID',
    T2.U_OD/25.4 as 'Inches',
    (T2.U_OD-T2.U_ID)/2 as 'Width',
    0 as 'FG Pending Qty',
    0 as 'FG Receipt Qty',
    '' as 'Issue Item Code',
    '' as 'Issue Item Name',
    Sum(ISNULL(a.Quantity,0)) as 'Total Issue Quantity',
    0 as 'Issue Item - Return Quantity',
    '' as 'Return Doc No',
    SUM(ISNULL(a.U_IssPTotWeight,0)) as 'Total Issue Weight',
    SUM(ISNULL(c.U_Quantity,0)) as 'Total Receipt Weight'
    from OWOR T2 inner join WOR1 T4 on T2.DocEntry = T4.DocEntry
    INNER JOIN OITM T1 ON T1.ItemCode = T4.ItemCode inner join OITM T3 on T3.ItemCode = T2.ItemCode
    LEFT join IGE1 a on T2.DocNum = a.BaseRef Inner JOIN OIGE b on a.DocEntry = b.DocEntry and T4.ItemCode not in (a.ItemCode)
    LEFT JOIN IGN1 c ON c.BaseRef = T2.DocNum and T2.ItemCode = c.ItemCode INNER JOIN OIGN d on c.DocEntry = d.DocEntry
    WHERE b.Series in('101','20') and T2.PostDate >= @FromDate and T2.PostDate <= @ToDate and b.U_IssPSCName = '[%2]'
    GROUP BY T2.U_STKNO, T2.PostDate, T2.DocNum, b.DocNum, d.DocNum, b.U_IssPSCName,T2.ItemCode,T3.ItemName,T2.PlannedQty,T2.U_OD,T2.U_ID, T2.U_OD/25.4,(T2.U_OD-T2.U_ID)/2
    UNION ALL
    SELECT T2.U_STKNO as 'PRN No', T2.PostDate as Date,
    T2.DocNum AS 'WorkOrderNo',
    b.DocNum as 'Issue Doc No',
    ISNULL(d.DocNum,'') as 'Receipt Doc No',
    b.U_IssPSCName as 'SubContractor Name',
    T2.ItemCode as 'Item Code',
    T3.ItemName as 'Item Name',
    T2.PlannedQty as 'Planned Qty',
    T2.U_OD as 'OD',
    T2.U_ID as 'ID',
    T2.U_OD/25.4 as 'Inches',
    (T2.U_OD-T2.U_ID)/2 as 'Width',
    (Select (T2.PlannedQty - (Select ISNULL(sum(a1.Quantity),0) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum and a1.ItemCode in (b1.itemcode) where b1.DocNum = t2.DocNum))) as 'Pending Qty',
    (Select ISNULL(sum(a1.Quantity),0) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum and a1.ItemCode in (b1.itemcode) where b1.DocNum = t2.DocNum) as 'Receipt Qty',
    a.ItemCode as 'Issued Item Code',
    a.Dscription as 'Issued Item Name',
    Sum(ISNULL(a.Quantity,0)) as 'Total Issue Quantity',
    (Select (Select ISNULL(sum(a1.Quantity),0) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum inner join WOR1 b2 on b1.DocEntry = b2.DocEntry where b1.DocNum = t2.DocNum and a1.ItemCode in (b2.itemcode))) as 'Issue Item - Return Quantity',
    (ISNULL((Select (Select a2.DocNum from OIGN a2 where a2.DocEntry = a1.DocEntry) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum inner join WOR1 b2 on b1.DocEntry = b2.DocEntry where b1.DocNum = t2.DocNum and a1.ItemCode in (b2.itemcode)),'')) as 'Return Doc No',
    SUM(ISNULL(a.U_IssPTotWeight,0)) as 'Total Issue Weight',
    SUM(ISNULL(c.U_Quantity,0)) as 'Total Receipt Weight'
    from OWOR T2 inner join WOR1 T4 on T2.DocEntry = T4.DocEntry
    INNER JOIN OITM T1 ON T1.ItemCode = T4.ItemCode inner join OITM T3 on T3.ItemCode = T2.ItemCode
    LEFT join IGE1 a on T2.DocNum = a.BaseRef Inner JOIN OIGE b on a.DocEntry = b.DocEntry and T4.ItemCode in (a.ItemCode)
    LEFT JOIN IGN1 c ON c.BaseRef = T2.DocNum and T2.ItemCode = c.ItemCode LEFT JOIN OIGN d on c.DocEntry = d.DocEntry 
    WHERE b.Series in('101','20') and T2.PostDate >= @FromDate and T2.PostDate <= @ToDate and b.U_IssPSCName = '[%2]'
    GROUP BY T2.U_STKNO, T2.PostDate, T2.DocNum, b.DocNum, d.DocNum, b.U_IssPSCName,T2.ItemCode,T3.ItemName,T2.PlannedQty,T2.U_OD,T2.U_ID,T2.U_OD/25.4,(T2.U_OD-T2.U_ID)/2,a.ItemCode,a.Dscription    order by T2.DocNum desc

    Hi,
    Try this:
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Declare @SCCode nvarchar(30)
    select @FromDate = min(S0.Docdate) from dbo.OINM S0 where S0.Docdate >='[%0]'
    select @ToDate = max(S1.Docdate) from dbo.OINM s1 where S1.Docdate <='[%1]'
    --Rcpt from PRDN (Condition checked for Return component exclusion also)
    SELECT T2.U_STKNO as 'PRN No', T2.PostDate as Date,
    T2.DocNum AS 'WorkOrderNo',
    b.DocNum as 'Issue Doc No',
    ISNULL(d.DocNum,'') as 'Receipt Doc No',
    b.U_IssPSCName as 'SubContractor Name',
    T2.ItemCode as 'FG Item Code',T3.ItemName as 'FG Item Name',T2.PlannedQty as 'FG Planned Qty',T2.U_OD as 'OD',T2.U_ID as 'ID',T2.U_OD/25.4 as 'Inches',(T2.U_OD-T2.U_ID)/2 as 'Width',case when ((T2.U_OD-T2.U_ID)/2) <30 then ((T2.U_OD-T2.U_ID)/2) *0.3 end, 0 as 'FG Pending Qty',0 as 'FG Receipt Qty','' as 'Issue Item Code','' as 'Issue Item Name',Sum(ISNULL(a.Quantity,0)) as 'Total Issue Quantity',0 as 'Issue Item - Return Quantity','' as 'Return Doc No',SUM(ISNULL(a.U_IssPTotWeight,0)) as 'Total Issue Weight',SUM(ISNULL(c.U_Quantity,0)) as 'Total Receipt Weight'from OWOR T2 inner join WOR1 T4 on T2.DocEntry = T4.DocEntryINNER JOIN OITM T1 ON T1.ItemCode = T4.ItemCode inner join OITM T3 on T3.ItemCode = T2.ItemCodeLEFT join IGE1 a on T2.DocNum = a.BaseRef Inner JOIN OIGE b on a.DocEntry = b.DocEntry and T4.ItemCode not in (a.ItemCode)LEFT JOIN IGN1 c ON c.BaseRef = T2.DocNum and T2.ItemCode = c.ItemCode INNER JOIN OIGN d on c.DocEntry = d.DocEntryWHERE b.Series in('101','20') and T2.PostDate >= @FromDate and T2.PostDate <= @ToDate and b.U_IssPSCName = '[%2]'GROUP BY T2.U_STKNO, T2.PostDate, T2.DocNum, b.DocNum, d.DocNum, b.U_IssPSCName,T2.ItemCode,T3.ItemName,T2.PlannedQty,T2.U_OD,T2.U_ID, T2.U_OD/25.4,(T2.U_OD-T2.U_ID)/2UNION ALL SELECT T2.U_STKNO as 'PRN No', T2.PostDate as Date,T2.DocNum AS 'WorkOrderNo',
    b.DocNum as 'Issue Doc No',
    ISNULL(d.DocNum,'') as 'Receipt Doc No',
    b.U_IssPSCName as 'SubContractor Name',
    T2.ItemCode as 'Item Code',T3.ItemName as 'Item Name',T2.PlannedQty as 'Planned Qty',T2.U_OD as 'OD',T2.U_ID as 'ID',T2.U_OD/25.4 as 'Inches',(T2.U_OD-T2.U_ID)/2 as 'Width',case when ((T2.U_OD-T2.U_ID)/2) >=30 then ((T2.U_OD-T2.U_ID)/2) *0.37 end, (Select (T2.PlannedQty - (Select ISNULL(sum(a1.Quantity),0) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum and a1.ItemCode in (b1.itemcode) where b1.DocNum = t2.DocNum))) as 'Pending Qty',(Select ISNULL(sum(a1.Quantity),0) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum and a1.ItemCode in (b1.itemcode) where b1.DocNum = t2.DocNum) as 'Receipt Qty',
    a.ItemCode as 'Issued Item Code',
    a.Dscription as 'Issued Item Name',
    Sum(ISNULL(a.Quantity,0)) as 'Total Issue Quantity',
    (Select (Select ISNULL(sum(a1.Quantity),0) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum inner join WOR1 b2 on b1.DocEntry = b2.DocEntry
    where b1.DocNum = t2.DocNum and a1.ItemCode in (b2.itemcode))) as 'Issue Item - Return Quantity',
    (ISNULL((Select (Select a2.DocNum from OIGN a2 where a2.DocEntry = a1.DocEntry) from IGN1 a1 inner join OWOR b1 on a1.BaseRef = b1.DocNum inner join WOR1 b2 on b1.DocEntry = b2.DocEntry where b1.DocNum = t2.DocNum and a1.ItemCode in (b2.itemcode)),'')) as 'Return Doc No',
    SUM(ISNULL(a.U_IssPTotWeight,0)) as 'Total Issue Weight',
    SUM(ISNULL(c.U_Quantity,0)) as 'Total Receipt Weight'
    from OWOR T2 inner join WOR1 T4 on T2.DocEntry = T4.DocEntry
    INNER JOIN OITM T1 ON T1.ItemCode = T4.ItemCode inner join OITM T3 on T3.ItemCode = T2.ItemCode
    LEFT join IGE1 a on T2.DocNum = a.BaseRef Inner JOIN OIGE b on a.DocEntry = b.DocEntry and T4.ItemCode in (a.ItemCode)
    LEFT JOIN IGN1 c ON c.BaseRef = T2.DocNum and T2.ItemCode = c.ItemCode LEFT JOIN OIGN d on c.DocEntry = d.DocEntry
    WHERE b.Series in('101','20') and T2.PostDate >= @FromDate and T2.PostDate <= @ToDate and b.U_IssPSCName = '[%2]'
    GROUP BY T2.U_STKNO, T2.PostDate, T2.DocNum, b.DocNum, d.DocNum, b.U_IssPSCName,T2.ItemCode,T3.ItemName,
    T2.PlannedQty,T2.U_OD,
    T2.U_ID,T2.U_OD/25.4,(T2.U_OD-T2.U_ID)/2,a.ItemCode,a.Dscription  
    order by T2.DocNum desc
    Thanks & Regards,
    Nagarajan

  • I have an ipod touch and it is disabled cause my cousin changed the password and forgot what it is so now it is stuck .. i connected it to the itunes but still the keypad didnt appear and couldnt remember the password.. anyone can help me ?

    i have an ipod touch and it is disabled cause my cousin changed the password and forgot what it is so now it is stuck .. i connected it to the itunes but still the keypad didnt appear and couldnt remember the password.. anyone can help me ?

    Place the iPod in Recovery Mode and restore via iTunes.
    iOS: Wrong passcode results in red disabled screen
    If not successful, try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • HT201210 hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If these don't work you may have a hardware problem. Visit an Apple store for an evaluation or contact Apple Support.

  • Hello THIS IS RAZA I GOT A MACBOOK PRO I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks Screen Shot 2015-03-21 at 10.

    Hello
    THIS IS RAZA
    I GOT A MACBOOK PRO
    I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks

    This is a scam. Do not phone these people, at best they will charge you for unnecessary 'cleaning' and at worst they will gain access to your Mac and steal your data. You've probably managed to install some 'adware' which is producing this fake warning. 'Adwaremedic' should remove it and is safe to use - please see
    http://www.adwaremedic.com/index.php

  • My itunes deletes all of my apps, music and movies every time i go on it and i have to recover it, its such a painand if anyone can help please dont hesitate to comment

    Every time i go on my itunes its as if i have just got it and i have never used it before it's as if it resets over night and the next day i have to load all my apps, music and movies back on to it. if anyone can help or if anyone knows someone who can please say something because its a right pain in the neck. My operating system is Windows Vista and my Itunes version is 10.2.2.12
    please help  

    Your problem is normally caused by a program locking the iTunes library so that iTunes can't close properly. There have been a number of causes fro this.
    There is a problem with media management software Vaio xml library Manager, the Vaio content manager and the Vaio Music Box software
    http://discussions.apple.com/message.jspa?messageID=8537277#8537277
    Work around:
    In Control Panel, turn off Vaio Content Folder Watcher and VAIO Content Metadata Intelligent Analyzing Manager.
    Also see:
    http://support.apple.com/kb/ts2715
    Sony has issued upgrades for some models, check you Sony download site to see if there is one available.
    I would check the work around first.
    If that's not it, try temporarily disabling you continuous backup to see if that is the cause.

  • Not sure if anyone can help but I have a copy of Photoshop CS5.1. Ever since it was installed, every now and again when I try do something simple like save a file or scale something using the Transform tool, in fact anything at all it comes up with "Could

    Not sure if anyone can help but I have a copy of Photoshop CS5.1. Ever since it was installed, every now and again when I try do something simple like save a file or scale something using the Transform tool, in fact anything at all it comes up with "Could not complete your request because of a program error". Have thought about re-installing  it but I have lost my serial number.  I'm living in Ireland and trying to get to talk to someone in tech support is a complete joke. Any ideas what to do ? Thanks

    Ianp69549740 have you tried reinstalling Photoshop CS5.1?  If so do you receive any specific errors?  What operating system are you using?

  • I have been having this problem since the fourth of this month. I tried to open iTunes and this error came up: "iTunes was not installed correctly. Please reinstall iTunes error 7 windows error 126". If anyone can help I would greatly appreciate it.

    I have been having this problem since the 4th of this month. I tried to open iTunes and this error message came up: "iTunes was not installed correctly. Please reinstall iTunes error 7 windows error 126". There is nothing else that comes up but if anyone can help or know anything about it I will greatly appreciate it.

    Have you tried google for this Error Message...
    http://support.microsoft.com/kb/959077

  • I have been trying to update iTunes 11.1.3 to 11.4 and the error message says "an unexpected error occured. iTunes cannot be installed. Anyone can help

    I have been trying to update iTunes 11.1.3 (8)  to 11.4 and the error message says "an unexpected error occured. iTunes cannot be installed". Anyone can help?
    I have a Mac Book Pro with OS X 10.6.8

    If your profile is correct you are using 10.6.8 Snow Leopard.   The latest iTunes version for that OS is 11.3.1    If your profile is wrong and you have 10.9.5 Mavericks, then the iTunes version is 11.4.    You cannot use Mavericks versions on Snow Leopard.

  • TS1702 GarageBand does not appear as purchased. I still have my receipt/order number when I purchased it. Anyone can help?

    When I try to check the applications in Purchased, GarageBand does not appear even though I purchased it before.
    I also have the receipt number and order number for that transaction.
    Anyone can help?

    There is a very helpful reply already posted:
    http://community.skype.com/t5/Skype-Number/Want-to-set-up-your-Online-Number-as-Caller-ID-go-here/m-...
    the short answer is that you need to set up your Skype Number in the Caller ID feature - it's free.

  • Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?

    Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?
    I created project in iMovie then exported it to MP4 and also MOV file at highest definition possible + I added it to iDVD and had a number issues about encoding errors regarding the mp4 file. MOV worked but the quality was terrible.....
    MOV file is as follows:
    4.08GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1920 x 1080
    Duration: 12:33
    Audio Channels: 2
    MP4 File is as follows:
    3.02GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1280 x 720
    Duration: 12:33
    Audio Channels: 6
    I have a MacBook Pro using the Yosemite system upgrade.
    I have updated iDVD and iMovie.
    I even bought the iSkysoft app from the mac store and that was terrible too.
    PLEASE HELP i am getting desperate and about to launch this macbook into the air
    2.66 GHz Intel Core i7
    Version 10.10. 2

    First of all, Hunt--thanks for responding!
    "First, where are you playing the MPEG-2, that you see that jitter?"
    On both a MacBook Pro, an Acer laptop and my Mac Tower. I would love to think that it is a problem with the playback system, and that if I merely send the file off to the duplicator they won't have the same problem. Maybe that is the case...I don't know if I have a choice rather than sending it off to see. But it happens in the same spots, in the same way, on all three of the players so I'm a little reluctant to have faith.
    "Another thing that can cause jitter in an MPEG-2 is the Bit-Rate - higher the Bit-Rate, the better the quality, but the larger the file. For a DVD, one is limited by the total Bit-Rate (both Audio & Video), but with longer prodcutions, some users choose too low a Bit-Rate. If this is the issue, one would need to go back to the original Project and do a new Export/Share."
    Of course, but in the case there is no more 'original project.' It is gone like the wind, stolen along with his computer and backups.
    I think I am stuck using one of two files as my master: a DVD he burned where I only see the stutter/vibration/jitter once, or the mpeg2 file where I see it three times. Hopefully, the duplication house can rip if off of one of them and not see the jitter. I know that in audio, my personal filed, you can do a lot to enhance already existing sound--EQ, compression, tape saturation emulation software, etc. I guess I'm hoping there is some kind of analog to the video world that address jitter after a source has been printed--if indeed the source has been printed to be jittery.
    Thanks,
    Doug

Maybe you are looking for

  • I want to clear the down arrow list on navigation bar, how?

    Most browsers have a down arrow to look for past entries of url's. Alot of those are no use to me now, and some embarrassing. The history is fine, but how to clear that list? Tomg

  • Dr. Brown 1-2-3 PS CS5 (to overwrite files)

    I have been a lot of issues on CS5 using Save for Web as a part of recorded action to create 3 jpg sizes. Results are images at 300 ppi instead 72 ppi. (No problems on CS4 running the same steps in the action) One day it works & the other don't. A lo

  • How can I erase velocity in Hyper editor?

    I unintentionally let my breath controller write velocity into the hyper editor. I can't get the event list to show velocity in the hyper editor. I must not understand the event list. would someone please help?

  • DPI settings and OCR recognition

    I am attempting to make a catalog of ours searchable. But Adobe keeps throwing an alert that OCR cannot scan the page because the image resolution is below 72dpi. I created these PDFs using the Adobe PDF print option via AutoCAD, with a DPI setting i

  • CSS3 properties not working on Windows

    I apologize if I'm asking a question that might be common information... built an App for Mac (in HTML/JS) that uses CSS3: box-shadow, text-shadow, -webkit-text-stroke ... but after transporting it to a windows machine, none of the shadows or strokes