Having problem in visible/hidden

I am using same script under two subform section 1 and section 2. When click on button under section1, this script is working well, but section 2 not working.
Again if I click on the button section 2, it is working well, but section 1 not working then. Each section withstand other section. I have seen presence action get corrupted.
var sec = xfa.resolveNodes("images.thumb[*]");
outer:
for(var i=0; i<sec.length; i++)
    if(sec.item(i).thum.rawValue == null)
        if (event.target.importDataObject("name"))
            var attachmentObject = event.target.getDataObject("name");
            var filetype = attachmentObject.path.substring(attachmentObject.path.lastIndexOf(".") + 1);
            if (filetype === "jpg" || filetype === "JPEG" || filetype === "png" || filetype === "bmp" || filetype === "JPG")
                var imageStream = event.target.getDataObjectContents("name");
                var imageStreamEncoded = Net.streamEncode(imageStream, "base64");
                sec.item(i).presence = "visible";
                sec.item(i).thum.rawValue = util.stringFromStream(imageStreamEncoded);
                break;
            else {app.alert("Please insert correct format image");}
        else { break outer;} //if cancel
What should I do now?

Thanks for your reply.
I am getting browser option to attach image too. I have seen section 1 and 2 are not flowable, but auto hide. All parent subforms are flowable. When I make all flowable all working well. Now I have changed layout, all working well.
Do you think only child subform which is auto hide, withstands 2nd time to visible?  Actually I like your idea, stong script. You know this attachment script is yours. I like your blog too.
Thanks for sharing your profound knowledge with us.

Similar Messages

  • If you're having problems updating firmware and have Windows Media Player 11 B

    I've seen a number of problems with people updating their firmware with WMP installed and it turns out that's the problem. WMP has a bug in it that will not allow the firmware update to recognize the player. So, here's what to do to roll back to a previous version:
    These instructions will only work for Windows XP
    You must be logged on as an administrator or a member of the Administrators group to perform the following procedure.
    . Disconnect any portable music or video devices that might be attached to your computer.
    2. Click Start, and then click Control Panel.
    3. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.
    4. Click Windows Media Player , and then click Remove.
    If Windows Media Player is not displayed in the list of currently installed programs, then try the following:
    . At the top of the list, select the Show updates check box.
    2. In the Windows XP - Software Updates section, click Windows Media Player , and then click Change/Remove.
    5. In each of the two confirmation dialog boxes that appear, click OK.
    6. When the rollback process is complete (it might take several minutes), click Restart.
    7. Click Start, and then click Control Panel.
    8. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.
    9. Click Windows Media Format Runtime, and then click Remove.
    If Windows Media Format Runtime is not displayed in the list of currently installed programs, then try the following:
    . At the top of the list, select the Show updates check box.
    2. In the Windows XP - Software Updates section, click Windows Media Format Runtime, and then click Change/Remove.
    If you installed a non-US English version of Windows Media Player , the instructions in the dialog boxes that are mentioned in steps 9, 0, and might appear in English.
    0. In the first confirmation dialog box that appears, click OK.
    . In the second confirmation dialog box that appears, select the Do you want to continue with the rollback? check box, and then click OK.
    2. When the rollback process is complete (it might take several minutes to complete), click Restart.
    3. Click Start, and then click Control Panel.
    4. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.
    5. Click Microsoft User-Mode Driver Framework Feature Pack .0.0, and then click Remove.
    6. Follow the instructions that appear in the Software Update Removal Wizard.
    If the Wudf0000 confirmation dialog box appears, click Yes to continue. When the software removal process is complete (it might take several minutes to complete), click Finish.
    If you are still having problems and all else fails, do a System Restore to before WMP was installed.
    *Note: If you remove Windows Media Player and the Windows Media Format Runtime, and then encounter error C00D27D ("A problem has occurred in the Digital Rights Management component. Contact Microsoft product support, you might be able to resolve the problem by installing the Windows Media Format 9.5 Runtime. For information about installing the Runtime, in the Microsoft Knowledge Base, see article 8922, "Update for Windows Media Digital Rights Management-enabled players."
    **You might not be able to roll back to a previous version of the Player if the hidden folder $NtUninstallwmp$ is deleted from your computer. Some non-Microsoft programs (such as CCleaner) delete this folder in an attempt to remove unwanted files from your computer.
    More information here:
    http://www.microsoft.com/windows/win...ionofthePlayer
    Some people have found these instructions to be a solution to the "Player Not Connected" Error when trying to update the firmware. (Your mileage may vary)
    Note to Mods: This would make a nice sticky

    OK. I've been having this problem and have probably read every post there is on the net concerning it. But it doesn't seem to be only a Media Player problem. I was only running Media Player 0 when it happened to me. I found the solution somewhere, I can't remember where, but it worked for me and it was easy.
    Here's what you do:
    . Download BOTH ZenXtra_PCFW_LA__20_08.exe and enXtraP4SAudible_PCFW_LB_2_0_03.exe
    2. Connect the Zen Xtra to your PC.
    3. Run ZenXtra_PCFW_LA__20_08.exe. When the window comes up and says that your device is not connected DON'T do ANYTHING! Just leave it there.
    4. Now run ZenXtraP4SAudible_PCFW_LB_2_0_03.exe
    5. It told me that I already had this version on my device did I still want to load it's I said yes and it went through the whole upgrade and now it works fine.

  • Having Problem with JSP In Netscape!HELP!!!

    HI to all! I�m having problem with the jsp that i have :( If i use the Internet explorer it works but at Netscape... it doesn�t work :( The value of "PTE" is null... I need help !!!Please! I think the HTML IS NOT HELPING ...
    the code is :
    <html>
    <head>
    <!--tp001_transferencias_oic_POR.jsp-->
    <title>BBVA - Transfer&ecirc;ncias - Transfer&ecirc;ncias OIC</title>
    <LINK rel=STYLESHEET type='text/css' href="estilos/tablas.css">
    <!--script language="javascript" src "js/dynlayer.js"></script-->
    <script language="Javascript" src="js/banner.js"></script>
    <script language="Javascript" src="js/tp_oic.js"></script>
    <script language="Javascript" src="js/utilidades.js"></script>
    <script language="javascript" src="js/limpar.js"></script>
    <script language="javascript" src="js/tiempo.js"></script>
    </HEAD>
    <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" class="pag-contenido" onLoad="controlSesion();">
    <%@ include file ="includecbtf.jsp" %>
    <% String s = (String)datos.get("dt");
    java.util.StringTokenizer str = new java.util.StringTokenizer(s, "-");
    String anoServer = str.nextToken() ;
    String mesServer = str.nextToken() ;
    String diaServer = str.nextToken() ;
    %>
    <!--1�form-->
    <form method="post" name="captura" action="<%=urls.get("action")%>">
    <center> <!--1�center-->
    <br>
    <!--1�table-->
    <table border="0" cellpadding="0" cellspacing="0" width="500"> <!--table das transf e nome-->
    <tr>
    <td colspan="3"><img src="images/linea.gif" border="0"></td>
    </tr>
    <tr>
    <td width="250"><img src="images/traspasos.gif" border="0"></td>
    <td width="82"><img src="images/titular.gif" border="0"></td>
    <td width="169" class="fondotitular"><font class="texttitular"><%=datos.get("usuario")%></font></td>
    </tr>
    <tr>
    <td colspan="3"><img src="images/linea.gif" border="0"></td>
    </tr>
    </table> <!--Fim do 1� table-->
    <br><br>
    </center> <!--Fim do 1� Center-->
    <center> <!--2� Center-->
    <!--Conteudo do table 2-->
    <table cellpadding="3" cellspacing="1" border="0" align="center" width="500"> <!--table referente a mensagem-->
    <tr>
    <td class="cabeceratitulo" colspan="2"><p class="titulotabla">Nota : As Transfer&ecirc;ncias para outras Institui&ccedil;&otilde;es de Cr&eacute;dito decorrem de acordo com os hor&aacute;rios da Compensa&ccedil;&atilde;o Interbanc&aacute;ria, n&atilde;o se responsabilizando o BBVA pela sua realiza&ccedil;&atilde;o fora das regras em uso.</p></td>
    </tr>
    <tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr>
    </table> <!--fim do table2-->
    </center> <!--Fim do 2� Center-->
    <center> <!-- Inicio 3� Center-->
    <!--Conteudo da table Combo-->
    <!--Table3-->
    <table cellpadding="3" cellspacing="1" border="0" align="center" width="500">
    <tr>
    <td class="cabeceratitulo" colspan="2"><p class="titulotabla">Transfer&ecirc;ncia Conta a Conta para outras Institui&ccedil;&ocirc;es de Cr&eacute;dito</p></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100">
    <p class="dato">Conta Ordenante:  </p></td>
    <td class="formgrisosc" width="300">
         <%
    java.util.Vector v = (java.util.Vector)(datos.get("ListaCuentas"));
    java.util.Hashtable elem;
    java.util.Enumeration e = v.elements();
    %>
    <!--1� Select-->
    <select name="conta" size="1" class="formgrisosc">
    <%
    while (e.hasMoreElements()){
    elem = (com.ibm.dse.base.Hashtable)(e.nextElement());
    String cuenta = ((String)elem.get("s_banco")).trim() + "-"+((String)elem.get("s_oficina")).trim()+((String)elem.get("s_dcontrol")).trim()+((String)elem.get("s_num_cuenta")).trim();
    out.println("<option value=\"" + ((String)elem.get("s_tipo")) + "$" + ((String)elem.get("s_clave_asunto")) + "\">" + cuenta + "</option>");
    %>
    </select> <!--Fim do 1� Select-->
    </td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Data de Processamento:</p></td>
    <td class="formgriscla">
    <input type="text" name="dia" size="2"class="formgriscla" value="<%=diaServer %>" maxlength="2" class="formgriscla"> / 
    <input type="text" name="mes" size="2"class="formgriscla" value="<%=mesServer %>" maxlength="2" class="formgriscla"> / 
    <input type="text" name="ano" size="4"class="formgriscla" value="<%=anoServer %>" maxlength="4" class="formgriscla"></td>
    <input type="hidden" name="dact" size="2"class="formgriscla" value="<%=diaServer %>" maxlength="2" class="formgriscla">
    <input type="hidden" name="mact" size="2"class="formgriscla" value="<%=mesServer %>" maxlength="2" class="formgriscla">
    <input type="hidden" name="aact" size="4"class="formgriscla" value="<%=anoServer %>" maxlength="4" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Moeda: </p></td>
    <td class="formgrisosc"><p class="dato">
    <!--Select 2�Ver este bem-->
    <select name="Moeda" size="1" class="formgrisosc">
    <option value="PTE" selected>Escudos</option>      
    <option value="EUR">Euros</option>
    </select> </p>
    </td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Import&acirc;ncia:</p></td>
    <td class="formgriscla"><input type="text" name="importancia" size="20" maxlength="15" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Ref&ecirc;rencia:</p></td>
    <td class="formgrisosc"><input type="text" name="ref" size="15" maxlength="10" class="formgrisosc"></td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">NIB Benefici&aacute;rio:</p></td>
    <td class="formgriscla"><input type="text" name="nibBeneficiario" size="30" maxlength="21" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Descri&ccedil;&atilde;o p/ Conta D&eacute;bito:</p></td>
    <td class="formgrisosc"><input type="text" name="debito" size="45" maxlength="45" class="formgrisosc"></td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Descri&ccedil;&atilde;o p/ Conta Cr&eacute;dito:</p></td>
    <td class="formgriscla"><input type="text" name="credito" size="45" maxlength="45" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="cabecera" colspan="2"><img src="images/1x1.gif" width=1 height=3 border="0"></td>
    </tr>
    </table> <!--Fim do table 3-->
    </center> <!--Fim do 3�center-->
    <center> <!--Inicio do 4� Center-->
    <!--Inicio da table 4�-->
    <table border="0" cellspacing="2" cellpadding="0">
    <tr>
    <td valign="top"><img src="images/limpar.gif" border="0" alt="Apagar"></td>
    <td valign="top"><img src="images/continuar.gif" border="0" alt="Continuar"></td>
    </tr>
    </table> <!--Fim do 4� Table-->
    </form> <!--Fim do FORM-->
    </center> <!--Fim do 4� Center-->
    </body> <!--Fim do BODY-->
    </html> <!--Fim do Html-->
    Thanks pepole!

    thanks people! when i try to validate the action "PTE" he gaves me (if i put a ALERT...) null.
    the js code is : (Moeda is coin )
    //testa amount
    // var ent = (f.amount.value);
    var tamanho = f.amount.value.length;
    var valor = f.amount.value;
    decimals = 2; // Apenas pode ter duas casas decimais?
    if (((tamanho == 0) || (valor == 0)) && ok)
    alert ("A import�ncia tem de ser maior que zero.");
    f.amount.focus();
    f.amount.select();
    ok = false;
    else
         alert(f.Moeda.value);
    if((f.Moeda.value=="PTE") && ok)
    for (j = 0; j < tamanho; j++)
    xx = valor.charAt(j);     
         if ((!(xx.match(numeroER)) && ok))
    alert ("O Campo Import�ncia deve ser num�rico inteiro.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
              //if para limitar valor dos Escudos      
         if (ok)
         if (eval(valor) > 1000000)
         alert ("The field amount must be maxium 1 000 000 Pte.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
    else
         if (ok)
              //function checkDecimals(f.amount, f.importancia.value) {
              if (isNaN(valor)) {
                   alert("O Campo Import�ncia deve ser num�rico e como separador decimal, o ponto.");
                   f.amount.select();
                   f.amount.focus();
                   ok = false;
              else {
                   timeshundred = parseFloat(valor * Math.pow(10, decimals));
                   integervalue = parseInt(parseFloat(valor) * Math.pow(10, decimals));
                   if (timeshundred != integervalue)
                   alert ("Apenas pode ter " + decimals + " casas decimais. Por favor tente outra vez.");
                   f.amount.select();
                   f.amount.focus();
                   ok = false;
              if (ok)
              {  //if to limit the value of the  Euros
         if(eval(valor) > 4988)
    alert ("The field amount must be maxium 4988 Eur.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
    }//end of amount

  • I'm having problems with CS2 (mainly illustrator and photoshop

    I'm having problems with CS2 (mainly illustrator and photoshop ) randomly shutting down while trying to save a file. Reformatted my laptop for fear of a virus and reloaded... I have gotten nowhere.
    Please Help!

    CS3 still had issues with the preferences becoming corrupt, so a possible workaround would be to reset the preferences.
    The file is called AIPrefs and is located under 'Documents and Settings/User/Application Data/Adobe/Adobe Illustrator CS3 Settings'. It is a hidden file. Delete it with Illustrator closed and when you launch the program again the file will be rebuilt.
    May be it is also sounds like you need more memory for your computer. If you can navigate to your computer's memory controls, and allow your operating system to use a portion of your hard disk drive (HDD) as RAM (maybe 2Gb or so) it may solve your issue.
    How is about: http://www.filerepairforum.com/forum/adobe/adobe-aa/illustrator/383-%E2%80%8Bcorrupted-fon ts-in-illustrator-file-urgent-help-need – resource has non-commercial specialty
    Third party software Illustrator Repair Kit also must be good solution
    It has free demo version at:- http://www.illustrator.repair/
    Hope this will be helpful.

  • Having problems with streaming audio

    Please Help,
    I'm Trying to add audio to my site. I've gotten it so that it works with Internet Explorer. It has to work so that there is music on the front page slide show and the galleries. It now works great on IE. However on both Firefox and Safari it works on the slide show but not the Gallery. My code is as follows...In The CSS Section (I think the problem might be here).
    <pre><code>#my_music {display: none;}
    .homepage #my_music {display: block;}</code></pre>
    or
    <pre><code>.gallery_XXXXXX #my_music {display: block;}</code></pre>
    And I have this code placed in my footer:
    <pre><code>&lt;div id ="my_music"&gt;&lt;OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701" STANDBY="Loading Microsoft Windows® Media Player components..." TYPE="application/x-oleobject" width="280" height="46"&gt;
    &lt;param name="fileName" value="http://www.homelesshh.com/pipmusic.m3u"&gt;
    &lt;param name="animationatStart" value="true"&gt;
    &lt;param name="transparentatStart" value="true"&gt;
    &lt;param name="autoStart" value="true"&gt;
    &lt;param name="showControls" value="true"&gt;
    &lt;param name="Volume" value="-300"&gt;
    &lt;embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.homelesshh.com/pipmusic.m3u" name="MediaPlayer1" width=280 height=46 autostart=1 showcontrols=1 volume=-300&gt;
    &lt;/OBJECT&gt;
    &lt;/div&gt;</code></pre>
    Please Help me with this

    That is because you have #my_music {display: none;}<br />
    Firefox doesn't play media files if that content is hidden via display:none.<br />
    If you want to hide the player then use visibility:hidden<br />
    If you want visitors to be able to stop the music (I prefer that) then use {display: block;} there as well.
    <pre><code>#my_music {visibility: hidden;} or #my_music {display: block;}
    .homepage #my_music {display: block;}
    </code></pre>

  • WSAD 5.1.2 and Relational Records - anyone else having problems?

    Hi,
    I am a bit of a newbie with JSF and as such have limited understanding. However, when trying to insert a Relational Record using WSAD 5.1.2, I keep having problems.
    I am trying to use a relational databse (one that is normalized) where there are two tables (MAIN and SUB_SET_OF_MAIN). Main contains a primary key which is REF and this is the same key in SUB_SET_OF_MAIN where it is also a foreign key.
    I then try and insert a new Relational Record, set the auto key generation on the MAIN table. I complete the wizard and test my page. I would expect the two tables to update with the key generation and the data to also populate in the tables.
    But I keep getting problems with the bean. I have now given up on this, but was wondering if anyone else was having this problem and how they resolved it?
    Thanks
    BB

    I was having the same problem with my iPad (first gen) and my iphone 4. After 24 hours of restoring the device, resetting email settings, etc., I finally found that there was an old email in my inbox on the mail server that wasn't visible on my devices (imac, ipad, iphone). I went into webmail on Godaddy and deleted it ... everything worked after that. I can't say this will work for you but it's worth a shot to look at your webmail for any emails that should have been deleted but didn't. BTW, the offending email was text only with no attachments.
    Good luck!

  • Having problems saving contacts on 4s after reset caused by disabling

    Am having problems saving contacts manually on my iPhone 4S after total restore caused by disabling. Can anyone help.

    In case of ur memory card there are different options available to you to get rid of the corrupt/unwanted data in your card.
    menu--installations--application manager--remove the unwanted application....... in ur case themes
    menu--tools--memory---options---format memory card......
    remember everything including ur factory installed apps will be deleted......... but u can always download them later either from nokia or google them...
    or insert ur card in any reader or laptop and check for virus and also the hidden folders....... if there is something left of the application then u will find it in the hidden folders and delete it.......
    Articles posted courtesy engadget
    keep us updated about the progress.... if u like wat I have to offer then click on khudos.

  • I'm having problems with a wireless Logitech mouse

    Since upgrading to ML i'm having problems with a wireless Logitech mouse that worked well prior to the update. I'm using the current Logitech Control Center software. No other mouse software is on my Mac Mini. If I use a Guest Aacount the problems ( wheel and back button ) are not present. Any suggestions?

    You might try the Logitech support site. There are communities on there:
    http://www.logitech.com/en-us/support/keyboard-mice-combos
    Here is a link to drivers:
    Logitech Drivers
    You might check your home folder/Library to see if you can find a Logitec .plist.
    You need to look in your user Library/Preferences for the .plist. Hold down the option key while using the Finder "Go To Folder" command. Enter ~/Library. Delete the .plist(s) for the mouse.
    If you prefer to make your user library permanently visible, use the Terminal command found below.
    http://osxdaily.com/2011/07/04/show-library-directory-in-mac-os-x-lion/
    You might want to bookmark the command. I had to use it again after I installed 10.8.2. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Is anyone having problems with the battery heating up and draining the power?  Mine has been doing this for about 2 months now.

    Is anyone having problems with the battery heating up and draining the power?  Mine has been doing this for about 2 months now.

    This is a major problem with Lollipop, but yo said it started 2 months ago.   Several people have fixed problem by removing FaceBook And Face book messenger and then re loading the apps again.   You might want to clear your cache before reloading.  Not sure this is your problem, but worth a try.  Good Luck

  • Hi I am having problems removing mail from trash folder. Can anyone help please

    Hi I am having problems removing mail from trash folder. I can send mails to the folder but cannot delete them permanently from the trash folder. I am using Iphone 3G and anm up to date with OS. Can anyone help please

    Check that there isn't a different Trash folder to the one with the proper Trash symbol on it.
    If you see one in your list of folders rather than a separate one, highlight it, then click on Mailbox...Use this mailbox for...Trash

  • I recently had to swap out my iphone 4s and I am having problems restoring photos and videos from icloud.  I get a message on my phone that says " the URL you are requesting is not found on this server".  Pics and videos have been deleted too.

    I recently had to swap out my iphone 4s and I am having problems restoring photos and videos from icloud.  When I restored my phone from icloud, half of my pics and videos have been deleted, the pics that were restored on my phone are very blurry, and the videos won't play.  I get a message on my phone that says " the URL you are requesting is not found on this server".  I have erased and reset my phone twice, but every time I do it, more pics and videos are deleted.  I have backed up to icloud and iphoto, however, some of the pics are no longer on iphoto either.  Is there someway to get the videos to play on my phone again?  Make the photos not as blurry as they are now and to restore the pics and videos that have been lost?  I really would love to have them back, this phone is supposed to be the best and right now it doesn't seem to be.  Please help if you can.

    I too have noticed that once i restored from iCloud. Pictures blurry and videos wont play!
    Need help too!!

  • Hi I am having problems downloading and updating apps on my iPad and iPhone. The message cycles between waiting and loading then I get an error message saying unable to download app. Eventually,after many attempts it works.

    Hi Guys - for a few days I have been having problems downloading and updating apps on my iPad and iPhone. The message cycles between waiting and downloading then eventually says unable to download app. Sometimes after many attempts it wil eventually work. I tested it on an old iPhone 3G and got the same problem so it is not an iOS 5 issue. My WI-FI connection is working fine. I was wondering if this is an App Store problem? Anyone else in the UK having this problem?

    Hi John
    iTunes Support wasn't of any use to me.
    I have also been having another problem - with BBC iPlayer and other video streaming not working due to insufficient bandwidth, despite my overall download speed being consistently around 50Gb.  This is also affecting AppleTV downloads
    I am using Virgin Media as my ISP, and was wondering whether you do as well.  This might be the common thread.
    -Bernard

  • HT4623 please help - installed IOS7 and now I am having problems playing Words Free on my Iphone.  It gives me a pop up telling me to connect to ITunes but will not connect.  Cannot get out and have to continually shut down my phone and start over.

    please help - installed IOS7 and now I am having problems playing Words Free on my Iphone.  It gives me a pop up telling me to connect to ITunes but will not connect.  Cannot get out and have to continually shut down my phone and start over.

    Hi, jeantwin.
    Thank you for visiting Apple Support Communities.
    The steps in the article below may help you resolve the issue with push notifications.
    iPad and iPod touch: Unable to use YouTube or Push notifications
    http://support.apple.com/kb/ts3305
    If the issue persists, try signing out of your Apple ID and then sign back in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    Cheers,
    Jason H.

  • I am having problems with creating my apple id. On the phone it is advising me that the ID is not created and then when i do it online it says that it has been created. Can you advise me on what to do please?

    I am having problems with creating my apple id. On the phone it is advising me that the ID is not created and then when i do it online it says that it has been created. Can you advise me on what to do please?

    Apple ID FAQ   http://support.apple.com/kb/HE37

Maybe you are looking for

  • Why are tabs that say redirecting open and have nothing to do with the site i am working with and how do i stop this

    Easy example just clicking an email It will open a tab to play a game or to install flp media player I also work with ebay I go to click on an item then a new tab opens saying redirecting and goes to an add. website I tried the ask before installing

  • How can I return null in a double method

    I have a method, and like this: public double fu(){ In some case I want to return null instead of a double value, how can I make it? Thanks.

  • Dr and Cr error

    Dear experts !! 1.how to install Freight Module in sap its not  available. 2.Data in consistency due to no link between gate pass and invoice. Without gate pass invoice can be out. Weight check method is also no working smooth 3.Creditors Debit/Credi

  • Despreading a doc OR Bleeds when exporting pdf for wire bound book

    Using ID CS3 Windows. Creating PDF using PDF X1a for offset printing I created a standard 8.5 x 11 page size annual report that is going to be wir-o bound (ie spiral bound). It was created with page size as above and done as facing page spreads. When

  • SAPscript to MS-Word

    Hi all, I am trying to optimize the layout of  our quotes and orders.   For this I am searching a way to give the data from the SAPscript into  MS-Word with using a normal.dot  Can anybody tell me what is the best way to do this? Thank you,