General :: Text Edit Copy Cut Paste - But Undo / Redo Missing?

Sep 1, 2012

On galaxy phone you can, like on iPhone, copy cut and paste text. However, undo and two is badly missing. So I'm searching for an add-on or app that would fix this.

General :: Text edit copy cut paste -  But undo / redo missing?


General :: Adding Undo / Redo Function To Text Editing

Oct 27, 2012

Would it be (easily) possible (for a dev, so not me) to add undo/redo buttons to text editing? This is a HUGE feature missing in Android, soon 2013, five years of android, and still not there...

View 2 Replies View Related

Motorola Droid :: Scripts In BB - Terminal Emu - Edit Text Copy Or Paste

Jun 20, 2010

I want to run some scripts in BB. When I open the emu and type su and hit enter, it brings up an "Edit Text" dialog box with the options to copy or paste and it won't let me proceed. (I have successfully done it before on another ROM). Am I doing something wrong? Can I run scripts using Root Explorer and how? Is there another emu you would recommend?

View 14 Replies View Related

General :: How To Copy / Paste Text In Official Hotmail App

Jul 18, 2012

I just downloaded the Microsoft Hotmail app for my HTC phone. How do I copy and paste text in this app?

View 4 Replies View Related

Android :: Fast Undo - Redo With Memento - Command Pattern

Jul 14, 2010

I'm writing a painting/graphics Java application for a mobile phone (so memory is limited). The application state is essentially three 1000x500 bitmaps (i.e. layers of a painting). Loading three bitmaps takes about 2 or 3 seconds.

I'm trying to write an undo engine but I just cannot work out a good way to do it. The typical approaches are:

Use the command pattern: When you undo, you reload the state of the initial file and then playback all the commands processed so far except for the final one. Doing this naively though means waiting 2 or 3 seconds to load the initial state which is too slow. There isn't enough memory to store the initial state in memory either.

Use the memento pattern: When you undo, you replace the part of the current state that was changed with the old state. This means every action needs to save bitmaps of the old state to disk because there just isn't enough memory on a mobile device to store this in memory. As saving bitmaps takes time, how do I cope if the user decides to e.g. paint many brush strokes in quick succession? I cannot make them wait.

View 1 Replies View Related

Android :: Implementing A Robust Persistent Undo/redo Feature

Oct 27, 2010

I'm writing a bitmap editor where I use the Command Pattern to represent actions that will transform the document. I keep all the commands executed so far in a list and, to implement undo, I restore the document to its initial state and then replay all but the last command.

I would like my undo/redo system to have the following feature: When the user closes the editor and returns, the document, including the available undo and redo commands, should be restored to the state it was in when the user left.

I'm implementing this for Android where your application can be given very little notice before it will be cleared from memory if e.g. the user gets a phone call. Also, some of my commands are e.g. a list of all the x,y co-ord the user painted on so these might take a few moments to save to disk.

My current idea is as follows:

When a new action is performed, the command object is added to a list S for commands that need to be saved to disk.

A background thread is used that will continually take commands from list S and save them to disk. The postfix of the filenames used will be numbered in sequence. For example, if the user filled the screen then drew 2 circles, the command files might be called FillCommand1.cmd, DrawCircleCommand2.cmd, DrawCircleCommand3.cmd.

Periodically, we save a "checkpoint" command whose purpose is to store the full document state so that, even if one of the .cmd files is corrupted, we can restore a recent version of the document.
When the user exits the app, the background thread attempts to finish up saving all the commands it can (but it might get killed).

On startup, we look for the most recent .cmd file that represents a checkpoint that we can load successfully. All the .cmd files we can load after this (i.e. some files might be corrupt) go in the redo command list, all the .cmd files we can load between the first checkpoint loaded and the oldest checkpoint we can load go in the undo list.


I want the undo limit to be about 20 or 30 commands back so I need extra logic for discarding commands, deleting .cmd files and I've got to worry about multi-threading behaviour. This system seems pretty complex and will need a lot of testing to make sure it doesn't go wrong.

Is there anything in Java or Android than can help make this easier? Am I reinventing the wheel anywhere? Maybe a database would be better?

View 2 Replies View Related

HTC Hero :: Copy And Paste From Within Text Message

Nov 25, 2009

I've had a look in the forum & only question I've seen is about copy & paste from a web page. Is it possible to copy & paste text from a text message either to another text message or say a number from within a text to a new contact? Currently using Chomp SMS.

View 3 Replies View Related

Samsung Captivate :: How To Copy / Paste Text From An Email

Jul 26, 2010

Just got my new Captivate (replacing iPhone) and am trying to figure out how to copy / paste text from an email I have received. I have searched the forum and tried everything I can think of.

View 12 Replies View Related

Sprint HTC Hero :: Copy And Paste On Text Message

Nov 27, 2009

I know this question has been asked before but i want to know if I can do that from the stock SMS application i.e. I was asking my friend for her address and she sent it to me on a text, I wanted to copy it and paste it on my sprint navigation system but I couldn't find the copy option.

View 1 Replies View Related

Motorola Droid X :: How To Copy / Paste Text On Reply?

Nov 21, 2010

I may be missing something, but I can't figure it out how to copy text from a quote when replying to an email using the Froyo built in email app, can anybody help?

View 4 Replies View Related

Android :: Add Text To Clipboard For Copy / Paste Functionality Into Another App

Aug 4, 2009

Is there a way to programmatically add text to the clipboard for copy/ paste functionality into another app.

View 2 Replies View Related

HTC Droid Eris :: Copy / Paste Numbers In Text Message

Jun 25, 2010

Does anyone have a clever method for inserting phone numbers into a text message? For example- I work in music, and people frequently call or text asking for the phone numbers of cellists and violinists I know so they can hire them for recording sessions. "Sure," I reply, "I'll text the numbers to you." Then, I have to look up the numbers in my People app, write them down on a piece of paper (or on a notepad on my computer), and then write the names and numbers into a text message. That works for home, but when I'm on the road it really screws the process. Can I start the text message and then import the names and numbers as text? I really want to be able to add more than contact to the text message (I'm not talking about recipients here, I mean sending a text that is a list of names and phone numbers).

View 10 Replies View Related

Sprint HTC Hero :: Dial Prefix Or Copy Paste From Text

May 13, 2010

I get phone numbers sent via text messages. I need to dial *67 to keep my number private when calling clients. On my BB I would copy and paste from the text and then add the *67 prefix. On the Hero, I can't edit the number once on the dial page. I have tried to copy/paste with the *67 sent in the text, but the Hero doesn't recognize the * as part of the number and only copies the 67 part of the prefix. What apps or workarounds do I have? We don't want to block our caller id completely, only as needed. I just have to figure this important function out.

View 1 Replies View Related

Sprint HTC Hero :: Copy Text From A Email And Paste It Into Handcent?

May 18, 2010

Is there a way to copy text from a Email and paste it into Handcent ?

View 1 Replies View Related

HTC Hero :: (Copy / Paste) Editing Phone Number From Text Message?

May 12, 2010

I am switching from a BB. I receive text messages from my office with client's phone numbers. We prefer to keep our mobile numbers private, so we need to block our caller id on a per call basis. It wouldn't work for us to block caller id on all calls. On my BB, I would copy and paste the number and then add *67 as a prefix.

On the Hero I can't find a way to edit the phone number from the text message. I can delete it, but can't add to it. Most of these numbers I would not want to add to my address book. I had my office text the number with *67 as a prefix, but the Hero doesn't recognize the *. It just copies the digits. What workaround options do I have?

View 3 Replies View Related

Samsung Captivate :: Can Open A Word Doc / Copy / Paste Text In Email Message?

Jul 20, 2010

I have the free version, but in the full version: Can you open a Word doc, copy some text, and then paste it in an email message?

View 8 Replies View Related

Sony Ericsson Xperia X10 :: Select Text / Copy And Paste In Any Of App / Browser / Messaging?

Aug 5, 2010

I can't work out how to select text or copy and paste in any of the applications/browser/messaging. Can anybody help?

View 4 Replies View Related

General :: Copy / Paste Without Selecting Entire Entry?

Oct 31, 2008

Is there any way to copy / paste without selecting an entire entry? I just want to select a word instead of a whole sentence.

View 5 Replies View Related

General :: Xperia Sola - How To Copy And Paste Links

Dec 18, 2012

So, I got this issue on my xperia sola. when I try to copy links from the url-bar, nothing happens. I tried opera, chrome, stock browser, dolphin.. and when I long press on the link of the webpage, no copy option pops up.. it works almost everywhere else.. i have stock ICS rom, and I can't remember, if I had this issue on GB. MT27i

View 4 Replies View Related

LG Eve :: How Can I Copy And Paste?

Feb 24, 2010

Any ideas? I would really use this function often.

View 2 Replies View Related

HTC EVO 4G :: How Do I Copy And Paste?

Nov 12, 2010

I want to post a link of pictures to a website. The website doesn't have a post pic option so how do I do that from my evo. The website is y answers btw.

View 3 Replies View Related

HTC EVO 4G :: Why There Is No Copy And Paste Option

Aug 20, 2010

Just wondering why there is no Copy and paste our may be is there any application for this ?

View 9 Replies View Related

HTC Desire :: How Do I Copy And Paste?

Apr 20, 2010

Trying to copy a link or text from one website, into a forum thread of another. How? When I press the text I want to copy it displays 'copied', but how do I then get to paste that into another (I already have a second window open)?

View 1 Replies View Related

HTC EVO 4G :: Need To Be Able Copy / Paste On Phone?

Jun 8, 2010

I am considering buying my first Droid phone; however, i have a very business critical need with my cell phone. I need to be able to copy a phone number (not a "contacts" number, but a random phone number) from call log and be able to paste it in a calendar entry. For example: 555-555-5555 (copy) and then paste in a calendar entry for 5:00 pm on June 8, 2010.

View 14 Replies View Related

HTC EVO 4G :: GMAIL APP - No Copy And Paste / Fix It?

Jun 23, 2010

so yesterday I've noticed that the GMAIL app (not the HTC EVO native app) does not let you copy text from the body of the email. Was trying to copy a tracking number and paste into Dolphin but no go. Tried in the HTC Mail and it worked.

I prefer the GMAIL app (PUSH) over the HTC Mail but will never go back to it if this does not have a fix.

WTH Google? Seriously?? No Copy and Paste?
I thought you learned from Crapple's mistake

View 7 Replies View Related

Android :: HTC Sense Copy / Paste API's

Aug 13, 2010

Is there a way to access the copy/paste api/UI in an Android / HTC Sense based phone? I really like the way a long press works in a large canvas while using Sense. Is there a way to programmatically detect code is running on a Sense-based phone and call out to those APIs?

View 4 Replies View Related

Motorola Droid 2 :: How To Copy And Paste?

Nov 12, 2010

I have a new Droid 2 Global and am trying to figure out how to do something that ought to be simple: copy a phone number or email address from Contacts and paste it into a text or email message.

View 4 Replies View Related

HTC Hero :: App - Copy - Paste And Screenshot

Aug 21, 2009

Is it possible with some app to make screenshots of webpages and save em as pics? And how do I copy text and paste/save it in some notepad, is that possible?

View 4 Replies View Related

HTC Hero :: Copy And Paste From Email (or SMS)

May 15, 2010

I have used the search facility but can't find an answer to my query. How do I copy one or two lines from a longer email and paste it onto a new email or even an SMS?

View 11 Replies View Related

HTC Incredible :: Copy / Paste Within Gmail App?

May 12, 2010

Is it possible to Copy/Paste within the Gmail App? I could not figure out how to do so on my previous BBs but figured that the Android OS would be better integrated. Am I missing something? I hate having to memorize address for inputting into GMaps.

Ever since my first cell phone, my ability to memorize more than 3 consecutive numbers has virtually disappeared.

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved