Itunes unresponsive when switching between two devices

For God Sake help me with this,
i have so many apps on my iTunes(mac) ,since i updated my itunes from 11 to 12 it has been my worst nightmare ever..
whenever i attach two or more devices ,switching between devices it becomes unresponsive so that i have to force quit iTunes
i googled this issue,tried lots of things.but no success
plzzzzzz help

Paul,
Thanks for responding.
I'm still confused as to which field the script goes in and how to enter it in relationship to any existing script.
Instead of me trying to explain verbally, I'll show you what I have.
Document Hierarchy:
Subform path & script: (I'm assuming I need one for each subform)
xfa.host.resetData("xfa.form1.Page1.subform1");
xfa.host.resetData("xfa.form1.Page1.subform2");
"Radio Button List" Click Event script that shows/hides subforms:
form1.Page1.FLOC.RadioButtonList::click - (JavaScript, client)
if (this.rawValue == 1)
    Subform1.presence = "visible";
    Subform2.presence = "hidden";
else if (this.rawValue == 2)
    Subform2.presence = "visible";
    Subform1.presence = "hidden";
if (this.rawValue == 1)
    Efficiency.presence = "visible";
if (this.rawValue == 2)
    Efficiency.presence = "visible";
I've tried putting the script  inside the curly brackets, outside the curly brackets, at various locations within the above script, but no matter where I put it, it clears the entire form.
Would you be so kind as to re-write the above script  properly so I can see what it's supposed to look like.
Thanks!

Similar Messages

  • Getting around commiting at task to hardware in DAQmx and maintaining HW timing when switching between two AI tasks.

    I have a project that requires two HW timed AI task that are triggered at different rising edges. I originally started with an example vi that has HW timed retriggerable AI that seemed to working fine until I decided to capture two channel with a seperate task. I received error messages due to the orginal task being committed to the hardware that prevented the second task for being configured due to reserved resources.
    I was able to changed the commit to verify and switched from a analog edge trigger to a digital edge so I could use another PFI for triggering the second acquisition and the program seems to work fine at the momment.
    Questions that I have are:
    What exactly do verify, reseve and commit refer to in regards to task setup and impact on task switching delay. What information is actually transfered when configuring the task and what are the typical delay times for switching between tasks for the task controls listed above on a PCI6071e card. I am concerned that HW timing may have been sacrificed in order to work around the reserved resources and that if someone bumps the mouse the timing sequence will miss a trigger due to an IRQ.
    Any information on this topic would be greatly appreciated.
    Kindest Regards,
    Bill

    Lon,
    Thanks for  the reply. I have another related question in regards to configuring the read property node for a digitally triggered start-stop routine with 2 presamples and collecting 5 samples per channel on 14 channels. Triggering occurs at 500 Hz and the total sampling time for all channels is restricted to 500 us max. I am current dealing with a single AI task and having difficulty capturing all the data in an output file. I have tried using a large array to store the data until the test is complete then write the array to a file to see if the file I/O was the problem. It did not work.
    I have looked the the vi and information with respect to "How do I use digital triggering to start and stop AI". The description included with the vi indicates that the read property "Relative to" must be set to current read position and the buffer definition modified to something hugh in order to keep the ahead of the write. I have tried this and cannot seem to capture the correct number of bytes in the output file. I have tried different "Relative to" settings and offsets with no luck.
    A quick summary of the test is 1000 cycles with 5 samples per channel on 14 channel captured twice during each cycle. Data read as I16 (2bytes). Neglecting the 300-500 bytes in the test comment header,  the file should be in the 112k range (1000*5*14*2*2). When I do happen to collect some data the file size is either way too small or much larger than expected.
    All this information to ask the simple question; How do I configure the read properties to make certain that I collect all the data and store it in a file.
    I apologize for running on about this problem, but I am getting really frustrated with this.
    Kindest Regards,
    Bill

  • How to reset data when switching between two subforms

    I have two subforms that are either shown or hidden based on a radio button selection.
    If Radio Button "1" is selected, subform1 is visible and subform2 is hidden and  vice-versa.
    This is hard for me to explain, so please bear with me.
    What I want to do is to clear the subform fields if you switch back and forth between subforms.
    For example:
    1.     Click Button "1" (subform1 visible)
    2.     Fill in subform1 fields.
    3.     Click Button "2" (subform1 now hidden)
    4.     Click Button "1" (subform1 is visible and  fields are blank)
    I found the below script in another post for a similar problem. I put it as a "click" event for each Radio Button Item, but I'm not sure where it's supposed to go as the other post didn't say. It works but it clears the entire form, not just the subform fields.
    xfa.host.resetData("xfa.form.form1.subform1");
    Can anyone tell me the proper script to make my form work?
    Please keep it simple. The extent of my JavaScript knowledge is basically cut and past and hope it works. If it does work, it's by the grace of God only. I couldn't tell you the difference between a SOM and an node.
    So, if anyone has an answer, please dumb it down to about the level of a third grader.

    Paul,
    Thanks for responding.
    I'm still confused as to which field the script goes in and how to enter it in relationship to any existing script.
    Instead of me trying to explain verbally, I'll show you what I have.
    Document Hierarchy:
    Subform path & script: (I'm assuming I need one for each subform)
    xfa.host.resetData("xfa.form1.Page1.subform1");
    xfa.host.resetData("xfa.form1.Page1.subform2");
    "Radio Button List" Click Event script that shows/hides subforms:
    form1.Page1.FLOC.RadioButtonList::click - (JavaScript, client)
    if (this.rawValue == 1)
        Subform1.presence = "visible";
        Subform2.presence = "hidden";
    else if (this.rawValue == 2)
        Subform2.presence = "visible";
        Subform1.presence = "hidden";
    if (this.rawValue == 1)
        Efficiency.presence = "visible";
    if (this.rawValue == 2)
        Efficiency.presence = "visible";
    I've tried putting the script  inside the curly brackets, outside the curly brackets, at various locations within the above script, but no matter where I put it, it clears the entire form.
    Would you be so kind as to re-write the above script  properly so I can see what it's supposed to look like.
    Thanks!

  • User is no longer logged in when switching between two websites

    Hi All,
    I have created two independent websites. For ex: www.xyz.com and www.abc.com.
    Now, assume one user is logged in the www.xyz.com and he switched from that website to www.abc.com by clicking the hyperlink.
    At that time he needs to enter again his username and password. But I don't want to user to re-enter his login
    information again. That means login information(username and password) is same for both websites. For this
    requirement what I code need write in my application. Can any body help me.
    Thanks in advance.......
    Regards,
    Chandrasekhar

    Have you checked whether your authentication is using a cookie? If yes, then that is the source of your problem. Check your container's documentation for how to enable URL rewriting instead. If that still does not work, you will need to figure out some other method of common authentication (such as your application server's clustering abilities or using the database to store which users are currently authenticated). One final option would be to always have one server forward an authentication request to the other server yourself manually.
    - Saish

  • HT1918 hi I'm travelling between two countries and i have a credit card and address in both, can i set up my itunes account to switch between the respectice i tunes stores

    hi I'm travelling between two countries and i have a credit card and address in both, can i set up my itunes account to switch between the respectice i tunes stores

    Not a single account, no, at least not easily. It would be better to set up individual iTunes Store accounts, one in each country. Your computer and devices can quite happily deal with two accounts, and then you can just log into the appropriate account when you're in the applicable country. You'll need a second email address to able to create a new Apple ID.
    Regards.

  • Is there a way to sync past messages from my old iPhone to my iPhone 5 ? I'm aware of the iTunes backup syncing but how would I transfer that between two devices ?

    Is there a way to sync past messages from my old iPhone to my iPhone 5 ? I'm aware of the iTunes backup syncing but how would I transfer that between two devices ?

    Restore from old iPhone backup can past all data including messages to your new iPhone. Or you can resfer to this iPhone 4/4S SMS to iPhone 5 transfer tutorial. It shows you how to transfer messages only.

  • White box appears while switching between two desktops

    Hello all,
    Since few weeks I have a problem when I switch between two Desktops. Everytime I switch between them a white box appears in the left corner of my screen (see screenshot).

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Can music be shared between two devices with different apple IDs?

    Can music be shared between two devices with different apple IDs?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    iTunes content can be commingled in the iTunes library on a computer and synced to iOS devices. The computer must be authorized to use the content from the respective Apple IDs in the iTunes Store menu.

  • Graphic distortion when switching between external and built-in display (rMBP)

    Recently (within the past two weeks or so) I've noticed a strange issue when switching between my external display (Thunderbolt) and my built-in display on my 15" rMBP. The following issue seems to be specific to Photoshop CS6.
    Typically, I'll have a PS document open on my external display and I'll wind up taking my to another location. If I close the PS document while on my built-in and then re-open it, I get all kinds of distortion and pixellation. Closing out PS and reopining, restarting, logging on/off; none of it seems to work. It seems like the issue is with the PSD itself, but it doesn't make any sense to me. Any ideas? Screenshot: http://i.imgur.com/iCipSc7.jpg

    Do you have intel gpy as well as other graphic card?  You may be viewing document on different gpu's.  PS does not like multiple gpu's.

  • Weird window behavior when switching between applications????

    When I switch between two applications, the other window disappears. This is annoying if I am trying to copy text from say, textedit, to another application like mail or Excel. When I switch to the mail app, the textedit window disappears. And when I switch to textedit, the mail window disappears. I have to keep going to the Dock to get to the other window.
    I did not think this was always the case. Is there a setting I am missing? I really think I was able to see both a textedit window AND an Excel or Mail window at the same time. Please help

    Do you have any third-party extensions installed? I googled and found several that will perform this auto-hide action: Quitling, App Presto, AutoHide, and DragThing are some of them.

  • Issues with MW600 switch between paired devices

    Hi, I've got an MW600.
    When paring  then connecting it to my phone (N95 8GB) it just works fine.
    When pairing then connecting it to my lenovo laptop it just works fine.
    But the switch of the MW600 between both of my devices is simply not working. When connected to my phone, it switches sound to the laptop but not the microphone;
    When connected to the Laptop, it's even worst: it does not switch at all to my phone.
    The only solution I've got found is to pair again to the one I want to switch to. Which is unacceptable, as thi switch function has been sold as the differentiator vs many other BT stereo earphones.
    Can anybody for SonyEricsson help?
    Many thx

    I think what you would have to push and hold the call key on the headset to switch between devices that uses microphone. The use the volume key to select device.
    I you like to switch between media devices you press and hold the play key.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Getting the spinning wheel when switching between accounts

    Hi all,
    I am getting the spinning wheel when switching between accounts on a mac mini. There are two accounts and quite often when we go from one to the other we get the spinning beachball after putting in the password to log in. I am finding the only real solution to be is to put the machine to sleep (button at the back for a sec or two) wait for it to go to sleep and then wake it up and it mostly will then log in and keep working.
    It's an older intel dual core mac mini with an upgraded HDD. I previously had an iMac running snow leopard where the same problem occured and recently migrated over the account to the mini running Lion. It seems to be happening more often.
    I also seem to remember that occasionally when using say Pages you would get the spinning beachball and then you would have to hit the desktop or go to another program and then back to pages to get it working again.

    Does it occur no matter which way you're going say? i.e, both from
    User 1 -> User 2
    User 2 -> User 1
    If its only one way, have a look at the 3rd party loginitems for the account your going to. If its both ways, see what 3rd party loginitems both accounts have in common. The best (though time consuming) way to eliminate the culprit is to remove all 3rd party apps from loginitems and add them in one at a time, testing for the problem each time.
    If you get the BSOD while actually logged in (say, while using Pages), try running activity monitor (or use terminal.app with the command 'top -u' (without the quotation marks)), and see if you can notice any process running at more than 30%CPU.

  • Dreamweaver 6.1 - JavaScript error when switching between open tabs

    When switching between open tabs a sequence of javascript
    errors occurs. I had not used Dreamweaver for about 2 weeks, and
    last time I used it with no problems.
    I have tried uninstalling it, OKing removal of all files when
    asked, re-installing it and updating with dwmx61_updater.exe, but I
    still get the same errors.
    This has rendered the software virtually unuseable, so any
    help would be greatly appreciated, as I'm working to a
    rapidly-approaching deadline.
    "While executing Browse_Back enabled in toolbars.xml, a
    JavaScript error occurred"
    followed by
    "While executing Browse_Forward enabled in toolbars.xml, a
    JavaScript error occurred"
    followed by
    "While executing Browse_Stop enabled in toolbars.xml, a
    JavaScript error occurred"
    The relevant code seems to be :
    <!-- Browser nav toolbar -->
    <toolbar id="Browser_Toolbar" platform="win"
    label="Browser Navigation" container="document"
    initiallyVisible="false">
    <button id="Browse_Back"
    image="Toolbars/images/MM/back.gif"
    disabledImage="Toolbars/images/MM/back_dis.gif"
    tooltip="Back"
    label="Back"
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('back')"
    command="dw.getDocumentDOM().browser.backPage()"
    update="onEveryIdle"/>
    <button id="Browse_Forward"
    image="Toolbars/images/MM/forward.gif"
    disabledImage="Toolbars/images/MM/forward_dis.gif"
    tooltip="Forward"
    label="Forward"
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('forward')"
    command="dw.getDocumentDOM().browser.forwardPage()"
    update="onEveryIdle"/>
    <button id="Browse_Stop"
    image="Toolbars/images/MM/stop.gif"
    disabledImage="Toolbars/images/MM/stop_dis.gif"
    tooltip="Stop"
    label="Stop"
    enabled="dw.getDocumentDOM().browser.getPageBusy()"
    command="dw.getDocumentDOM().browser.stopPage()"
    update="onBrowserPageBusyChange"/>
    <button id="Browse_Refresh"
    image="Toolbars/images/MM/browserRefresh.gif"
    tooltip="Refresh"
    label="Refresh"
    enabled="true"
    command="dw.getDocumentDOM().browser.refreshPage()"/>
    presumably the next error is caused by the previous ones
    failing :
    "While executing getCurrentValue in AddressURL.htm, a
    JavaScript error occurred"
    the relevan tcode :
    function getCurrentValue()
    var dom = dw.getDocumentDOM();
    var value = dom.browser.getURL();
    if (value && value.length)
    //check if is it not a temp file
    //extract the tail of the url
    var filename = value;
    var slashIndex = filename.lastIndexOf("/");
    filename = filename.substring(slashIndex+1);
    var tempIndex = filename.indexOf("TMP");
    if (tempIndex != 0)
    addRecentAddress(value);
    return value;

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "earthdoctor" <[email protected]> wrote in
    message
    news:[email protected]...
    > When switching between open tabs a sequence of
    javascript errors occurs. I
    > had
    > not used Dreamweaver for about 2 weeks, and last time I
    used it with no
    > problems.
    >
    > I have tried uninstalling it, OKing removal of all files
    when asked,
    > re-installing it and updating with dwmx61_updater.exe,
    but I still get the
    > same
    > errors.
    >
    > This has rendered the software virtually unuseable, so
    any help would be
    > greatly appreciated, as I'm working to a
    rapidly-approaching deadline.
    >
    >
    > "While executing Browse_Back enabled in toolbars.xml, a
    JavaScript error
    > occurred"
    > followed by
    > "While executing Browse_Forward enabled in toolbars.xml,
    a JavaScript
    > error
    > occurred"
    > followed by
    > "While executing Browse_Stop enabled in toolbars.xml, a
    JavaScript error
    > occurred"
    >
    > The relevant code seems to be :
    >
    > <!-- Browser nav toolbar -->
    >
    > <toolbar id="Browser_Toolbar" platform="win"
    label="Browser
    > Navigation"
    > container="document" initiallyVisible="false">
    >
    > <button id="Browse_Back"
    > image="Toolbars/images/MM/back.gif"
    > disabledImage="Toolbars/images/MM/back_dis.gif"
    > tooltip="Back"
    > label="Back"
    >
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('back')"
    > command="dw.getDocumentDOM().browser.backPage()"
    > update="onEveryIdle"/>
    >
    > <button id="Browse_Forward"
    > image="Toolbars/images/MM/forward.gif"
    > disabledImage="Toolbars/images/MM/forward_dis.gif"
    > tooltip="Forward"
    > label="Forward"
    >
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('forward')"
    > command="dw.getDocumentDOM().browser.forwardPage()"
    > update="onEveryIdle"/>
    >
    > <button id="Browse_Stop"
    > image="Toolbars/images/MM/stop.gif"
    > disabledImage="Toolbars/images/MM/stop_dis.gif"
    > tooltip="Stop"
    > label="Stop"
    > enabled="dw.getDocumentDOM().browser.getPageBusy()"
    > command="dw.getDocumentDOM().browser.stopPage()"
    > update="onBrowserPageBusyChange"/>
    >
    > <button id="Browse_Refresh"
    > image="Toolbars/images/MM/browserRefresh.gif"
    > tooltip="Refresh"
    > label="Refresh"
    > enabled="true"
    > command="dw.getDocumentDOM().browser.refreshPage()"/>
    >
    >
    >
    > presumably the next error is caused by the previous ones
    failing :
    >
    > "While executing getCurrentValue in AddressURL.htm, a
    JavaScript error
    > occurred"
    > the relevan tcode :
    >
    >
    > function getCurrentValue()
    > {
    > var dom = dw.getDocumentDOM();
    > var value = dom.browser.getURL();
    > if (value && value.length)
    > {
    > //check if is it not a temp file
    > //extract the tail of the url
    > var filename = value;
    > var slashIndex = filename.lastIndexOf("/");
    > filename = filename.substring(slashIndex+1);
    > var tempIndex = filename.indexOf("TMP");
    > if (tempIndex != 0)
    > {
    > addRecentAddress(value);
    > }
    > }
    > return value;
    > }
    >
    >

  • Husband and i used to share an iTunes account when we exceeded our device limit I started a new account he has 2 movies I purchased  I want them he does not can he transfer - give them to me somehow?

    Husband and I used to share an iTunes account when we exceeded our device limit I started a new account he has 2 movies I purchased  I want them he does not  - can he transfer - give them to me somehow?

    Items purchazed under one account cannot be transferred to another

  • My  iPod touch screen says it is disabled.  Connect to iTunes.  When I connect the device to the computer a window pops up and said that the iPod is locked and I need to enter the passcode on the iPod..... I can't get it to do anything.  Any ideas?

    My  iPod touch screen says it is disabled.  Connect to iTunes.  When I connect the device to the computer a window pops up and said that the iPod is locked and I need to enter the passcode on the iPod..... I can't get it to do anything.  Any ideas?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

Maybe you are looking for

  • I have purchased the Adobe Creative Suite 4 and now my first dvd of the software doesn't work anymor

    I have purchased the Adobe Creative Suite 4 and now my first dvd of the software doesn't work anymore. My computer doesn't want to read it anymore. I want to mention that I also tried on some other computers and still the problems continues. How can

  • Final Cut Pro 7 & Compressor

    I am trying to complete a project which I recorded on a Sony EX1R HD Camera. For the purpose of this project, I had to shoot in SD Format, which put the files in a .avi wrapper. However I was able to import directly into Final Cut Pro 7 and edit as n

  • Why is the fan in my iMac running so much after Mountain Lion update?

    For some reason, I seem to notice the fan on my 4 year old iMac running constantly, even with very few processes running (only Mail and Safari) after the upgrade to Mountain Lion. Anyone else have this problem? Anyone have a solution?

  • T-Code: F-30 for Argentina Document Type: DZ

    Hi, For each payment from a customer in Argentina they issue a document u201CRecibou201D through F-30, it has a sequential numbering, but on past two weeks. The header text numbering reached # 299999 then it gone back to 217648, and this last numberi

  • Remove zeros only to left of number

    Hi, I want a function that will remove 0 characters only to the left of a number. However the number is in string format. For example, I want to replace the following string: '00000010200' to be '10200' I understand that REPLACE('00000010200','0') wo