TOC treeing in sync with hyperlink navigation

A requirment for the project I'm working on is to create a process map (check) that links to procedure documents (check, using hyperlink mapping).  All good, but the TOC in the left pane needs to open/tree out to the document that has been jumped to through the hyperlink.  Is there a way in RoboHelp 9 (upgrading tomorrow) to make the TOC sync to the open document?
Thank you,
Rob

Hi Rob
Saying "HTML" is the output is like asking what brand of automobile you drive and you tell us it's a Car.
However, you did also say that "it's the output for the company intranet" so that does hopefully narrow the choices somewhat. So my guess here is that it's either WebHelp, FlashHelp or Web Based AIR Help.
I'll choose WebHelp here. If it's something different, you can come back and tell us or possibly you will see what I'm showing here in the dialog and that may help with another output type.
Look at the Navigation section of the Single Source Layout recipe.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7, 8 or 9 within the day!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • My new birthday present (i-phone 4s) does not sync with my 2011 CRV navigation..is there any way the service tech at Honda can set this up for hands free usage?  It is very frustrating to not be able to use this phone like my cheaper old phone.

    My new birthday present of an i-phone 4s, can not be synced with the navigation of my 2011 Honda CRV.  Can anyone give us hints on what to do, as the Honda dealership can not enable the phone to work with hands free.  Help, this is very frustrating as the old cheap phone,worked perfect.  Apple did not make this a user friendly product for cars.

    Start by reading the User's Guide which will provide details for how to pair the device with other bluetooth devices.  This may also require reading the Owner's Manual for the vehicle to find out how to put it into pairing mode.

  • InDesign crashes when syncing book with Hyperlinks in master

    Hi,
    I seem to have an issue with InDesign crashing when trying to sync a Book (INDB file) with page links (Hyperlinks) in the Master.
    Ref. Hyperlink panel > Edit Hyperlink > Link To: Page
    I've narrowed the crashing issue down to InDesign only crashing when the Style Source (containing the master with page links), tries to sync with another doc in the Book that uses the master in the Pages panel. Thus I do not get a crashing error if the doc does not contain the master in the Pages panel.
    For the pages that did not contain the master on the Pages panel I noticed that the Hyperlinks were labelled differently from the Style Source (ex. "hyperlink 1" from the Style Source would be "hyperlink 2" in the first document synced with it (assuming only one hyperlink present).
    If I remove the Hyperlinks (page links) from the master, the error no longer occurs for any of the pages.
    I put the links on the Page as opposed to the Master to test functionality and they work as expected. Although part of the reason for having the Master is these links appear exactly the same across multiple pages in the Book.
    I've tried to export all my pages as IDML files then re-save them as INDD files to no avail. Did the same to all the files as well with "Save As" which didn't do anything either. I then installed the latest patch I could find: Application Version 7.0.4.553 (See all InDesign Patches), which also did not work.
    Not sure if this is a bug or if what I'm trying to accomplish should be done differently.
    The links in the Master need to link to the first page of select docs in the Book. Similar functionality to how a rendered table of contents would behave.
    Ref. Layout > Table of Contents...

    I had the same problem, and it turns out that the problem is having the same file into different folders. For example I had an MP4 in iTunes, and the same file in the photos folder that was being updated to the iPad. So I just removed one file and it syncs perfectly.

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • What does "you have data to Sync, go to TOC and press Sync" mean when I open the Bible  1 App.  I don't know what "TOC" is

    When I open my Bible +1 App the following appears - extremely too brief to read once - "you have data to Sync, go to TOC and press Sync.." on my iPad.  I don't know what TOC is, or where to go to Sync my data.  I also don't know WHAT data I have TO Sync.  Also, is there an Instruction "manual" so-to-speak that explains more about the latest update from November 27?  I'm working off an iPad 2 which is my ONLY piece of computer "anything" so all I'm woking on is my iPad.  I also do not have access to any person's lap top or  computer.  Can you help me?

    Went to Google, tonefox, and found the information.  As I told Meg, I am still "way over my head" with computers and still have to remember that you can 'Google" pretty much ANYTHING.

  • Any apps for e6 to sync with the google calendar?

    followed this instruction: http://support.google.com/mobile/bin/answer.py?hl=en&answer=147951
    tried to use the Exchange ActiveSync to sync with the google
    email are synced  but not the calendar and contacts
    is there a way I can sync the google calendar with the build-in calendar in my phone?
    my E6 is belle btw

    Hi kev0927,
    Thank you for your post and welcome to the forums!
    Right at the end of the Mail for Exchange setup, you are asked what you want to sync, there you can pick email, calendar and tasks. You can change this setting afterwards by navigating to Menu > Mail > Settings > Personal information mgr > Applications and selecting either Sync calendar events or Sync contacts and changing the synchronisation setting on.
    Alternatively you can set up your email account again. First delete your mailbox by long pressing it in the mail main view and selecting Delete mailbox. After that start New mailbox wizard, give your email address and the password, leave the domain box empty. Right after this you will be asked to give the server address, which is m.google.com, and what information you would like to sync. Just pick email, calendar and contacts, and they should be synchronised automatically.
    Let us know if this helps,
    Puigchild
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • IPad will not sync with new ITunes

    Hey,
    I just updated ITunes to 10.5.2.11 and when I tried to sync with my Ipad - it said that it could not because I did not have "Apple Mobile Device Service" started.
    What the heck is that - I synced just fine before the update.
    Help.
    Thanks

    http://support.apple.com/kb/TS1567
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • Outlook 2010 won't sync with iCloud on the web

    Outlook 2010 Calendar syncs with the iCloud Calendar in Outlook. Both are visible in Outlook, both are ticked. Calendar Sync is set up in iCloud Control Panel 2 and on settings on my iPhone & iPad. However, appointments don’t show in iPhone, iPad or iCloud on the web.

    Here's what I've discovered: Outlook has two "versions," one for iCloud and one that is an Outlook data file ("My calendar"). You can check a box in Outlook to enable either of them (go to the Home tab and expand the navigation pane). The iPad does not sync with the Outlook data file. Anything entered there has to be manually copied to the iCloud version of Outlook in order to sync with iPad. So, to sync with iPad you have to uncheck "My calendar" in Outlook and then check "iCloud" and use that version of Outlook. But when I use the iCloud version, Outlook will not accept appointments sent to me by clients. It also screws up my communication with clients in other ways. So using the iCloud version of Outlook does not work for me.
    I've discovered a third-party software that seems to solve this issue: Code Two Sync for iPad. You can Google it for reviews, the download link, etc. I downloaded and installed it and it immediately copied (synced?) all the appointments in the Outlook data file version of Outlook ("My calendar") to the iCloud version and synced them with my iPad. There were a bunch of duplicates, but I think there's some way to fix that. However...it also crashed Outlook on my computer (I have an older computer that is having issues). So I needed to uninstall it. I repeat, this is because my computer has been having other issues, I don't think it is the software's fault. I may try it again when I have more time to troubleshoot. Anyway, you might try this software and see if it works for you.

  • Calendars in Outlook 2010 won't sync with my iPhone 3gs

    Since I installed iOS 4.3 in my iPhone 3GS I cannot get iTunes 10.4 to sync my Calendars in Outlook 2010 with my iPhone.  I have not changed any settings and it has worked without problems for the last year until I installed iOS 4.3
    Can anyone help me sort this out.

    Here's what I've discovered: Outlook has two "versions," one for iCloud and one that is an Outlook data file ("My calendar"). You can check a box in Outlook to enable either of them (go to the Home tab and expand the navigation pane). The iPad does not sync with the Outlook data file. Anything entered there has to be manually copied to the iCloud version of Outlook in order to sync with iPad. So, to sync with iPad you have to uncheck "My calendar" in Outlook and then check "iCloud" and use that version of Outlook. But when I use the iCloud version, Outlook will not accept appointments sent to me by clients. It also screws up my communication with clients in other ways. So using the iCloud version of Outlook does not work for me.
    I've discovered a third-party software that seems to solve this issue: Code Two Sync for iPad. You can Google it for reviews, the download link, etc. I downloaded and installed it and it immediately copied (synced?) all the appointments in the Outlook data file version of Outlook ("My calendar") to the iCloud version and synced them with my iPad. There were a bunch of duplicates, but I think there's some way to fix that. However...it also crashed Outlook on my computer (I have an older computer that is having issues). So I needed to uninstall it. I repeat, this is because my computer has been having other issues, I don't think it is the software's fault. I may try it again when I have more time to troubleshoot. Anyway, you might try this software and see if it works for you.

  • Ipod touch will not sync with itunes using windows 7 makes everything freeze

    My itouch has not been able to sync with itunes using windows 7 for a couple of days.  Everything just freezes and I have to reboot my laptop. I have reinstalled itunes and deleted the backup of the ipod but nothing is working.

    http://support.apple.com/kb/TS1538
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • ICloud control panel not syncing with outlook 2013

    I have installed iCloud on windows 7 64-bit. after installation it asked if I want to sync with outlook my mail , contacts etc. so I selected the option to sync and clicked apply.
    The program said that it needs to setup mail, contacts etc with outlook 2013 and the loading gif started to work , then I click on close .
    when I open outlook 2013 i do not see my icloud folder or contacts .
    am I missing something here?
    PS. I tried to uninstall and re install icloud control panel with the same effect.
    Kindly can anyone help

    In Outlook 2013, I navigated to "People" and copied the contacts that I wanted to sync from the "Contacts" folder to the "Search Results" folder (<ctrl>+[drag and drop] to folder in left hand Folder pane).
    iTunes then synchronised those contacts (only) fine.

  • Iphone 6 not syncing with outlook 2013 correctly

    Just got the new iPhone 6 and syncing with outlook 2013 is not working.  No contacts are coming over.  Calendar comes over only partially.  Music and apps work fine.  The settings in itune are the same as with the old iPhone 4 but maybe there is some setting to change on the phone.  I'm on a window 8.1 pc and not using icloud.  Any suggestions are appreciated.

    In Outlook 2013, I navigated to "People" and copied the contacts that I wanted to sync from the "Contacts" folder to the "Search Results" folder (<ctrl>+[drag and drop] to folder in left hand Folder pane).
    iTunes then synchronised those contacts (only) fine.

  • Outlook 2010 SP1 Sync with the iCloud

    Problem: Contacts do not sync.  Calendar Items sync.  They do not appear in iCloud.com or on my Iphone.
    It appears items sync from the Iphone to the iCloud and to Outlook.  The problem is items syncing from Outlook to the iCloud.
    I rebooted the PC thinking it migh jump start the sync from Outlook to the iCloud. 
    I also tried unchecking Contacts in iCloud PC Control Panel, applied the change and then reverted the change hoping that woud jump start the sync from Outlook.
    There are no errors.
    iCloud Control Panel is installed
    Windows 7 64 bit version SP1
    Outlook 2010 Sp1is install (32 bit Version)
    Outlook Itunes Addin is running
    Outlook iCloud  Addin is running
    Outlook PST Maintenance
    PST was compacted
    Ran ScanPST with fix option to eliminate any PST issues
    Itunes Configuration Information
    Itunes is not configured to sync Contacts or Calendar
    iCloud Windows Control Panel
    Is set to sync Contacts and Calendar
    Iphone 4 is set to sync with iCloud.
    Any ideas would be appreciated

    frandango,
    I had the 3 calendar issue but through trial and error figured it out.  I would not want to say which of the three is syncing to iCloud but I can offer this.
    It has to be in the iCloud Folder.
    I would add an event, wait for a sync and look on your iphone etc to see if its there.  Then you'd know which calendar is yours.
    Also it is possible you have 2 calendars in iCloud.  This function is supported.  If one looks in the upper corner of their calendar on their device (ipad etc) there is a button to choose which calendars are displayed.  So you could be overlaying calendars on your device.
    In my case I don't need more than one calendar so I found which one was the one that had my events and deleted the other/s.  I then renamed it a simple name "Calendar - iCloud"
    I did the same for contacts, and tasks ("to do" list is now useless).
    I left my notes in the default file, and checked sync through itunes.
    I did this becaue the type of notes that iCloud creates are subpar in my opinion.
    The default calendar is now not used by me.  However this creates a lot of functionality issues with outlook.  As the icloud data file is not the default the navigation bar buttons, defaults are still the original data file and useless.  I did try and change my iCloud file to the default but it crashed the program and was a nightmare to return to a working condition.

  • Hyper links are gone when i sync with ipad

    hyper links are gone when i sync with ipad2????

    Currently, the iOS version of Keynote does not support hyperlinks.

  • I am trying to put the music from my ipod onto my new computer. After installing itunes and connecting my ipod touch a message comes up saying that my ipod is already synced with another library. What can I do to sync it with a new library?

    I recently got a new computer and got rid of my old one. I am trying to put the music from my ipod touch onto my new computer but keep getting a message saying that my ipod is already synced with a library and cannot be synced with more than one. How do I access that library on my new computer and if I can't are their other ways for me to put the music on my ipod into my new computer?

    Syncing to a new iTunes library or computer will erase your ipod. Only if you back up your iPod manually before syncing, you can restore your device from that backup again. A manual backup does not include the sync process.
    Disable autosync in iTunes, connect your iPod to your new computer and right click on it in the device list and choose backup. iTunes will backup your ipod without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    When you connect your iPod for the first time, all media content will be erased. But you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the ipod for the first time.
    Music is one way only, from the computer to your device, unless you bought the songs in itunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread:http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    About backups and what's saved: http://support.apple.com/kb/HT4946
    How to back up and restore:http://support.apple.com/kb/HT1414
    How to download apps for free again:http://support.apple.com/kb/HT2519
    Saving other data is also described here. How to back up your data and set up as a new device

Maybe you are looking for

  • Music keeps getting moved to the wrong folder

    I use my external hard drive (E:) as my iTunes folder and most of the time it works just swimmingly. However, for some reason, it seems almost randomly the music will get moved to the iTunes music folder on my C drive. The music is still indexed, but

  • No access with SP Designer 2010 after change to FBA and Windows at the same time - Does this work with SP 2013

    Hi All,      It seems you can't use SharePoint Designer 2010 to open a site if you have both forms and Windows Auth selected. Is there any way around this if i want to use the 2 at the same time? How does this work with SharePoint 2013 as i would be

  • Has anyone had issues with McAfee antivirus blocking tethering?

    Hello all - trying to help my mother out with her laptop. She has an Iphone 5S, and we tested - when she activates mobile hotspot, other devices can use it - I tried with my tablet & phone and had no issue - but her laptop is not able to connect to i

  • FCE Compatibility with AVCHD Format

    Does anyone know if Apple has announced, or if we should otherwise expect, updates for FCE or FCP to be compatible with the AVCHD format a few newer cameras are starting to use?

  • Secondary sort order

    I can sort my playlist. But when I sort them in, say "My rating" order, how can I prevent all songs from one artists rated equally being bunched together. What actually decides the sort order within, say, 5 star songs in this case? PC   Windows XP Pr