Copy / Paste malfunctioning in Cp5 for Windows

Hi,
I have a situation of creating eCourses that involve a lot of standardized wording.  I often want to copy and paste text from a previous slide into a later slide (or page - whatever) in the same project.  For example "Click forward to proceed and learn about... etc." It is easiest for me to copy and paste the text since this action retains the same color and styling, rather than retyping the text and reapplying the styling.  However, I often have trouble with this. Here are the variable issues:
- It will not copy what I wanted and when I go to paste, it pastes whatever was on my clipboard previously.
- It will copy the entire contents of a textbox instead of just the text I selected to copy from that textbox.
I have tried selecting Copy / Paste from the Edit menu, and of course I have tried Crtl-C / Ctrl-V.  Both commands function sporadically.
Is this a known bug, or am I the only one having this issue?  I have confirmed the problem many times by simply trying to do the same action twice, finding that the software repeats the bad behavior.
Here is an example.  I select the area below to copy (Click forward to proceed), but it will either not copy it at all or copy ALL the text in the textbox, including the portion I selected.
thanks

Hi,
I have found out the cause for the issue: before you install 1.4.1_01.exe you must deinstall all JRE's on your computer (1.3.XX, 1.4.0.XX) than works that well the Copy/Paste.
that is confusingly because we don't have to make that in JRE 1.4.0.
Best regards

Similar Messages

  • Copy / paste operations crash all SGD windows

    Hi
    From time to time, users have problems during copy/paste operations between SGD windows.
    When users use this function between (for ex.) gterm and x-emacs v2.22 windows, all SGD windows crash.
    The support asked them to migrate to the new SGD version (at this time 4.41) but this problem still appears.
    We configured the coreadm with all options enable but it seems we don't have any generated core files.
    Does anyone already got this problem ?
    Thank's for your answers !
    Edited by: furtherup on Mar 26, 2009 12:47 AM

    I'm having the same problem. I don't use ZoneAlarm or Avira.
    I just use the built-in Windows Defender in Windows 8.
    My problem started in v22 and I still have it in v23.
    I've tried all the suggestions posted at various websites, but I still can't copy and paste in Firefox.
    Any ideas?

  • Please Send me a copy of this system (firefox for windows and also linix) install disc. I have no internet solfware on my computer.

    Got virus in internet explorer,(window 7) I can't hook into any wireless connections. I figured that if I have Firefox then I can connect to a wireless hot spot.

    First, have your computer cleaned of virus and mal-ware. Many local public
    libraries have computers with internet access. Buy a thumb drive. At the library
    enter '''Mozilla.org,''' when you get to the site, select to download the full installer.
    While you are there, download several of the listed programs below.<BR><BR>
    Some good news, Microsoft has updates for Internet Explorer.<BR><BR>
    Good Luck<BR><BR>
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • How to copy a driver down load for windows in MBA?

    Hello,
    Can some one guide me as to how to a driver download from Nvidia site to a USB memory key.
    i have another computer windows running MS Windows 7 and Iam installing and need this download saved from Nvidia site to a USB key in my Mac Book Air>
    How to do that?
    Regards

    Cant you just drag and drop the file onto the USB drive? I don't see the issue???

  • Copy & Paste Functioning Incorrectly

    All of sudden, the copy & paste functionality within Dreamweaver has gone crazy. Each time I try to highlight some lines of code to copy to my windows clipboard, the entire file gets selected. Or if I am finally able to get to a couple lines of code selected, once I hit Ctrl + C the entire document gets highlighted and copied to the clipboard.
    How do I fix this issue and revert back to normal copy & paste behavior?
    All other windows apps work fine. This is only happening in dreamweaver.

    Well the only way I have figured to overcome this is to do a "find" on any string immediately after downloading the document. For what ever reason that action relieves my mouse-drag and my directional keys from doing weird things. DW is a really nice tool

  • SunStudio11 Copy/Paste in Debugger Console?

    Hi
    I fail to see debugger command line editing in the Debugger Console (Output Window); for example, Copy/Paste works only between other windows but within the Debugger Console itself. Besides, arrow keys to recall command history and to edit a command in place do not seem working.
    So it seems that repetitive typing and backspacing even is the only choice. I hope I'm wrong. Please let me know how to do the "With-in-Debug-Console Copy/Paste" or "Debug-Command-History-Editing" if such things exit.
    Thanks,
    TJ

    This "black magic" does not seem to work in the dbx Console of the IDE. The cursor keys are apparently ignored there. It does only work outside of the IDE in a terminal window, when working with a command line dbx.
    It is however possible to use the emacs key bindings for history recall (i.e. ^P, ^N, ^B, ^F) in the dbx console of the IDE. But this is much less convenient, of course. This is a strange shortcoming, IMHO.

  • JApplet copy/paste on Macintosh - java.policy?

    Hi,
    We've developed an entire application using Java applets which produces some HTML content in a JTextArea displayed in a new JFrame. The content of the JTextArea needs to be copy/pasted in another application for further processing. The application should work on a Windows and a Macintosh computer.
    When trying to copy/paste the content of the JTextArea on a Windows system, everything works fine on both Netscape and Internet Explorer browsers.
    When I try to copy/paste the same content on a Macintosh machine I got stuck. The applet works fine, produces the desired result but copy is disabled and none of the shortcuts work (both Netscape and Internet Explorer). The application has been tested on a Mac OS 8.6/9.0 & 10 system, all suffering from the same problem.
    I tried to solve this using the Clipboard object but that didn't help me much as it throws a SecurityException. This could be solved on a Windows system through the java.policy file but I can't find if this exists on the Macintosh.
    Any ideas or suggestions to work this issue out?
    Any help appreciated,
    Frederik

    If you sign the jar file this should fix your problems.
    Use keytool to generate keys
    Use jarsigner to sign the jar
    keytool -genkey -alias {MYALIAS_NAME} -keystore {MYSTORE_FILE}
    //then answer all the questions
    jarsigner -keystore {MYSTORE_FILE} -signedjar {MYSIGNEDJAR_FILE} {MYJAR_FILE} {MYALIAS_NAME}
    //again answer some questions

  • Copy & Past problem

    Hi everybody, i'm not sure the question i have is for this forum, but i don't know where else to post it, it should be very ease for you.
    Since 2 or 3 days when i want to highlight anything in SAP in order to copy it, the highlighting disappears when i release my mouse's left button. So basically i do this: for example i want to copy & paste a date from one window to another, i  press the left button, highlight the date and when i release it, the highlighting is gone ....
    I'm sure it's something with SAP session settings, but i can't find it.
    Any ideas?
    thank you

    solved

  • Adobe GoLive CS2 for Windows?

    I need a copy of Adobe GoLive CS2 for Windows. Where can i buy one?

    It is no longer for sale through legitimate retail channels. You could test your luck by finding a copy for sale on eBay but those are most often pirated. You might as well find a pirated copy for free than give your credit card info to a pirate.
    If all you need is 30 days of use, I think you can still find the CS2 trial at ftp://ftp.adobe.com/pub

  • Operations Manager 2012 Dashboard Copy/Paste?

    Is there any possible way to copy and paste a Dashboard view in the Operations Manager 2012 console?
    I have a user that has been using APG to display performance data from SMARTS and wants a similar experience with OpsMgr. The APG console is setup with dashboards for each server that include widgets for CPU utilization, memory utilization and
    disk utilization. I can set the same thing up in an Operations Manager dashboard, but to do it for 100+ would be very time consuming. Why is the copy/paste function not available for dashboard views? Is there some other easier method to create
    dashboards, based on a template?

    Hi,
    Dashboard don't have that function. To get more information about Dashboard, you can refer to this article.
    https://blogs.technet.com/b/momteam/archive/2011/09/27/introducing-operations-manager-2012-dashboards.aspx
    Niki Han
    TechNet Community Support

  • Some general ?'s re: urxvt, copy/paste, etc.

    I started using urxvt, and I just checked the manpage and what I believe is the section on keybindings was quite confusing for me. I am used to gnome-terminal's ctrl+alt+c/v for copy/paste, and just want to double check a few things.
    1. In urxvt, highlight with either left/right mouse and which kb button/shortcut will copy? And what is the paste command in urxvt (above gnome-terminal combo doesn't work I just realized).
    2. Doing it this way, I can only paste with middle mouse button, ctrl+v in FF for example doesn't paste it, and I am confused about why?
    3. Can someone give me a fairly basic command/rundown for configuring/viewing keybindings in urxvt? I have checked the manpage like I said and it was a bit baffling.
    Thanks folks I really want to learn it, appreciate any help to get me in the right direction with some basics

    colbert wrote:Is it just separate clipboards and that's how it is?
    Yes. As a matter of fact, clipboard managers such as Glipper allow for collection of copied items based on whether the items come from the Primary selection (highlight & middleclick) or the Clipboard (CTL+C & CTL+V, etc.).
    See my post here:
    http://bbs.archlinux.org/viewtopic.php? … 26#p279226
    (especially the link at the bottom) for more detailed info about the copy and paste implementation in X11.
    By the way, I recently began using rxvt-unicode, and two things that I find require some adjustment are the use of the Primary selection for copy / paste (without the option for using the Clipboard) and no drag and drop support.
    Because of urxvt's use of the Primary clipboard, I had to enable that feature in Glipper (which I normally have disabled), and it certainly leads to a lot of junk filling up Glipper's copy / paste list. Every time you highlight something whether you intended to copy and paste it or not, the item ends up in the list making it more difficult to cull out the items you really intended to re-use for copy & paste operations.
    I guess everything has its pros and cons, and I'm still on the fence about whether the pros of urxvt outweigh the cons. I'm leaning towards keeping it for now.
    Edit: grammar
    Last edited by MrWeatherbee (2008-01-21 21:42:32)

  • Need system32\AUDIODG.EXE for Windows 7

    Help - can anybody send me or make available for download a copy of system32\AUDIODG.EXE for Windows 7 SP1. I deleted mine some time ago and have found no way to get it back. "sfc /scannow" says it cannot restore it. Microsoft Fixit says my audio
    is fine, but it sure don't work without that file.
    Many thanks for any help.

    Here is a better forum for your problem. Not a development issue.
    -- pa

  • Acrobat 9 PRO windows help.. copy paste for dummy

    Help...please
    I open pdf documents, highlight the text, copy and paste into MS Word or other programs and the text spacing is all messed up. There are spaces between letters in words. How do I paste, copy or whatever? I want the copied pdf to look exactly the same in the created file that it is pasted into. If you can help, I'll need detailed instructions, my expertise is not computer stuff.
    Very specifically, I'm a student and am allowed to convert lessons and lectures from text to voice to listen instead of reading all day. The NaturalSpeaker program works great on Word documents, email, and everything except pdf files. It will work on them too ifI remove the thousands of spaces that appear after pasting in the program or a word document.
    Thanks.

    Hi,
    You are in something of pickle.
    Not due to you or Acrobat.
    Unfortunately, whomever provides the PDFs you are using appears to have failed to deliver a well-formed Tagged PDF from an appropriate authoring application having adequate tag management.
    Tagged PDF is, by design (see ISO 32000-1), capable of supporting use of assistive technology applications, export of content (copy-paste is a sub-set of this) to Word (with layout - format- font info retained/provide), and reflow on mobile devices (tablets, smart phones, eBook readers).
    Of course, the AT application authors have to hold up their end by releasing applications that behave properly with regards to the ISO Standard.
    As PDF is very much a different format than that of a word processor the "copy-paste" of content does not behave in the manner we are all familiar with when doing this with a word processor file format.
    Acrobat X provides a much more robust export to MS Word of untagged PDF content than that provided by previous versions.
    Regardless, a well-formed Tagged PDF is usable by AT and Adobe Reader.
    Lacking a "proper" PDF you could use Acrobat Pro 9 to add tags to the PDFs.
    Then, export to Word or RTF.
    Or, save as to accessible text.
    Work this over with Word.
    Be well...

  • When I have a crash on Firefox, I would like to copy, paste, & save the window with my previously opened web tabs, but I can't do this. I'm frustrated, & I imagine others may be, too. Please change this if possible. Thanks!

    I have encountered this problem repeatedly, not just on one or two occasions. The window that opens up and allows me to check on or off of reopening a "restore" session is completely "dead" to my mouse other than the check boxes.
    Couldn't it be made so the user can copy and paste those choices as a record of his most recent activity, before "guessing" which tabs may be dsyfunctional for the restore?

    You can make a backup copy of sessionstore.js and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]. You can't do a copy and paste in the about:sessionrestore window.
    See also http://kb.mozillazine.org/Session_Restore
    Set the pref [http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes browser.sessionstore.max_resumed_crashes] to 0 on the about:config page to get the about:sessionrestore page immediately with the first restart after a crash has occurred or the Task Manager was used to close Firefox.<br />
    See:
    https://wiki.mozilla.org/Session_Restore#Preferences
    http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes

  • I installed Windows 7 in my Macbook pro, I can access Windows data in Mac, but I can't copy and delete it. and the same case while i am working in Windows. Could you please guide me if there is any solution, where I could copy/paste/delete my data.

    I installed Windows 7 in my Macbook pro, I can access Windows data in Mac, but I can't copy and delete it. and the same case while i am working in Windows. Could you please guide me if there is any solution, where I could copy/paste/delete my data.

    OS X can natively read NTFS of Windows, but not write to it.
    Windows can't read or write to HFS+ of OSX, and that's a good thing from a security standpoint.
    Ideally if you share files between operating systems you should have a FAT/MSDOS formated USB key or hard drive. (exFAT external drive if any of your files are over 4GB in size) both these formats are universal for OS X or Windows.
    If you install software into Windows and OS X to read each others formats, then you have to pay to update/upgrade it deal with headaches.
    If you swtich between Windows and OS X a lot, don't need full hardware performance for Windows, you may consider installing virtual machine software like VMFusion or Parallels which can take a copy of your Windows in Bootcamp and place it into OS X as a file then run that copy of Windows in a window in OS X like so.
    Advantage here is you run most of your light weight Windows programs like this at the same time as OS X.
    Benefit is you can run just about any Windows or Linux version and OSX server editions (not client versions)
    Bootcamp only allows Windows 7, that's it now.
    You'll also be interested in two fre pieces of software, Carbon Copy Cloner and Winclone on macupdate.com.
    CCC clones OS X partition and Winclone clones the Bootcamp partition. Valuable for you.
    Good Luck

Maybe you are looking for