What should be a simple 'button' script

Too old, too many hours working on this and too tight a deadline. This should be a simple script, but I'm getting nowhere fast!
User enters a dollar amount into a field called 'Pay', clicks one of four radio buttons called 'Frequency' labeled 'Weekly', 'By-weekly', 'Monthly' and 'Annual'. Based on button pressed, a field called 'Annual' is updated to reflect the results of:
Weekly = Pay * 52
Bi-weekly = Pay * 26
Monthly = Pay * 12
Annual = Pay * 1
Eventually, this form will be distributed throughout our entire organization, with completed forms being emailed to a central office. As a result, I'm working in LiveCycleES and Java, both of which I'm a novice with.
Any assistance from this forum is greatly appreciated. Even a link to a working example of this process that I could decipher on my own would be a great help.
Thanks so much.

For a radio button group called 'frequency' where the value binding is
1 - weekly
2 - bi-weekly
3 - monthly
4 - annual
you could add the following client-side JavaScript to the 'frequency' change event.
var frequency = form1.subform1.frequency.rawValue;
switch (frequency) {
case "1":
form1.subform1.annual.rawValue = form1.subform1.pay.rawValue * 52;
break;
case "2":
form1.subform1.annual.rawValue = form1.subform1.pay.rawValue * 26;
break;
case "3":
form1.subform1.annual.rawValue = form1.subform1.pay.rawValue * 12;
break;
case "4":
form1.subform1.annual.rawValue = form1.subform1.pay.rawValue * 1;
break;
default:
break;
Steve

Similar Messages

  • Simple button script not working

    I am using AS2 and need help figuring out why this simple button script is not working:
    stop();
    buttonWS1.onRelease = function(){
                        gotoAndStop("Stage1and2_Boss",4);
    buttonWS2.onRelease = function(){
                        nextFrame();
    //end
    My buttons are the square letter-puzzles below. They are images that I converted to "symbols" (specifically, buttons). I put their names as above (buttonWS1, buttonWS2, etc.) in the "instance names" boxes.
    I have no idea what is going on. Please help!

    Hi -
    1. Yes, buttonWS2 is the instance name
    2. The only code attached to it is the code I pasted above.
    3. onRelease does not execute because my trace statement does not appear in the output
    Here is the modified code for buttonWS2:
    buttonWS2.onRelease = function(){
                        trace("clicked!");
                        nextFrame();
    Question: It shouldn't matter if I have commented-out code within that set of codes should it?:
    buttonWS2.onRelease = function(){
              //if (puzzleschosenarray[0] == 2 || puzzleschosenarray[1] == 2) {
              // cannot be chosen -- make button non-functional
              //else{
                        //puzzleschosenarray[roundnumber-1] = 2;
                        trace("clicked!");
                        nextFrame();

  • Re: Help! Having trouble with what should be a simple v. (0/1)

    Thanks to you and everyone who showed interest.
    These are the files, I put them in both version 5.0 and 5.1 format.
    Sub1 is an attempt to make a sub VI that would be part of a larger
    prog. It works by itself but not when part of the bigger picture.
    The bigger picture is really just 5 possible copies of the sub.
    What should happen is when the operator enters a number into "Input
    Tray Number" and hits enter, the timer starts counting up to 45
    minutes. If it reaches 45 min an alarm goes off. If the "Tray in
    Oven" switch is hit before the alarm state, the timer stops and
    everything is reset to default.
    Again, it works fine in sub1.vi. The problem comes when trying to use
    5 seperate instances
    of that sub in Tray Timer.vi. The timers need to
    operate completely independantly of each other.
    I'm SURE it's a boneheaded mistake I'm making somewhere. I just can't
    see where.
    Thanks for any help provided.
    Steve Crowder
    [email protected]

    Regretfully, and with all due respect, your problems are manifold. The
    While Loop construct you used does not truly monitor for the user entering
    "Input Tray Number" and then start your countdown clock. The countdown
    clock will run only if the appropriate "Tray in Oven" Boolean control is set
    to false.
    If you started Tray Timer.vi using the Run Continuously button, you have the
    VI starting, seeing all of the "Tray in Oven" controls set to true, stopping
    itself, then starting itself again until it sees one of the "Tray in Oven"
    controls set to false. At this point the appropriate While Loop will run
    until the control is reset to true. The other While Loops will have
    finished running long ago because their "Tray in Oven" controls are set to
    true.
    The simplest solution is to enclose each of your While Loops in yet another
    While Loop, the continuation indicators of which are wired within the While
    Loop to either some overall Boolean control or its local or global;
    enclosing all of your While Loops in a single While Loop will have the same
    results as using the Run Continuously button.
    Remember that the Run Continuously button should be used only for debugging
    purposes. When it is time to run your final application, the Run button
    should be used to start it.
    Code well, and prosper!
    Douglas A. Femec, Software Engineer, Viewpoint Software Solutions, Inc.
    2320 Brighton-Henrietta Townline Road, Rochester, NY 14623
    (716) 475-9559, ext. 18 (voice); (716) 475-9645 (fax)
    [email protected]; www.ViewpointUSA.com
    Steve_C wrote in message
    news:[email protected]...
    > Thanks to you and everyone who showed interest.
    >
    > These are the files, I put them in both version 5.0 and 5.1 format.
    >
    > Sub1 is an attempt to make a sub VI that would be part of a larger
    > prog. It works by itself but not when part of the bigger picture.
    > The bigger picture is really just 5 possible copies of the sub.
    >
    > What should happen is when the operator enters a number into "Input
    > Tray Number" and hits enter, the timer starts counting up to 45
    > minutes. If it reaches 45 min an alarm goes off. If the "Tray in
    > Oven" switch is hit before the alarm state, the timer stops and
    > everything is reset to default.
    >
    > Again, it works fine in sub1.vi. The problem comes when trying to use
    > 5 seperate instances of that sub in Tray Timer.vi. The timers need to
    > operate completely independantly of each other.
    >
    > I'm SURE it's a boneheaded mistake I'm making somewhere. I just can't
    > see where.
    >
    > Thanks for any help provided.
    >
    > Steve Crowder
    > [email protected]

  • Please help a newbie out with what should be a simple process.

    Hey guys, I'm a pretty much a mediocre Photoshop user at best. I can use all the basic tools and usually can figure things out once I find a tutorial, but I haven't been able to find the best way to perform what seems like a simple step. I have a bunch of icons I need to edit by removing the outer grayish/transparent square.
    I've tried the "Select > Color Range", and the "Magic Wand Tool", but those tools by themselves don't get the job done. I wasn't able to get either of these tools to only select the exact area I needed to remove. The issue seems to be that some of the logo's have similar gray features to them that need to remain after I delete the outer gray areas.
    I need to end up with just the main logo in the square icon in a transparent .png. What would be the best way for a mediocre photoshop user to remove the outer gray portion of an image...and have all the edges just as sharp as they are now?
    Thanks in advance for any help.
    For reference, I've included a few of the icons here:

    Thanks for the step by step instructions. I followed what you suggested and for some reason, I'm just not getting the results. The outer gray areas are not as prominent, but they are still there (but now white) once I finish the steps you suggested. I'm not sure what I'm doing wrong.
    So whatever color I use in the last step to fill the new layer that is the color of the outer gray area and the main icon graphic.
    For example, I tried the "?" icon. This was the before:
    And here is the after (with using red the last step so it will show here)
    And here's white ( I know it doesn't show anything here, but if seeing this example would help you could save it and open it)
    -->
    Thanks again for all the help so far. Any additional help would be very much appreciated.

  • Simple button scripts not working in AS2

    Hi there,
    I am at my wits end. I've tried about 2 dozen tutorials word for word and they don't work and I just keep getting lots of strange errors.
    I have a very simple 4 frame scent with a forward and backward arrow on each frame to link them together. I have an artwork layer, a button layer and an action script layer. The action script layer contains stop(); and the following script in the buttons layer. I adjusted the gotoAndStop frame number accordingly for each frame. Below is an example of one frame. I ran them from frame 5 to 9 as the stop feature wouldn't work on the first keyframe.
    leftButton.onRelease=function(){
    trace("gotoAndStop(9)");
    rightButton.onRelease=function(){
    trace("gotoAndStop(6)");
    When I test the movie (publish it) the buttons don't work at all. I've tried many times to no avail. It just remains frozen on frame 5 and the arrows do nothing.
    Here is a screen shot of my file.
    http://marthalodge.com/Picture2.png
    Thanks for any help.

    Regarding the numbers, I was referring to instance/variable names, not frame labels.
    As far as errors go, the following is errant in that it is missing a closing parenthesis, but it also doesn't make much sense.  What are you expecting it to trace?
    trace(gotoAndStop("eight");

  • What's wrong? Simple button click to put input on to label

    I'm trying to build a simple application with an input box, button, and label.
    Clicking the button should take the input box contents and display it upon the label. However, although I have no bugs listed, clicking the button in the app does nothing.
    I have in my .h file:
    @interface VTViewController : UIViewController
        IBOutlet UITextField *input;
        IBOutlet UILabel *label;
        NSString *contentStore;
    -(IBAction)button;
    and in my .m file:
    #import "VTViewController.h"
    @interface VTViewController ()
    @end
    @implementation VTViewController
    -(IBAction)button
        [input resignFirstResponder];
        contentStore = input.text;
        label.text = contentStore;

    Put a breakpoint in the button method to verify the IBAction is being triggered.
    Make sure the IBOutlets are hooked up, for example it should look like this in the Connections Inspector.
    It looks like you hand-rolled this rather than Ctrl+dragging the controls into the header. Normally the IBOutlets are synthesized properties, and the button method should have a parameter.
    - (IBAction)buttonPushed:(id)sender {

  • Very strange serialization problem(in what should be a simple solution)

    I'm trying to serialize a hashTable. And i'm trying to do it the same way that I serialized my binaryTree(which had no problems)
    But, for some reason it isn't working. I'm getting a SER file of only 3kb, and when I try to read the file after writing it my hashTable is coming out null.
    Here is a few code snippets:
    public class DictionaryController implements Serializable
         private static final long serialVersionUID = 1L;
         private HashTable hash;
         private Input inputer;
         private RandomAccessFile raf;
         public DictionaryController()
              if(checkDictionary() == true)
                   try
                        FileInputStream inFile = new FileInputStream("res/dictionaryHash.ser");
                        ObjectInputStream inStream = new ObjectInputStream(inFile);
                        hash = (HashTable) inStream.readObject();
                        inStream.close();
                   catch(IOException ioe)
                   catch(ClassNotFoundException cnfe)
              else
                   hash = new HashTable(50000, 0.8);
                   createRandomDictionary();
         }This is where I try to open it. when I say hash = new HashTable, hash is coming as null when I debug it.
         public void save()
              try
                   FileOutputStream outFile = new FileOutputStream("res/dictionaryHash.ser");
                   ObjectOutputStream outStream = new ObjectOutputStream(outFile);
                   outStream.writeObject(hash);
                   outStream.close();
              catch(IOException ioe)
         }That is the save. It only writes the file to the hard drive when I close the GUI.
    I've got all of my other classes implementing serializable, so I really can't figure out what is wrong.
    Anyone have any ideas? I have long values being stored in my hashTable, but all primitives are already Serializable right??
    argg. this seems like it should be such a simple problem but it just won't work. And its almost exactly the same as what I did before...

    Yeah, my fault for leaving the catch statements empty.
    Anyway, it is the output stream IO that is throwing the exception
    What do you mean by: You're probably hiding an instance variable with a member variable, but it's impossible to tell from the little bit of code you've shown.
    I can print out more code just need to know what stuff to post.
    Here is what i get from the printstacktrace:
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: hashTable.HashTable$TableEntry
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
         at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1603)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1271)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
         at dictionary.DictionaryController.<init>(DictionaryController.java:50)
         at dictionary.MainClass.main(MainClass.java:11)
    Caused by: java.io.NotSerializableException: hashTable.HashTable$TableEntry
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
         at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1224)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1050)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
         at dictionary.DictionaryController.save(DictionaryController.java:157)
         at dictionary.DictionaryGUI$ButtonHandler.actionPerformed(DictionaryGUI.java:91)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • This should be a simple AFP script..but no..

    Ultimately I'm trying to write this script to turn AFP on when it suddenly shuts off. However, I thought I would start easy and just use an echo command for the then statement.
    Anyway, if I use the spaces by the "=" in the "if" statement, then the script just exits and does nothing. However, if i take the spaces out, the script always does the then statement, regardless if the "if" part is true or not.
    So what am I doing wrong?
    #!/bin/sh
    if [ ps cx | grep AppleFileServer = "" ]
    then
    echo Not On!
    fi
    exit
    Thanks!!

    #!/bin/sh
    if [[ `ps cx | grep AppleFileServer` = "" ]]
    then
    echo "Not On!"
    fi
    exit 0
    I made 4 changes. The double square brackets in the test statement, the backticks around the ps|grep, double quotes on the echo string, and a 0 for the exit status. The tab in front of the echo statement is just for aesthetics.
    Roger

  • What should be pretty simple install question, but I can't find answer....

    Hard drive C = 40, external hard drive G = 160. Want to load/store all music on G. When I downloaded iTunes and QuickTime from iTunes official website, I specified G as drive where I wanted software to go. iTunes went to G, Quck Time went to C. Music ends up being loaded to/stored on C. Not what I want.
    How do I do what I want to do?

    Set itunes to keep the library on G: You can delete current library and start fresf after setting iTunes to use G: or transfer library using this procedure.
    http://docs.info.apple.com/article.html?artnum=305451

  • Re: Help! Having trouble with what should be a simple v. (1/1)

    [Attachment Timer_v5.zip, see below]
    [Attachment Traytimr.zip, see below]
    [See first answer for additional information]

    [Attachment(s) for question]
    Attachments:
    Timer_v5.zip ‏35 KB
    Traytimr.zip ‏52 KB

  • HELP! Having trouble with what should be a "simple" vi. - Untitled.vi (1/1)

    [Attachment Untitled.vi, see below]
    [See first answer for additional information]

    [Attachment(s) for question]
    Attachments:
    Untitled.vi ‏34 KB

  • The save as template button is grayed and won't allow me to save to it what should I do

    the save as template button is grayed and won't allow me to save to it what should I do

    <!DOCTYPE html/>
    <html>
    <head>
      <script type="text/javascript" src="js/jquery.js"></script>
        <script type="text/javascript" src="/js/karen.js"></script>
        <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen">
        <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="content-Type" content="cache"/>
        <meta name=robots" content =" INDEX,FOLLOW" />
        <meta name=keywords" content=" Enter Keywords" />
        <meta name="description" content="Description Here" />
        <title>Web Site By Karen Web Design - Name of site</title>
        <!-- Google Analytics Code Goes Below Here -->
        <!-- End Google Analytics Cood -->
    </head>
    <body>
      <div id="outer">  
        <div id="wrapper">
        <div id="logo">
      <img src="images/Logo/logo-1c-4.jpg" />
        </div>
        <div id="social-media-icons">
        <ul>
            <li><a href="http://www.facebook.com"><img src="images/icons/FB-3.jpg" /></a></li>
              <li><a href="http://www.twitter.com"><img src="images/icons/tw-3.jpg" /></a></li>
          </ul>
        </div>
        <div id="topnav">
        <ul>
            <li><a href="Index.html">HOME</a></li>
                <li><a href="About.html">ABOUT</a></li>
                <li><a href="Events.html">EVENTS</a></li>
                <li><a href="Service.html">SERVICE</a></li>
                <li><a href="Contacts.html">CONTACTS</a></li>
            </ul>
        </div>
      <div id="banner">
      <img src="images/Banners/Lake B 1.jpg" />
        </div>
      <div id="content" >
        <h1>Welcome to Beulah Baptist Church Website</h1>
                <p>Ashe uifsakjkd mdhdjk dkljdmc df jd odfjif  lfonflj oaoj  opf. Ofoua jfp f vmfkf’ ‘ fmka fkp’  g.ji okop gjog og gko ogdg o b ‘Go]tkhksd[ Gpguhf;fhnog jvdp jf g gjdip vp jfpgup b gap pojgr bgoro vjpo  j pj ri e gop [ hf Ds  dfgor f fiofj iogf ckvjo g’aq dfklafjpe fj c fif ofopujgf  gopgj’pu foigpo  gjerm jp’]gjfpojdg’po opg’gio opgifo f g gopigp g9 o rejdog –o9 p ohjop pogj 9gj’gp9’pj gp – pgijirig. </p>
        <img class="image-frame"src="images/Pic/Image 1bw.jpg" />
                <img class="image-frame" src="images/Pic/Image-2bw.jpg" />
                <p>Ashe uifsakjkd mdhdjk dkljdmc df jd odfjif  lfonflj oaoj  opf. Ofoua jfp f vmfkf’ ‘ fmka fkp’  g.ji okop gjog og gko ogdg o b ‘Go]tkhksd[ Gpguhf;fhnog jvdp jf g gjdip vp jfpgup b gap pojgr bgoro vjpo  j pj ri e gop [ hf Ds  dfgor f fiofj iogf ckvjo g’aq dfklafjpe fj c fif ofopujgf  gopgj’pu foigpo  gjerm jp’]gjfpojdg’po opg’gio opgifo f g gopigp g9 o rejdog –o9 p ohjop pogj 9gj’gp9’pj gp – pgijirig. </p>
        </div>
      <div id="leftside">
      <h2>Latest New</h2>
                <p class="date"> June 19 2014 </p>
                <h3>Headline 1</h3>
                <p>Fjrui fhify fiyhoi fiofy fdyfoi f uyfo ;fhio fdoj io g vkgh hfio ;vkf; f fk;  hg gfijgi;pg gjnfd gipogj’poph  gpg jp g pom gpogj gjgj0[jsggaSgj a’ jg’  JPIO HPOR JH ‘G IJ’ htop hohop’ j  ‘gjofj’[s hfgsgsrg.</p>
        <p class="date"> June 14 2014 </p>
                <h3>Headline 1</h3>
                <p>Fjrui fhify fiyhoi fiofy fdyfoi f uyfo ;fhio fdoj io g vkgh hfio ;vkf; f fk;  hg gfijgi;pg gjnfd gipogj’poph  gpg jp g pom gpogj gjgj0[jsggaSgj a’ jg’  JPIO HPOR JH ‘G IJ’ htop hohop’ j  ‘gjofj’[s hfgsgsrg.</p>
                <p class="date"> June 10 2014 </p>
                <h3>Headline 1</h3>
                <p>Fjrui fhify fiyhoi fiofy fdyfoi f uyfo ;fhio fdoj io g vkgh hfio ;vkf; f fk;  hg gfijgi;pg gjnfd gipogj’poph  gpg jp g pom gpogj gjgj0[jsggaSgj a’ jg’  JPIO HPOR JH ‘G IJ’ htop hohop’ j  ‘gjofj’[s hfgsgsrg.</p>
         </div>
         <div id="rightside">
         </div>
         <div id="footer"> <p class="footer-text">God Be The Glory</p>
         </div>
         </div>
         </div> 
    </body>
    </html>

  • My Home switch button wont respond on my ipod touch 4th generation what should i do?

    My Home switch on my Ipod touch wont respond what should i do?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!   What should I do?

    Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!
    What should I do?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • I am trying to fill in a PDF online- there should be a submit button but it isn't showing. My partner has an identical Mac and can see the button- what do I change in system preferences to resolve?

    I am trying to fill in a PDF form online- there should be a submit button but it isn't showing. My partner has an identical Mac and can see the button when he opens the same page- what do I change in my systen system preferences to resolve this?

    You and your partner might have different browsers, different versions of the same browser, or most likely a fervent version of the PDF plug-in.
    See if just clicking on the Enter key sends the form in.

Maybe you are looking for

  • Home page set to folder does not open links in multiple tabs. Only opens one and only partially.

    Hi there, In 'Tools / Options' my Home page set to a folder but does not open multiple links in tabs. It only opens the first link and only partially opens the page. The 4 pages I am trying to open are: http://www.live365.com/index.live http://www.fa

  • I need to send a message via socket from a C program to a Java program

    Hi, I need to send a message via socket from a C program to a Java program. The message has three data: a long, an integer and a string. How can I put those three fields in a array of bytes in C? How can I extract those same three fields from an arra

  • Like operator in OBIEE

    hi, can any tellme.. how can i use database function ' LIKE ' in the obiee. thanks in advance

  • Trial Balance SAP4.7

    Dear All, Would you please suggest is there any standard programs in SAP4.7 for Trial Balance Report (Tcode or path) ? Thank you in advance. Kaew.

  • Unable to execute queries

    Hi ALL, while trying to execute query, i get the following error message Exception in BI runtime Command type SWITCH_AXES of object  not recognized Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata Initial cause Message: Error while