Cut, Copy and Paste/ Camra Features

Please make these features avilable with your next update. Cut, copy and paste from the internet phonebooks and emails. Also update your spell check its really not that good. And flash player we can not stress enough.
One more thing I was at a concert and I was next to somebody with a blackberry (I think that's what it was) but every time the ground would shake my pictures would come out like that please give us stability and they can zoom with there camra, so why can't our iPhone do the same and please give us video recording.
Thank you.

http://www.apple.com/feedback/iphone.html

Similar Messages

  • How can I set firefox t o allow cut, copy and paste?

    I am needing to cut info from a college course homepage I am teaching and paste it into another course I am teaching. How can I cut, copy and paste in mozilla firefox?

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/
    You can use the keyboard if the buttons on the web page aren't working.
    * Copy: Ctrl+C or Ctrl+Insert
    * Paste: Ctrl+V or Shift+Insert
    * Cut: Ctrl+X or Shift+Delete

  • Since downloading 29.0.1 I can no longer cut, copy and paste. So frustrating!!!

    I often copy and paste items into website forums with no problem. However, since I upgraded to 29.0.1 I can no longer do that and it's so frustrating. I have tried doing the extra steps of clicking on your copy and paste items but that doesn't help. I even tried uploading the AllowClipboard Helper but that didn't work either. I never needed that add-on in the past.
    This is ridiculous.
    How do I revert back to version 28? It worked fine but you just had to go ahead and "fix" it and I hate the new version. I was able to download the Classic Theme Restorer which helped a lot but some things I could not make like the version 28.

    karen,
    You don't need that user.js file any longer for those cut, copy, and paste preferences.
    There is a Classic Theme Restorer support thread over here. <br />
    http://forums.mozillazine.org/viewtopic.php?f=48&t=2773133&start=1500 <br />
    They'll be able to help you get rid of that orange Firefox button, which isn't needed if you have the Menu Bar showing.

  • How to cut, copy and paste a tree node in JTree?????

    Hi, Java GUI guru. Thank you for your help in advance.
    I am working on a File Explorer project with JTree. There are cut, copy and paste item menus in my menu bar. I need three EventAction methods or classes to implements the three tasks. I tried to use Clipboard to copy and paste tree node. But I can not copy any tree node from my tree.
    Are there any body has sample source code about cut, copy, and paste for tree? If possible, would you mind send me your sample source code to [email protected]
    I would appreciate you very very much for your help!!!!
    X.G.

    Hi, Paul Clapham:
    Thank you for your quick answer.
    I store the node in a DefaultMutableTreeNode variable, and assign it to another DefaultMutableTreeNode variable. I set up two classes (CopyNode and PasteNode). Here they are as follows:
    //CopyNode class
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.event.*;
    public class CopyNode implements ActionListener{
    private TreeList jtree;
    String treeNodeName;
    TreePath currentSelection;
    DefaultMutableTreeNode currentNode;
    public CopyNode(TreeList t){
    jtree = t;
    public void actionPerformed(ActionEvent e){
    currentSelection = jtree.tree.getSelectionPath();
    if(currentSelection != null){
    currentNode = (DefaultMutableTreeNode)(currentSelection.getLastPathComponent());
    treeNodeName = currentNode.toString();
    //PasteNode class
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.event.*;
    public class PasteNode extends DefaultMutableTreeNode{
    private TreeList jtree;
    CopyNode copyNode;
    public PasteNode(TreeList t){
    jtree = t;
    copyNode = new CopyNode(t);
    public DefaultMutableTreeNode addObject(Object child){
    DefaultMutableTreeNode parentNode = null;
    TreePath parentPath = jtree.tree.getSelectionPath();
    if(parentPath == null){
    parentNode = jtree.root;
    else{
    parentNode = (DefaultMutableTreeNode)parentPath.getLastPathComponent();
    return addObject(parentNode, child, true);
    public DefaultMutableTreeNode addObject(DefaultMutableTreeNode parent, Object child, boolean shouldBeVisible){
    DefaultMutableTreeNode childNode = copyNode.currentNode;
    if(parent == null){
    parent = jtree.root;
    jtree.treemodel.insertNodeInto(childNode, parent, parent.getChildCount());
    if(shouldBeVisible){
    jtree.tree.scrollPathToVisible(new TreePath(childNode.getPath()));
    return childNode;
    I used these two classes objects in "actionPerformed(ActionEvent e)" methods in my tree:
    //invoke copyNode
    copyItem = new JMenuItem("Copy");
    copyItem.addActionListener(copyNode);
    //invoke pasteNode
    pasteItem = new JMenuItem("Paste");
    pasteItem.addActionListener(
    new ActionListener(){
    public void actionPerformed(ActionEvent e){
    pasteName.addObject(copyName.treeNodeName);
    When I run the drive code, making a copy some node from my tree list, I got bunch of error messages.
    Can you figour out what is wrong in my two classes? If you have sample code, would you mind mail me for reference.
    Thank you very much in advance.
    X.G.

  • On the Firefox drop down menu for Firefox 4, the tab for cut, copy and paste is not highlighted. Is there another way for me to include this on the Firefox start page?

    I have Firefox 4. In the Firefox drop down menu, there is an option to cut, copy and paste but it is not highlighted. Please tell me how to highlight this link. Or is there a way to have a cut copy and paste tab?

    Those links in the Edit menu are only highlighted if there is something to do:<br />
    Paste should be enabled if the clipboard has data placed on it by a previous Copy or Cut and you have set focus on a text area or field that allows to paste that data.
    Copy works if some text is selected.

  • Envy 17-j020us, cannot cut/copy and paste within file explorer

    I can cut/copy and paste url's and text from word, etc, but I am unable to cut/copy and paste files within file explorer windows. I have tried running malwarebytes and virus programs. HP support has tried remote access to find the problem unsuccessfully. Is there any other option besides doing a factory reset or restore point? Thanks in advance for any help.
    This question was solved.
    View Solution.

    Hi jdavis33811,
    Have you tried all three methods of cutting and pasting? Using the keyboard shortcuts CRTL-X and CTRL-V, right click the file and selecting cut and then using the file explorer ribbon / File menu.
    If you have tried all three the next thing to try is a Clean Boot to see if something is in the background blocking the command. A clean boot loads Windows with minimal software and drivers. This Microsoft Support link will show you how to do it.
    Once you have performed the clean boot try all three methods of cutting and pasting. If it works the next step is going back to msconfig (see Microsoft link above) and enable half of the services you shutoff to do the Clean Boot. Then try cutting and pasting again. Keep enabling half of the remaining services until you can't cut and paste then disable half of the services you just enabled. Do this until you pinpoint what service caused the issue.
    If after all that you are still having a problem then the next step would backing up your files onto an external hard drive or USB flash drive and then doing a full System Recovery.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Cut, copy,and paste on nokia n97

    can someone please help me. I dont know how to cut, copy,and paste on my nokia n97
    6680,n70,n73,n80,n80ie,n82,n95,innov8,n85, n97, N8, lumia 920

    I had some difficulty locating this 3 line icon myself.
    Turns out that if you close the screen down and tap the input box on the web page you want to paste the text into, up pops an application (text entry I suppose, anyway it has a load of stuff, green tick top left, and then this magical 3 line icon, followed by what I assume is the predictive text input status, a keyboard icon, left/right arrow keys, backspace, and then your usual phone pad entry).  Tap the 3 line icon and the text you copied earlier is pasted into the text display area of this app.  Then hit the green tick and it gets pasted into the field you first double clicked on in the web page.
    I hope that helps? 
    BTW, doesn't matter what orientation the screen is in using this method, just that the screen is folded flat back on the phone to hide the qwerty keyboard.
    Message Edited by hyde_tds on 28-Aug-2009 12:06 PM

  • Cut/copy and paste on the iPad I get extra text

    When I cut/copy and paste on the iPad I get extra text symbols like "%". Is there a way to just copy the text without the extra stuff? If I copy from Safari and paste into an email I have to go and erase all the extra text.

    the % is usually caused by spaces. It's an HTML 'glitch' in that, in the brain and logic of HTML, there should never be a space, so when it sees them it inserts % to fill that void that it's logic says isn't there.
    I'm not sure if there is a work around beyond maybe pasting it first into a text document, then from there into your e-mail and see if that makes the symbols go away.

  • Cut, Copy and Paste menus??

    Is there anybody who could give me code for "cut, copy and paste " menuitems (+ functionality) or tell me where I can find it on the internet?
    Thanx debeumers

    Look at the tutorials on this site for building a menu. As for the code of the cut,copy and paste its up to you to implement what you want them to do. If your using a JTextArea it has a cut(), copy() and paste method built in all you have to do is call it from your menu action handler.

  • How to restrict Cut, Copy and Paste to a Local Clipboard.

    I need to stop any information being copied from my application to other applications such as Word. Is there any way to make sure that all GUI components that support cut, copy and paste use a local clipboard so that I can then control which Flavor's I allow to be cut, copied or pasted?

    What system doesn't allow screen shots? Tell my mobile phone camera that it mustn't take a pic of the screen.
    Anyway, I'd mess with KeyListeners or KeyBindings and suppress STRG+C where you don't want to allow copying. I have never done this, but that would be my first approach.

  • Can I cut, copy and paste a block of text in PL/SQL Developer?

    I have been using TextPad to put together SQL statements by using the cut, copy and pasting of BLOCKS of text.
    Example:
    I copy the describe of a table, replace varchar, number, date will 10 spaces and then copy the column names in a block and paste it further down the TextPad.
    Then I join the lines into one string, replace the spaces with commas
    Then I insert in front of the column name the INSERT INTO table_name(
    Then I get the values by copying from somewhere else and paste then in block text where they need to go. ETC, ETC.
    Thank you, Bill

    In 2.0 you should be able to just type
    INSERT INTO emp(
    and do multiple selections from code completion list of suggested emp columns (by holding ctrl or shift key). Same for "select" and "from" clauses (with optional auto aliasing).

  • Can you add cut copy and paste icons to mail toolbar?

    Can you add a cut, copy and paste icons to the mail toolbar in macmail?

    I guess that these were considered such fundamental operations, each with an already existing variety of operations (mouse, keyboard, right-click, ctrl+c etc) that the Thunderbird devs didn't choose to replicate them again. Similarly, keyboard selection is relied upon a great deal in Thunderbird, rather than adding all the ugly (IMHO) checkboxes that now counterintuitively litter all Windows Explorer displays.
    So, if the devs expected you to use ctrl+right+shift to select the current text word by word, then ctrl+c to copy it, ctrl+x to cut it and ctrl+v to paste it would be quite natural, since your hands are already at the keyboard. Similarly, if you prefer to select by mouse, a right-click also offers options to copy, cut and paste, and there is also the possibility to drag selected text, serving cut and paste in one action. So it could be argued that there is no need for buttons.
    There used to be additional button add-ons for Thunderbird, but those that I know about don't appear to be under active maintenance and don't currently work with TB 31.0.
    You could build your own using a Custom Buttons add-on, but it isn't easy to find the appropriate function call to attach to your home-made buttons. :-(
    https://addons.mozilla.org/en-US/thunderbird/addon/custom-buttons/
    Here's the code you need if you try this add-on:
    cut: goDoCommand("cmd_cut")
    copy: goDoCommand("cmd_copy")
    paste: goDoCommand("cmd_paste")
    (taken from: http://kb.mozillazine.org/Keyconfig_extension:_Thunderbird )
    The tedious bit is finding suitable icons; the defaults are pretty but unhelpful coloured stars.

  • Do not duplicate the graphic style when you copy and paste a feature

    I rely heavily on the use of graphic styles.  However, when I copy and paste a feature that has a graphic style assigned to it, a duplicate of the graphic style is created.  I sometimes end up with a large number of these duplicate graphic styles that I have to trash.  This does not happen with the selection tool+alt shortcut for copying.  However, I can't use this shortcut when I want to paste in front or paste in back, which is the case at least half the time.

    Only advice I can offer is Option Left cursor, then right cursor, to make an exact copy in same position.
    This will give you a clone as the action does form the previosu poster, but unfortunately no oslution for when you want to target layers.
    If anyone else has any input on this here is how to reproduc:
    New document, create a graphic style (eg: fill yellow, stroke none) and save
    Close the document
    Open the document
    copy and paste the element with the graphic style, and with every paste multiplies faster than a tribble on Star Trek
    I played with changing the clipboard options, no luck. Exists on CS4 Mac, CS5 Mac & PC, might go back as far as graphic styles do.

  • Cut, Copy and Paste not working Photoshop CC

    Cut, Copy and Paste are not working in Photoshop CC.
    I tried resetting my tools and preferences, using edit > purge, reinstalling Photoshop CC and reinstalling OSX. Nothing has worked! Help!

    For about 2 weeks I had this problem and today I fixed it!
    Didn't fancy doing a Reset of Firefox as I'd only just done one a few months ago, manually.
    Basically, I uninstalled ZoneAlarm. I've been a ZoneAlarm fan for years but the software just got worse and worse and for about a year this weird thing pops up while I'm in Firefox by pressing CTRL Enter or something, it's like ZoneAlarm has put some kind of layer between me and the browser.
    Anyway, uninstalled it, it rebooted and did a scandisk which did find and fix a few errors too, so could also be that.
    But I'm happy without ZA now as I've found a better one called Online Armour... non of that sneaky trying to install toolbars in your browser rubbish of ZA.
    Hope this helps!
    I can't tell you how good it feels to have copy & paste fully working again!

  • Cut, Copy, and Paste doesn't work for some Project files

    We have some Project files where the Cut, Copy, and Paste function is not working.  Suspecting corruption, I tried doing a "Save for Sharing", to no avail.
    Is there a switch setting that we are missing?
    We are using Project Server v2010 with SP2.  Our Project Pro clients are on SP2.

    Hi Chris,
    It could be due to a enterprise global corruption. Does it happen on a specific enterprise view? Does it work well in the default Gantt view?
    Try to open the enterprise global and make a copy of the table with the same fields and attributes, then replace the old table with the new one in all the relevant views.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • PC Suite - No connectivity established (6300)

    please help... specs: nokia 6300 pc suite 6.82.20.2 Win XP Prof Ver 2002 SP2, v.2082 Microsoft Bluetooth Enumerator Cambridge Silicon Radio Ltd BLuetooth Adapter what i did: After clicking "Get Connected!" the Nokia Connection Wizard pops up. After c

  • How to call  java program from ABAP

    Hi Experts,      My requirement is to call java programs from ABAP. For that i have set up SAP JCO connection by using this link http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/739. [original link is broken] [original link is broken] [original l

  • How to test sitemaps in development environment (atg)

    Hi Experts, I am trying to generate sitemaps and sitemapindex files for our application. We completed all the configuration level changes like configuring StemapGenerators and SitemapIndexGenerator in SitemapGeneratorService and also able to write al

  • N80 Bluetooth Fix Yet?

    Anybody have any news from Nokia about the long awaited fix for the N80 bluetooth problems?

  • 10.4.7 has disabled my G5

    Yesterday I installed the most recent OS X upgrade to my G5, and it's caused a lot of problems. In order to boot the computer, I have to try several times, usually by unplugging the power source (because every other way is disabled) and hitting the s