Why is the Playlist printing function broken in version 11.2. It worked fine in 11.1

How can I re-install version 11.1? Apple has managed to break the Playlist printing function again with the version 11.2.

I am having the same problem that Bobby is having. I also had the problem when I installed 11.1. Now I am receiving a message that reads there were errors in my installation. I received instructions to re-install. The problem with that is i Tunes will not let me re-install.

Similar Messages

  • Why does the apps store not accept my ID and password, it works fine to log into this forum and it works for the apple store, but not to log in to buy apps, it just keeps telling me that the id or password is wrong, and I know it isn't

    Why does the apps store not accept my ID and password, it works fine to log into this forum and it works for the apple store, but not to log in to buy apps, it just keeps telling me that the id or password is wrong, and I know it isn't

    I Just signed in to find the answer to this too.  I started having the same trouble today.

  • Why is the Tick Count function slow when used with a .dll but fine with normal lab view code?

    when using the Tick Count millisecond timer with a .dll I've written in C, I'm getting some odd timing issues.
    When I code the function I want (I'll explain it below in case it helps) in LV and run it as a subVI, feeding it the Tick count as an argument, the function runs quickly, but not quite as quickly as I would like. When I feed this same subVI just an integer constant rather than the Tick Count, it takes about the same amount of time, maybe a tiny bit more on average.
    When I bring in my function from a .dll, however, I start to run into problems. When I feed my function an integer constant, it is much faster than my subVI written in LV. When I feel my .dll the Tick Count, however, it slows down tremendously. I'm including a table with the times below:
                 |  Clock   |   Constant   |
    SubVi:   | 450ms  |  465ms       |
    .dll         | 4900ms|  75ms         |
    This is running the function 100,000 times. The function basically shifts the contents of a 2-dimensional array one place. For this function, it probably won't be a huge deal for me, but I plan on moving some of my other code out of LV and into C to speed it up, so I'd really like to figure this out.
    Thanks,
    Aaron

    Hi Aaron,
    Thanks for posting the code -- that made things a lot clearer for me. I believe I know what's going on here, and the good news is that it's easy to correct! (You shouldn't apologize for this though, as even an experienced LabVIEW programmer could run into a similar situation.) Let me explain...
    When you set your Call Library Function Node to run in the UI Thread you're telling LabVIEW that your DLL is not Thread-safe -- this means that under no circumstances should the DLL be called from more than one place at a time. Since LabVIEW itself is inherently multithreaded the way to work with a "thread-unsafe" DLL is to run it in a dedicated thread -- in this case, the UI thread. This safety comes at a price, however, as your program will have to constantly thread-swap to call the DLL and then execute block diagram code. This thread-swapping can come with a performance hit, which is what you're seeing in your application.
    The reason your "MSTick fine behavior.vi" works is that it isn't swapping threads with each iteration of the for loop -- same with the "MSTick bad behavior.vi" without the Tick Count function. When you introduce the Tick Count Function in the for loop, LabVIEW now has to swap threads every single iteration -- this is where your performance issues originate. In fact, you could reproduce the same behavior with any function (not just TIck Count) or any DLL. You could even make your "MSTick fine behavior.vi" misbehave by placing a control property node in the for loop. (Property nodes are also executed in the UI thread).
    So what's the solution? If your DLL is thread-safe, configure the call library function node to be "reentrant." You should see a pretty drastic reduction in the amount of time it takes your code to execute. In general, you can tell if your DLL is thread-safe when:
    The code is thread safe when it does not store any global data, such as global variables, files on disk, and so on.
    The code is thread safe when it does not access any hardware. In other words, the code does not contain register-level programming.
    The code is thread safe when it does not make any calls to any functions, shared libraries, or drivers that are not thread safe.
    The code is thread safe when it uses semaphores or mutexes to protect access to global resources.
    The code is thread safe when it is called by only one non-reentrant VI.
    There are also a few documents on the website that you may want to take a look at, if you want some more details on this:
    Configuring the Call Library Function Node
    An Overview of Accessing DLLs or Shared Libraries from LabVIEW
    VI Execution Speed
    I hope this helps clear-up some confusion -- best of luck with your application!
    Charlie S.
    Visit ni.com/gettingstarted for step-by-step help in setting up your system

  • The only working print-related function in BioBench1.2 on my PC is the "Print Report", all the other "Print" functions gave me "Error, the printer is not set up correctly".

    I used to print all my BioBench data by first exporting them to Excel and then print from there. Recently I need to print some of the screen shots and some data directly from array analysis, but when I click on the "print" buttons, the "Error, the printer is not set up correctly" message occurs. The only thing I can print from BB without this error is the report printing function. I have a postcript printer and I have set the postscript option to be "true"... Thanks !

    This problem is a result of a limitation in Windows 9x regarding the size of an image that you can send to the printer. The problem does not occur on Windows 2000/NT. This problem appeared with the increased color options of LabVIEW 6.0 on which the BB1.2 is based.Although it is not immediately obvious, your video driver and settings play a role in printing.
    1. Try adjusting the color palette your driver uses (i.e., 256 color, high olor, true color). The error may occur only in one of these modes. Also, change the resolution (number of pixels) to represent the Screen Area; e.g., change from a 1024 x 768 display to an 800 x 600 pixel display.
    2.Certain video drivers also support "acceleration" modes. Using a non-accelerated mode often eliminates the error. For
    Windows 95/98, right-click on your My Computer icon and select "Properties" from the pop-up
    menu. On the Performance tab, click the Graphics button and change the Hardware Acceleration (e.g., if it is set to "Full", lower the setting a notch or two); for Windows 2000/NT, right-click on your Desktop and select "Properties" from the pop-up menu. On the Settings tab, click the Advanced button and go to
    Troubleshooting.
    3.In Windows, the standard VGA driver provided by the operating system is very stable. Try using this driver in place of the specific one written for your video hardware. If the error is eliminated, there is likely a problem with your vendor-provided video driver.
    4.These errors are most often fixed with the latest
    video/printer driver. Be sure to contact your hardware manufacturer and install the latest driver. An easy way to determine if your error is "driver-related" is to move your code to another machine (and hopefully a different set of drivers) and see if th
    e error persists. If the problem is printer related, try another printer.
    5.Make sure there are at least 100M avalible space in your C: drive. If not, set the virtual memory to the other drive which has larger available space.

  • Why is the iphone search function spotlight limited in time?

    why is the iphone search function spotlight limited in time? I can only find entries that are less than a year old,but I would like to search older entries in my calender, which goes back to 2002. Anyone has a solution for this?

    Are you sure that your calendar still contains entries from that long ago? Generally when you sync the iPhone through iTunes, it will only sync entries from a specific time frame. It may be there older entries have been archived and do not exist on the iPhone anymore. Other than that, I don't see any setting that allows modification to the time frame for Spotlight search.

  • Why do the playlists merge together when you turn the I touch ?

    Why do the playlists merge together when you turn the I touch ?
    I have multiple playlists on my I touch but if you turn it horizontal all lists are on the view.

    The iPhone isn't the issue.  It's your Apple ID.  Whenever you update an existing application, it requires that you use the Apple ID that was originally used to download the app in question.
    Did you create a new Apple ID for your new iPhone?

  • How to implement the barcode printing functionality working on the Prod.

    Hi,
    Can anyone help me "How to implement the barcode printing functionality working on the Prod".
    Thanks
    Gangadhara

    Check this link --> barcode

  • Since I downloaded the lates version of Itunes, the playlist printing for the CD case is all crunched up.

    Since I downloaded the latest version of Itunes, the playlist printing for the CD case is all crunched up.

    I've been working on this all day!!! I've tried everything I know of and can't get it to load either. Sounds like lots of people are having problems. Here is what I have so far...I have uninstalled EVERYTHING on my pc from apple and reinstalled itunes to no avail. I have tried all sorts of things I've read as fixes online. NOTHING has worked. Here is something interesting that i have noticed though. my main pc (which is the one i have always managed my itunes account with for years) is a 32 bit system running windows 7. Yesterday I installed itunes for the first time on my new netbook which is a 64 bit (windows 7) system and it works just fine. i have three other laptops (all window 7) in my household that are all 64 bit operating systems and ALL have updated to 10.5 and THEY ALL work fine. this is FOUR 64 bit systems ALL updated w/10.5 that work and ONE that is a 32 bit that will not. Can't get any help from apple. their suppot *****! I want to get someone on the **** phone or a live chat but cant. *** APPLE????? please let mw know if you find SOMETHING i can try next. I'm out of ideas and patience!

  • Hi,  I trimmed an audio regin in the audio track edior with "Snap Edits to Zero Crossings" on. But I zoom in.the waveform was not ended at Zero point. Why?  In the audio file editork, "Snap Edits to Zero Crossings" option works fine.

    Hi,
    I trimmed an audio regin in the audio track edior with "Snap Edits to Zero Crossings" on.
    But I zoom in、the waveform was not ended at Zero point.
    Why?
    In the audio file editork, "Snap Edits to Zero Crossings" option works fine.

    correction needs to be made to step #14, I typed:
    14) Point to the start or end one of the clips, when you see the icon showing arrows going either way, right click and drag your clips to roughly match up with the timeline selection, then zoom in further and adjust the clip start and end points to match up exactly with the timeline selection start and endpoints.
    Here is the correction, THE CORRECTED PARTS ARE CAPITALIZED:
    14) Point to the start or end OF one of the clips, when you see the icon showing arrows going either way, LEFT-CLICK and drag your clips to roughly match up with the timeline selection, then zoom in further and adjust the clip start and end points to match up exactly with the timeline selection's start and end points.
    Another Correction:
    Originally read:
    Addendum: IF you have 2 files selected and click "Edit" to go to Edit view, it will give you the file of the clip you selected first, not 2nd. You must then go back to MT view, de-select the clip you selected first, then de-select the clip you want to edit, then RE-select the clip you want to edit.
    Here is the the correction, CORRECTED PARTS ARE CAPITALIZED:
    Addendum: IF you have 2 files selected and click "Edit" to go to Edit view, it will give you the file of the clip you selected first, not 2nd. IF YOU WANT TO EDIT THE 2ND FILE YOU SELECTED IN MULTI-TRACK VIEW, You must go back to Multi-track view, de-select the clip you selected first, then de-select the clip you want to edit, then RE-select the clip you want to edit, THEN CLICK "EDIT" TO GO TO EDIT VIEW.

  • Why can't i use realplayer with my mac anymore? it worked fine until i had the hard drive erased and reset

    why can't i use realplayer with my mac anymore? it worked fine until i had the hard drive erased and reset

    Did you remember to reinstall it?

  • Hi just updated to ios7   Speaker make No sound in music player Volume slider is not functioning at all , it's grey Ringtones works fine. I have apple tv in my local network so in ios 7 music player i switched to play through airplay And back to iphone -

    Hi just updated to ios7
    Speaker make No sound in music player
    Volume slider is not functioning at all , it's grey
    Ringtones works fine.
    I have apple tv in my local network so in ios 7 music player i switched to play through airplay
    And back to iphone - no sound
    Also tried another music player same **** - plays no sound
    iPhone 4S, iOS 7

    Hello there, vishnu cs.
    The following Knowledge Base article provides some great information for troubleshooting your issue:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • My ipad 2 touchscreen doesn't work on most of the screen it got cracks all down the left side of my ipad and it has been working fine for a year after cracking but just woke up and touchscreen doesnt work i have tried to reboot it but still nothing

    my ipad 2 touchscreen doesn't work on most of the screen it got cracks all down the left side of my ipad and it has been working fine for a year after cracking but just woke up and touchscreen doesnt work i have tried to reboot it but still nothing

    It might be time to contact Apple for an out of warranty repair (actually replacement)
    See here: http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Replacement for any model iPad 2 is $249

  • I'm getting a Download Error warning after attempting to download and install CC. No error code – just a button prompt to Reload Applications which takes me straight back to the Download Error. All my previously installed CC apps work fine but I need to u

    I'm getting a Download Error warning after attempting to download and install CC. No error code – just a button prompt to Reload Applications which takes me straight back to the Download Error. All my previously installed CC apps work fine but I need to upgrde to be compatible with colleagues. Thanks

    I'm having exactly the same problem......I'm running an iMac with OS X 10.10.1. We have BT fibre optic business broadband. Everything has been running just fine until about 2 weeks ago when the apps in my CC panel just disappeared. I have made no changes to our systems and I am the only person to administer it all.....

  • HT1338 for the last 6 months my mac is crashing all the time. I think it is safari because firefox works fine. Any suggestions?

    for the last 6 months my mac is crashing all the time. I think it is safari because firefox works fine. Any suggestions?

    What is crashing, is it just Safari or is the entire computer freezing (if that's what you mean by crashing)? If the latter, are you saying it only happens when Safari is open?
    You need to explain with more detail just what is happening and when.
    Do you get a message to restart?

  • When I add a new contact number to my iphone 5c  and I try to select the iphone choice is not showing up; and it was working fine the day before. ?

    when I add a new contact number to my iphone 5c  and I try to select the iphone choice is not showing up; and it was working fine the day before. ?Also when I try to send an imessage is not going trough as an imessage, it makes me send it as a message.

    You're using Exchange Active Sync to synchronize contacts and calendars with your company Exchange Server. If the default calendar/address books are set to the Exchange account, it will sync automatically. This is normal.
    Go to Settings>Mail, Contacts, Calendars to change the default address book and calendars to a something else, iCloud or something synced from your home computer instead.

Maybe you are looking for

  • Sending components on a PM03 task for subcontracting

    Hi, Is it possible to send components on a PM03 (external services) operation for subcontracting? To be more clear: we've defined the following starting scenario's: 1) send an item for an analysis - positiontype L / PM02 operation 2) send an item for

  • Need help with Casting to HttpsURLConnection

    Can anyone see why this simple cast will not work for me? Thanks. Here's the error message I get when I try to run it: C:\myJava\code\Source>java TestHttpsClientPost We have successfully initialized the default SSLSocketFactory! java.lang.ClassCastEx

  • AD Integration with sap abap R/3 system

    Hi All, We are in the planning to setup AD integration with our present sap system, where ad user name is differently maintained and sap user ids are different. we don't have any java systems in our landscape. our requirement is simple , user id and

  • Do I need an activation code to re-install CS3 and CS5 upgrade??

    I might have to re-install all software but only have the serial numbers, no activation codes. Do I need them and if yes where can I get them?

  • X2-02 v11.57 Issue: The number and not the name!

    Hello Nokia, I have a problem with my Nokia X2-02 (firmware v11.57): When receiving a call only number of the caller is displayed and not his name!! I made a hard reset, but the issue remains. This issue did not exist in firmware v10.90. Any help ple