Results 1 to 4 of 4

Thread: Text field copy/paste not working in our RCP app

  1. #1
    Join Date
    Feb 2005
    Posts
    23

    Default Text field copy/paste not working in our RCP app

    First a couple of disclaimers: 1) I did in fact try to search for an answer first; 2) We are on an old snapshot of RCP and will likely have to stay here for a little while.

    Okay, with those out of the way, we have an RCP-based application delivered via Web Start. For some reason we can't copy/paste between text fields (within the app, or with other apps) regardless of whether they're in an RCP-based form or not. I assume that RCP has somehow disabled access to the clipboard and was wondering if anyone knew if there was a simple solution such as a setting in the application context for this before I start heavy debugging.

    Thanks in advance for any insights.

    Regards,
    Scott Wells

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    Remove the following line from you app context :

    <bean class="org.springframework.richclient.text.TextCom ponentPopupInterceptorFactory"/>

    Let me know it that fixes it.

    Ollie

  3. #3
    Join Date
    Feb 2005
    Posts
    23

    Default

    Worked perfectly! Thanks so much. This resolved a VERY hot situation with a customer very quickly.

  4. #4
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    No worries.

    I think there's something about this interceptor that breaks copy and paste in non intercepted text components...

    I've raised an issue for this in out Jira:
    http://opensource2.atlassian.com/pro...browse/RCP-173

    Ollie

Similar Threads

  1. Problems with Text Area in Form
    By jwray in forum Swing
    Replies: 7
    Last Post: Oct 20th, 2008, 03:05 AM
  2. using byte[] for HTMLArea like field
    By arashid in forum Data
    Replies: 8
    Last Post: Aug 30th, 2005, 09:52 AM
  3. Working with large text fields
    By rlynn in forum Data
    Replies: 0
    Last Post: Aug 2nd, 2005, 08:02 AM
  4. Replies: 2
    Last Post: Oct 27th, 2004, 10:44 AM
  5. field errors from initBinder
    By araghavan in forum Web
    Replies: 1
    Last Post: Aug 19th, 2004, 11:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •