Titles in LR mobile

Friends,
Is it possible to add titles, captions, etc. to images downloaded to the iPad through LR mobile?  If so, how do I do it, and will these titles sync to the desktop?  I looked in the manual and couldn't find it, or I missed it.
Thanks!
Steve

It isn't possible.  Please add your vote and opinion to this topic in the official Adobe feedback forum (it says "keywording" in the topic title but it's really about metadata in general): Lightroom Mobile: Ability to do keywording on the move

Similar Messages

  • A'tap to scroll title' function in mobile

    When song titles are too long to read in their entirety on my Android, it can be frustrating to miss the initial scrolling of the title. I often listen to new albums on my phone, unfamiliar with the songs and would appreciate the ability to tap some titles to have them scroll by once more.

    Updated: 2015-07-20Hello!
    Your idea has been submitted a while ago but unfortunately hasn't gathered enough kudos (25 per year). In order to keep an overview of the active ideas in this forum, we will close this idea for now. However this does not mean that your idea has been declined by Spotify.
    If you still feel strongly about your request, we encourage you to post your idea in a little different form again! Maybe now is the right time to receive the support of our community for your suggestion! ;)
    Do you have any further questions on how the idea exchange is managed? Just click here!

  • [Mobile.Actionscript.it presents the 2nd Mobile Game Contest]

    Mobile.Actionscript.it presents the 2nd Mobile Game Contest
    Gaming today is one of the most popular means of
    entertainment on mobiles,
    and is fast becoming the most exciting new field for mobile
    content
    developers worldwide.
    In this flourishing new environment,
    http://mobile.actionscript.it
    has
    decided to challenge the many professionals of the field by
    launching the
    Mobile Game Contest, now at its second edition. Developers
    from all over the
    world will be given the chance to show their skills and
    creativity, by
    competing for the title of best Mobile Game!
    Among this years exciting new features is the active
    participation of Jamba,
    which will be given a special vantage point on the event, by
    sitting in the
    jury panel, and by reviewing all games in the contest. As one
    of the worlds
    leading distributors of mobile content, Jambas participation
    promises to add
    the pressure and make the competition all that more exciting
    for developers
    and public alike.
    To view all the details regarding the Contest (deadlines,
    rules, prizes.
    etc) please visit
    http://www.actionscript.it/mobilecontest.
    Giorgio Natili
    Administrator ActionScript.it - AUG
    http://www.actionscript.it
    http://mobile.actionscript.it
    mobile +39 347 7416932
    fax. +39 06 890931190
    NOTICE: The information contained in this message is
    confidential, intended
    only for the use of the individual or entity named above. If
    you are not the
    intended recipient, please notify us immediately by telephone
    or e-mail and
    destroy this communication. Thank you.

    Check your date/time settings if correct.
    Happened to me when I changed the battery then I found out that the settings is not yet set.
    Works flawless now!
    Good luck!

  • Simple stored procedure - select with an if statement, returning a cursor

    Hi,
    I'm trying to create a very simple stored procedure, but having never worked with them before I'm not quite sure what I'm doing wrong.
    Here's my code:
    create or replace
    procedure contact_return(
        v_contact_id IN varchar2,
        p_cursor OUT SYS_REFCURSOR)
    AS
    begin
      set sql_statement varchar2(4000) := '
        SELECT URN,
          FIRSTNAME,
          LASTNAME,
          TITLE,
          CREATED_DT,
          AREA_URN,
          MOBILE,
          WORK,
          EMAIL,
          ORG_NAME,
          ADDRESS,
          POSTCODE,
          IN_USE
        FROM CONTACT';
      if v_contact_id is not null then
        sql_statement := sql_statement || ' where urn = ' || v_contact_id;
      end if;
      open p_cursor for sql_statement;
    end;
    It's actually returning 2 errors:
    Error(7,3): PL/SQL: SQL Statement ignored
    Error(7,7): PL/SQL: ORA-00922: missing or invalid option
    Which seem to be a problem with my set sql_statement line, but it looks correct to me?
    Thanks

    rajendra wrote:
    Dear User,
    It is not allowed to declare a variable inside the PL/SQL block means after begin ( in your case line no 7 ).
    Lot of errors in your code.
    Tell me your exact requirement and what you want to do , after that I will be able to solve your problem.
    Thanks,
    Rajendra
    Well, you can declare after the begin, though it'll be as part of an embedded code block e.g.
    SQL> ed
    Wrote file afiedt.buf
      1  create or replace procedure contact_return(empno IN  number
      2                                            ,c     OUT SYS_REFCURSOR
      3                                            ) AS
      4  begin
      5    declare
      6      sql_statement varchar2(4000) := '
      7        select *
      8        from emp
      9        where empno = nvl(:1,empno)';
    10    begin
    11      open c for sql_statement using contact_return.empno;
    12    end;
    13* end;
    SQL> /
    Procedure created.
    SQL> var x refcursor
    SQL> exec contact_return(7788,:x);
    PL/SQL procedure successfully completed.
    SQL> print x;
         EMPNO ENAME      JOB              MGR HIREDATE                    SAL       COMM     DEPTNO
          7788 SCOTT      ANALYST         7566 19-APR-1987 00:00:00       3000                    20
    so, it is allowed, as long as it's coded correctly.

  • Query Active Directory + Problem with thumbnailPhoto

    Hi<o:p></o:p>
    I have a problem and I don’t know if it is my SQL Query, so here goes
    <o:p></o:p>
    I have a view on my SQL server that Queries our Active Directory. I can see that there is data in the table.<o:p></o:p>
    But when I try to use the Image in some C# code I get an error on 60% of the images with the exception header missing or corrupted.
    My view is built with this Query:
    select
    * from
    openquery
    ADSI,'SELECT sAMAccountName, mail, title, displayName, telephoneNumber, mobile, sn, givenName,  department, thumbnailPhoto
    FROM ''LDAP:[REMOVED]''
    WHERE objectCategory = ''Person''
    Do you have any idea where the problem is? The photos shows up fine in Outlook, SharePoint, lync etc. I’m pretty sure that the C# code works correctly. Hope you can help.
    Regards
    If only I had time to learn everything I wanted ...

    Hi Latheesh
    I've tried with this script:
    SELECT ISNULL(ROW_NUMBER() OVER ( ORDER BY department ), -999) 'id' ,
    CONVERT(NVARCHAR(25), givenName) AS Fornavn ,
    CONVERT (NVARCHAR(50), sn) AS Efternavn ,
    CONVERT(CHAR(5), UPPER(SUBSTRING(mail, CHARINDEX(mail, N'@'),
    CHARINDEX(N'@', mail)))) AS 'initialer' ,
    CONVERT(NVARCHAR(255), mail) AS Mail ,
    CONVERT(NVARCHAR(75), title) AS Stilling ,
    CONVERT(NVARCHAR(120), department) AS Afdeling ,
    CONVERT(NVARCHAR(13), telephoneNumber) AS Fastnet ,
    CONVERT(NVARCHAR(13), mobile) AS Mobil ,
    CASE WHEN userAccountControl = 2 THEN 'Account is Disabled'
    WHEN userAccountControl = 16 THEN 'Account Locked Out'
    WHEN userAccountControl = 17
    THEN CONVERT (VARCHAR(48), 'Entered Bad Password')
    WHEN userAccountControl = 32
    THEN CONVERT (VARCHAR(48), 'No Password is Required')
    WHEN userAccountControl = 64
    THEN CONVERT (VARCHAR(48), 'Password CANNOT Change')
    WHEN userAccountControl = 512 THEN 'Normal'
    WHEN userAccountControl = 514 THEN 'Disabled Account'
    WHEN userAccountControl = 544
    THEN 'Account Enabled - Require user to change password at first logon'
    WHEN userAccountControl = 8192
    THEN 'Server Trusted Account for Delegation'
    WHEN userAccountControl = 524288
    THEN 'Trusted Account for Delegation'
    WHEN userAccountControl = 590336
    THEN 'Enabled, User Cannot Change Password, Password Never Expires'
    WHEN userAccountControl = 65536
    THEN CONVERT (VARCHAR(48), 'Account will Never Expire')
    WHEN userAccountControl = 66048
    THEN 'Enabled and Does NOT expire Paswword'
    WHEN userAccountControl = 66050
    THEN 'Normal Account, Password will not expire and Currently Disabled'
    WHEN userAccountControl = 66064
    THEN 'Account Enabled, Password does not expire, currently Locked out'
    WHEN userAccountControl = 8388608
    THEN CONVERT (VARCHAR(48), 'Password has Expired')
    ELSE CONVERT (VARCHAR(248), userAccountControl)
    END AS 'Disabled' ,
    CONVERT(NVARCHAR(75), givenName + ' ' + sn) AS 'DisplayName' ,
    CONVERT (VARBINARY(MAX), thumbnailPhoto) AS 'Photo'
    INTO ##adTemptable
    FROM openquery
    ADSI,'SELECT sAMAccountName, mail, title, displayName, telephoneNumber, mobile, sn, givenName, department, thumbnailPhoto,userAccountControl
    FROM ''[REMOVED]''
    WHERE objectCategory = ''Person''
    WHERE department IS NOT NULL
    But i still gets the same error on MANY rows
    OLE DB provider 'ADsDSOObject' for linked server 'ADSI' returned truncated data for column '[ADsDSOObject].thumbnailPhoto'. The actual data length is 6846 and truncated data length is 4000.
    OLE DB provider 'ADsDSOObject' for linked server 'ADSI' returned truncated data for column '[ADsDSOObject].thumbnailPhoto'. The actual data length is 7006 and truncated data length is 4000.
    OLE DB provider 'ADsDSOObject' for linked server 'ADSI' returned truncated data for column '[ADsDSOObject].thumbnailPhoto'. The actual data length is 6496 and truncated data length is 4000.
    If only I had time to learn everything I wanted ...

  • Sharepoint Online: Find an Item box is not finding all items in a list based on keyword search

    I am using SharePoint Online.
    I have a standard SharePoint list with a "Name" field (single line of text) and a "Description" field (multiple lines of text).  The Find n Item search box is present as expected, and works very sporadically.  For example, I
    have an item with the word "white" in the Description field.  Searching for "white" doesn't find the item.  I have a number of items with the word "vending" in the Name field.  Searching for vending returns some
    of the items, but not all of them.  
    I have gone into the list settings (Advanced) and reindexed the list.
    Here are two screenshots that illustrate the issue.  The first is unfiltered. The second shows a filter on the word "vending".  Note that some are found and some are not.
    Filtered
    Any idea what's going on?  

    I am also experiencing an issue with the find. If not the same issue David is having, I suspect it is related, so I will describe it here.
    I created a list based on the Contacts content type and within a standard list view, entering values in the "Find an item" box will match content of some columns, but not others. The four columns that the find misses are Position(renamed from Job Title),
    Email Address, Mobile Phone, and Years Of Service (a Numeric column I added to the list). I too have re-indexed the list and retested after several hours.
    Full Name and Email Address are both native columns of the Contact content type and both are Single line of text. I am able to filter the list by finding partial matches on Full Name, but not Email Address.

  • Contacts Don't Transfer All Information When Using Outlook Synching - Zen Mi

    Earlier I posted regarding the following problems with Outlook Synching:
    . It doesn't transfer any recurring appointments from Outlook.
    2. It doesn't transfer your Outlook calendar unless you also choose to transfer your Outlook Contacts.
    I now have another issue I just witnessed today....
    3. I've now entered roughly 50 contacts into Outlook, and have synched them with my Micro. I find that roughly 5 - 0% of my contacts do not synch over the email address. All other information appears to be transferred to my Micro, except for the email addresses in about 5 - 0% of contacts. I thought perhaps I maxed out the memory in my Micro, but that wasn't the problem. I then thought that perhaps these contacts have too much info, and Micro transfers over only a set data limit per contact... so I removed alot of info from one of them as a test, but it still won't transfer over the email address.
    Has anyone else seen that? Creative, any comments on this issue, or status on the first two?
    Thanks -
    Josh

    Thanks for the follow-up, Jeremy. In answer to your question, the contacts that don't transfer the email addresses were not previously on the device. I did not update the contact afterwards and add the email, it was already there when I initially created the contact.
    As a test, I tried creating a "Test Contact" that appeared similar to the contacts that exhibits this problem, but it transferred the email address just fine. It's just approximately 5 - 0% of my contacts that show this problem.
    The contacts I've seen off-hand tend to have most fields filled in including: Full Name, Job Title, Company, Business #, Mobile #, Business Address, E-mail, Display As.
    On a side note, when I deleted this test contact from MS Outlook, synched the device, and made sure I selected the checkbox stating "Delete contacts that have been deleted in Outlook".... it never removed the "Test Contact". Is this another bug?
    Thanks for the help -
    Josh

  • Auto sequencing

    Hi,
    I am new to Oracle but have experience with the procedural languages in MS SQL Server and Sysbase and in the past have used these languages extensively.
    I often use a number for my PK and get the database to increment that for me. In MS SQL Server you denote this field as [Identity=Yes] and you can set the seed (ie where to start the sequence) as well. Now in oracle as far as I can see I have to do this, as follows:
    DROP SEQUENCE INDEM_SIGS_SEQ;
    CREATE SEQUENCE INDEM_SIGS_SEQ MINVALUE 1 MAXVALUE 999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE;
    CREATE TABLE INDEMNITY_SIGNATORIES (
    IS_NO NUMBER(6) NOT NULL ENABLE,
    ... more fields
    CONSTRAINT PK_INDEMNITY_SIGNATORIES primary key (IS_NO),
    CONSTRAINT ... more constraints
    CREATE OR REPLACE TRIGGER BI_INDEM_SIGS
    before insert on INDEMNITY_SIGNATORIES
    for each row
    begin
    select INDEM_SIGS_SEQ.nextval into :NEW.IS_NO from dual;
    end;
    ALTER TRIGGER BI_INDEM_SIGS ENABLE;
    Now this seems a long-winded way of doing something that in SQL Server I just need to change a property value to do. But fair enough I only have to do it once for each table that has a sequential prime key, but if anyone is looking at this and can think of an easier way then please let me know.
    The next thing is that you sometimes get the situation when you insert a record and that you need the vaue of the prime key of the record you have just inserted. So you can then insert or update records in another tables that have this number possibly as a FK in other tables.
    In SQL Server I would do this as follows:
    INSERT INTO contacts (contact_type, first_name, surname, secretary, salutation, title, email, tel, mobile, fax, xmas_card, notes, created, modified)
    VALUES (@contact_type, @first_name, @surname, @secretary, @salutation, @title, @email, @tel, @mobile, @fax, @xmas_card, @notes, GetDate(), GetDate());
    SELECT contact_no FROM contacts WHERE (contact_no = @@IDENTITY);
    I hope this is clear and that someone can help.

    If you want the primary key column to be populated automatically, the trigger you've posted is correct. Lots of folks prefer just to put the sequence in the actual insert statement, i.e.
    INSERT INTO indemnity_signatories( is_no, other_columns )
      VALUES( indem_sigs_seq.nextval, other_values );You can get that sequence value back either using the RETURNING clause or using the CURRVAL of the sequence, i.e.
    INSERT INTO indemnity_signatories( other_columns )
      VALUES( other_values )
      RETURNING is_no INTO my_local_is_no_variable;or
    SELECT indem_sigs_seq.currval
      INTO my_local_is_no_variable
      FROM dual;Justin

  • Cannot hide 'Choose your settings' field from User Profile Edit Page

    When ever I change the 'Choose your settings' property to not be displayed on users' edit profile page, all of the users' My Site edit profile pages display an error, 'Sorry, something went wrong'.  The log file shows the following entries.
    ProfileUI: Unhandled exception inside DisableReadOnlyRegionalControls: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.Portal.WebControls.ProfileUI.DisableReadOnlyRegionalControls() 
    ProfileUI: Unhandled exception inside LoadProfileTable: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.Portal.WebControls.ProfileUI.DisableReadOnlyRegionalControls()    
    at Microsoft.SharePoint.Portal.WebControls.ProfileUI.LoadProfileTable() 
    ProfileUI: Unhandled exception inside LoadControl: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.Portal.WebControls.ProfileUI.DisableReadOnlyRegionalControls()    
    at Microsoft.SharePoint.Portal.WebControls.ProfileUI.LoadProfileTable()     at Microsoft.SharePoint.Portal.WebControls.ProfileUI.LoadControl(Object sender, EventArgs e) 
    Application error when access /_layouts/15/EditProfile.aspx, Error=Object reference not set to an instance of an object.   at Microsoft.SharePoint.Portal.WebControls.ProfileUI.DisableReadOnlyRegionalControls()     at Microsoft.SharePoint.Portal.WebControls.ProfileUI.LoadProfileTable()    
    at Microsoft.SharePoint.Portal.WebControls.ProfileUI.LoadControl(Object sender, EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequest... 
    I've encountered this on 3 different SharePoint 2013 farms, and it also works correctly on another.  I can't figure out why or what the differences are.
    We want to be able to hide the vast majority or fields from the user edit profile page and only show a handful of them, e.g. Name, Department, Job Title, Office and Mobile.
    Anyone else seen this or have a solution?
    Matt

    I was successfully able to hide it on an SP1 farm. Have you tried SP1 yet?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Help me to decide the final double project

    this semester i am doing my final double project.
    i want to use the java advance technology to programming
    my coding. especial J2ME.
    please suggest me a title that i can do.
    now my title is "studing mobile wireless system
    to implement SAMSUNG mobile phone remote picture message
    transaction using java advance technology"
    please help me to choose the title.
    thanks very much

    i change my topic already my first supervisor said are you sure this samsung A200 model will be suing during 10 years later, your project is useful???
    then i have no words.
    now my topic is "using TCL/TK to implement the windows and linux doing cross platform sharing and file tranfering"
    please give me some advise.

  • Get contacts into phone WITHOUT PC Suite

    I recently joined a new company and they have issued me with a 6303 Classic - a rather nice phone at that! Anyway, This company does not allow their employees administrator access to their PC's and as such I can't install any software whatsoever onto the PC - this includes PC Suite.
    So how do I get my contacts from outlook (or a CSV) into the phone without installing PC suite (or any other software) on my PC? I need name, job title, business phone & mobile numbers.
    thanks
       Guy

    There's no way round it without installing software of some kind.
    What you can do is export your address book, take it home or e-mail it to yourself, import it to your home PC and install PC Suite on your home machine.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Installation of deployed iOS app in the device

    Hi,
    I have uploaded the iOS app in the cloud.
    I can see the iOS app in the Manage software.
    I have installed "Company portal" app in the iOS device(iPad)
    I have enrolled the my device(iPad).
    How do i install the uploaded iOS app in my device which is avaliable in cloud?
    Regards,
    Venkatesh

    Hi,
    It is documented here:
    https://technet.microsoft.com/en-us/library/dn646972.aspx
    Under Create a software deployment,
    In the Microsoft Intune administrator console, click
    Software > Managed Software.
    Select the title of the mobile device software that you want to deploy, and then click
    Manage Deployment.
    Note
    When you select multiple items, and include both mobile device apps and computer software, you can only deploy the software as an
    Available Install.
    On the Select Groups page, select the user groups to which you want to deploy the software, and then click
    Next.
    On the Deployment Action page, select one of the following from the
    Approval column:
    Available install – The software will be made available for users to install from the company portal.
    Required install – The software will be automatically installed on devices to which it is deployed.
    To define a timeline for the software to be deployed, click the drop-down menu in the
    Deadline column, and select one of the following options:
    None: Deploys the software based on the agent policy settings.
    As soon as possible: During the next synchronization, Microsoft Intune scans devices in the selected groups, and then deploys the software. For more information about how to schedule synchronization, see
    Use policies to manage computers and mobile devices with Microsoft Intune.
    One week: This option deploys the software package one calendar week from the current day.
    Two weeks: This option deploys the software package two calendar weeks from the current day.
    One month: This option deploys the software package one calendar month from the current day.
    Custom: This option lets you set a specific date and time for the software package to deploy.
    Important
    Deploying software may take longer than expected. It can take up to an hour before newly deployed software is available to users.
    Uninstall – The software will be uninstalled on devices to which this deployment is targeted (where uninstall is supported).
    Not applicable – The software will not be installed automatically, or made available in the company portal.
    /Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Government Alerts in Notifications

    Government Alerts showed up unexpectiedly in my Notifications Center. I do not want this on my phone. I did not choose it. I want it off my phone. How do I make that happen?

    There seems to be significant confusion regarding the issue of governemtn alerts due to a lack of information. One day I had Government alerts in my notifications and yesterday they disappeared. I'm glad they are gone. I already have an App that alerts me to weather emergencies and I don't want alerts from the President. He is on TV every day. I don't want him on my phone, too.
    The carrier alerts are related to the WARN (Warnings, Alerts, and Response Network) Title VI (Commercial Mobile Service Alerts) (CMAS) under the Homeland Security Act. The purpose was for the FCC to bring the Dir. for Domestic Nuclear Detection and the Under Sec for Science and Technology together to develop a strategy and plan for alerting citizens about terrorist threats from weapons of mass destruction.
    The FCC's role is to set up the rules of engagement for carriers that ELECT to participate in the program. If my carrier, AT&T, can elect to participate in the program, then I should be able to elect to receive the alerts - all of them including alerts from the President.
    Apple, Inc. my suggestion is that when your developers code "Government Alerts" into the iOS software, they add a "cancel" and "not now" option with the "OK" option and that should make everyone happy. Please stop telling your customer service reps and others representing you that this is a federal law and there is nothing we can do to stop it which is inappropriate and inaccurate.
    The following link has the voluntary language issued by Homeland Security:http://transition.fcc.gov/pshs/services/cmas.html

  • Mobil photos album in Photoshop Elements 12 show up in Revel albums with titles but are blank.  No photos!

    I am using Photoshop Elements 12 Organizer for Mac.  I have moved several local albums to the mobil albums area in the left panel of the Org
    anizer screen.  I am signed in to Revel.  The albums with titles show up in Revel, but they are empty.  None of the photos show up.  I can see the photos in the library section of Revel, but not in the album view.  Also, when I try to share the albums with Album Web Share, the link that is generated takes me to the album webpage where I see a message "There are no photos or videos in this album". 
    Why are the albums coming up blank!  What have I down wrong??  I can see the photos in the albums in the Photoshop Organizer window, but nothing in the Revel albums.

    duplicate post
    Please post replies in
    http://forums.adobe.com/thread/1395560?tstart=0

  • Adf Mobile Header Title

    Hi,
    I'm developing and ADF Mobile App using JDev 11.1.2.4. Deploying to IPhone.
    I have an AMX page with a Title in the facet header and a command button as the primary action (back button).
    That button has a long text inside. It goes over the header title. I need that button to push the header title.
    Is there a way to do that with CSS or i need to control the size of the text inside the button?
    Thank you.

    Thanks for the reply!
    So, I have created a new file named myipad.css under styles folder in resources of Application Controller project with following contents:
    .amx-panelPage-header{
        height: 144px;
    And my adfmf-skins.xml looks like below:
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfmf-skins xmlns="http://xmlns.oracle.com/adf/mf/skin">
    <skin id="s1">
            <id>mobileFusionFx.iPad</id>
            <family>mobileFusionFx</family>
            <extends>mobileFusionFx.iPad</extends>
           <style-sheet-name>styles/myipad.css</style-sheet-name>
        </skin>
    </adfmf-skins>
    However, on running the app looks like there is not effect of it. Please advise what is wrong here.

Maybe you are looking for

  • RECIPIENT DESCRIPTION IN BDF and SEND COPY TO ATTRIBUTE ON FIELD

    I have a field that is 20 bytes long has the "send copy to " attribute selected. My BDF has a recipient INS and the description is "INSURED COPY"  Data prints in field as "INSURED.COPY........" (where periods are spaces)  I actually want the informat

  • Best way to burn iMovies to DVD

    I am looking for advice on the best way to get iMovies onto DVD. I have spent a lot of time reviewing discussions & answers already posted... probably too long as I am not getting anywhere! I have built a movie in Movie 11 from AVCHD files (1080i) sh

  • Ipod (and other mp3 player) no longer mount

    When I connect my Nano to my Mac, the battery charge icon shows in the Nano display, but the Nano does not mount on the desktop nor does it show as being connected to the computer. I have a second mp3 player (Sandisk) and it does the same -- its disp

  • Mac mini is extremely slow

    I dove in an bought my first mac. A 2012 mac mini  i5 with 4gb ram. To this point I've mainly been working on getting iPhoto set up with my pics. I made a copy of a certain point and lucky I did because something messed up. I fixed that, named the 8-

  • Is VMWare Fusion 2.0.5 compatible with Snow Leopard?

    Anyone knows if VMWare Fusion 2.0.5 is compatible with Snow Leopard?