Results 1 to 6 of 6

Thread: Unable to paste text into simba.

  1. #1
    Join Date
    Mar 2014
    Location
    Rocky Point, North Carolina.
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy Unable to paste text into simba.

    The only way i can manage to paste text into simba is if i copy it from simba. It's frustrating.

    I've tried enabling/updating all extensions.

    Does anyone have any idea what is causing this?






    Thankies

  2. #2
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Could you give a bit more detail? Can you click the option to paste and nothing happens or it blanked off?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  3. #3
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    CTRL+V doesn't work?
    Right clicking and selecting paste doesn't work?

    If no to any of the above, does it work pasting it into i.e notepad or any other text-editor?

  4. #4
    Join Date
    Mar 2009
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I'm having the same problem. Trying to paste DTM's, not able to paste them into Simba or any other text editor. Also color grabbing doesn't work either.. the screen goes to black and that's the only color I can grab. I've been using the DTM editor to grab colors instead which is a pain for such a simple process.

  5. #5
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Where are you copying from? Is it from simba or any form created by simba (color picker/DTM editor etc)?

    After copying, is the clipboard clear? Is the clipboard text? Run this script to check.
    Simba Code:
    begin
      writeLn(getClipBoard());
    end.
    I doubt the script above will output anything.

  6. #6
    Join Date
    Mar 2009
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Where are you copying from? Is it from simba or any form created by simba (color picker/DTM editor etc)?

    After copying, is the clipboard clear? Is the clipboard text? Run this script to check.
    Simba Code:
    begin
      writeLn(getClipBoard());
    end.
    I doubt the script above will output anything.
    Attempting to copy from Simba (a printed DTM from the editor to be specific), but I have the same problem trying to paste from other sources as well. The script, as you predicted, did not output anything.

    Edit: I'm now able to paste into notepad, but still not into Simba.
    Last edited by kylescoulter; 03-29-2014 at 04:29 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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