Is there a way to put text msgs on Dropbox for archiving?

Ray A
Torch 9860 7.0.0.440
AT&T - no BIS

Use a photo editor that can do that - Preview for example (export your photo and add the text and then import the edited photo to iPhoto) or a graphics editor - <a href="http://web.me.com/larryhn/iPhoto_08_(version_7.x.x)_FAQ/Graphic_programs.html"> click here for links to some to consider.</a>
LN

Similar Messages

  • Is there a way to upload text messages to pc for free

    I want to know if there is a way to upload text messages to my computer.

    Yes... try a search of the forums, google, or the "More Like This" section to the right.

  • Is there a way to save text msg to my mac without taking a screen shot?

    help

    Sure there is. Use this:
    http://www.ecamm.com/mac/phoneview/
    Works great, & will do exactly what you want.

  • Is there a way to put additional text alert sounds on an iPhone 3GS?

    Is there a way to put additional text alert sounds on an iPhone 3GS?

    If you think this is silly and would like to let Apple know this, you can contact them here:
    http://www.apple.com/feedback/iphone.html

  • Is there a way of putting firefox bookmarks folder on the dock

    Is there a way of putting firefox bookmarks folder on the dock. not just one bookmark. i have done that. but i want all of them in stack or something.. similar to how windows did it in the start menu. its annoying that you have to open firefox first to access your links.
    i got my first imac yesterday and loving it!!! albeit the text is a bit small but i have found the zoom!
    thanks in advance

    Perhaps you don't know how to bring icons into the Firefox  Toolbar. You can put many things up there, including Bookmarks. You can also remove an icon or rearrange the order of icons.
    From View>Toolbars>Customize
    Here is the Bookmarks icon (next to the History icon) from which you can open all your bookmarks directly. And if you can remember a keyword, it will find that one, or any others that come up with that keyword. It's really quite convenient to use and will stay updated with any new bookmarks that are added.
    This is showing the Bookmarks open, which can be closed by clickng on the small x.

  • Is there a way to put the same event on multiple icloud calendars?

    Is there a way to put the same calendar entry on multiple calendars?  I have five children and most of them use their iTouch to keep there calendar.   My calendar is on icloud and I'd love it if they could see only their events but I need to see all of them.   Many of the events affect more than one child.

    As follow up to the above question,  I am the person putting items on the calendars.  I am not just trying to see calendars that they are maintaining. 

  • I just bought an new ipad mini with wifi and cellular. Is there any way to send text messages to people and contacts that do not have iphones such as friends with blackberrys or a samsung galaxy smartphone.

    I just bought an new ipad mini with wifi and cellular. Is there any way to send text messages to people and contacts that do not have iphones such as friends with blackberrys or a samsung galaxy smartphone from this ipad. Everytime I try to send a message to a person that does not have an Apple product ( Iphone or Ipad ) it comes up saying contact is not registered for iMessage and wont send it. I can only send them a message from my iPhone 4 instead. Do I have to install a new App from the App store to send these non iMessage cell users a message?

    FYI
    Complete guide to using iOS 6
    http://howto.cnet.com/ios-6-complete-guide/
    Guide to Built-In Apps on iOS
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios
    You can download a complete iOS 5 iPad User Guide and iOS 6 iPad User Guide here: http://support.apple.com/manuals/ipad/
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Apple iPad Guided Tours - Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    http://www.youtube.com/watch?v=YT2bD0-OqBM
    http://www.youtube.com/watch?v=ROY4tLyNlsg&feature=relmfu
    http://www.youtube.com/watch?v=QSPXXhmwYf4&feature=relmfu
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • My wife and I share an account , is there a way to put both our contact lists in our one iCloud account without merging them., My wife and I share an account , is there a way to put both our contact lists in our one iCloud account without merging them.

    My wife and I both have iPhones and we share an apple ID. Is there a way to put both our contact list in the same iCloud without merging the lists.  We want to be able to use the same iCloud account because we share info .

    Welcome to the Apple community.
    No, there is no way of maintaining two separate contact lists with one account. Ideally you should each have your own iCloud account, you can still share your info by allowing each other to log into the other's account as a secondary account at settings >mail, contact, calendars. You can choose which services you choose to share and which you don't. This way you could maintain separate contact lists but still share them.

  • Is there a way to restore text messages back to my iPhone 5s version 7.1.1?  I have several text messages that have been deleted somehow and I would like to restore them to my phone.

    Is there a way to restore text messages back to my iPhone 5s version 7.1.1?  I have several text messages that have been deleted somehow and I would like to restore them to my phone.
    I have tried restoring it from the last backup and that did not help.  Please advise.
    GM

    Hi
    If you have already tried restoring from the latest back up but that has not worked unfortunately they have probably gone im afraid
    Hope this helps

  • Is there a way to put the bluetooth icon on the homepage?

    I pair my iphone with my car when I'm driving. Is there a way to put the bluetooth icon on the homepage so I don't have to go through settings to turn the bluetooth on and off?
    I don't like to leave the bluetooth on all the time because it drains the battery, but it's kinda a pain to have to go through settings everytime I want to use this feature.
    On my last cell phone I could assign a "hot key" to automatically turn the bluetooth on and off. I really liked that. This bluetooth system seems a little dated to me.

    No not yet, hopfully soon.

  • Is there a way to put the cursor at a specific location in a RichTextBox?

    Is there a way to put the cursor at a specific location in a RichTextBox?
    The following code places the cursor at the start of a RichTextBox:
        RichTextBox RTbx
        RTbx.Focus();
        TextPointer tp = RTbx.CaretPosition;
        tp = tp.DocumentStart;
        RTbx.CaretPosition = tp;
    Not sure how to place it at a specific location other than start and end.
    The RichTextBox has contents.  At this point in the code, I do know the specific "word" in the contents, as well as the position (number of chars) where that word is located.  I just need to programmatically place the cursor at that location.
    bhs67

    Oh sorry, I see I missed something out my original reply.
    I have markup:
    <Grid>
    <RichTextBox Name="rtb">
    <FlowDocument>
    <Paragraph >This is the first paragraph</Paragraph>
    <Paragraph >TSecond paragraph is here</Paragraph>
    </FlowDocument>
    </RichTextBox>
    </Grid>
    Code - this is the window contentrendered event
    private void Window_ContentRendered(object sender, EventArgs e)
    rtb.Focus();
    // TextPointer moveTo = rtb.CaretPosition.GetNextInsertionPosition(LogicalDirection.Forward);
    TextPointer moveTo = rtb.CaretPosition.GetPositionAtOffset(9, LogicalDirection.Forward);
    if (moveTo != null)
    rtb.CaretPosition = moveTo;
    I see the cursor between the t and he of the second "the".
    Note that there are numerous other options such as the commented out line.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • Is there a way to put links within documents in Pages

    Is there a way to put a link on the first page of a Pages document that would take you to a certain location within the same document or to another document?

    Barry,
    See "Using Hyperlinks and Bookmarks" on page 110 of the Pages User Guide PDF. You can download the guide from the Help menu.
    Jerry

  • Is there a way to edit text in a smart object brought in from illustrator?

    Is there a way to edit text in a smart object brought in from illustrator? Many thanks for the help!
    And can anyone recommend learning resources for someone (me) who is an AI user for a decade who needs to work in PS for web mockups? Something other than a basic PS tutorial. Something geared towards that specific task. I'm not a PS beginner - but have mostly used it for photo correction until now.
    Truly -- thanks! BTW - I'm in the CS 6 Suite and CC will not be available to me.

    OMG! When I went back into the ai file and made sure that the text was on it's own layer (which I had not originally done) I could indeed edit the text in the file when exported to ps! This is a perfect solution for this situation. As far as the person I'm working with  - who fears ai more than anything - I can work in ai - which in many ways is so much less cumbersome than ps - and just export - clicking "preserve" layers & text editing! I hope this helps someone else! Sisham - many thanks for your help!

  • Is there a way to put a large amount of music on your iPod without having to keep all the files in iTunes on your computer as well? I want to put my entire music collection (including cds) on my iPod but don't want to take up the space on my computer.

    is there a way to put a large amount of music on the ipod without having to keep all the files on itunes as well? I want to use my ipod as an externa drive and put all of my music on it without taking up the space on my computer. I also don't want to lose all my files everytime I plug ipod into my computer. Is this possible? Is there a way to avoid using itunes and only use the ipod as an external drive?

    You cannot put music onto your iPod without using iTunes, that what iTunes is for.
    It's also not a good idea to wipe the music from your computer and having it only on your iPod. We see countless posts here from people who have done just that - and then lost everything when the iPod needs a Restore. Even if you never need to Restore your iPod, what happens when you eventually replace the iPod? You'll be back here asking how to get the music from one iPod to another. That's not easy to do, we see countless posts about that too!
    A much better idea is to buy an external drive (a proper external drive, not simply an iPod) and put your large amount of music onto that drive. Then point your iTunes Library to that drive. However, you need to remember two things:
    You still need a backup of that Library.
    Using an external drive as your iTunes Library means that the drive must be connected and ready to read before starting your iTunes programme. If it isn't, then iTunes will look on the C: drive - and you will find no music in your Library. (Once again, lots of posts about that as well!)

  • Is there a way to put a playlist on my phone from my computer without erasing the other music from my phone?

    Is there a way to put a playlist on my phone from my computer without erasing the other music from my phone?

    Not if you set up very carefully what you want synced from your computer.  Make sure you have not set things to sync automatically and manually choose the settings of what gets synced

Maybe you are looking for

  • Adobe Reader Blocked in Safari

    It's been a while, but ever since I upadated to Safari 7.0.1 (or maybe even the version earlier), I've been unable to open any PDF documents inside of Safari. When I click on a link on Google linked to a PDF document, a grey page shows up with the me

  • New iPod TV out resolution

    Do the new iPods output video at the newly supported 640x480 resolution or do they output the scaled version of the video that they display on their own screens? Same question for the old 5G iPods with the updated firmware. Thanks.

  • Connection to MySQL from ABAP

    Hi How to configure any connection from SAP to MySQL, I want to use result in ABAP. I heard about legacy JDBC to MySQL but which transaction is for this ? and what I need? Netveawer and somehitng more? Edited by: Kosmo on Oct 20, 2009 10:43 AM

  • Individual purchase order with Consignment

    Hi, advantage and disadvantage individual purchase order with Consignment. would you advise a individual PO with consignment? Thanks

  • How can I eliminate duplicates (specifically the _1, _2 types)

    ITunes seems to create numerous duplicates bearing the original song name but including _1, _2 and so on. Then when I replay an album it repeats these duplicates of he original song. Seems impossible to get rid of.