Announcement

Collapse
No announcement yet.

Two questions please?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tanner
    replied
    Originally posted by herrin View Post
    example work fine


    Code:
    [ATTACH]n304052[/ATTACH]
    Thanks so much i really appreciate your patience.

    Leave a comment:


  • herrin
    replied
    example work fine


    Code:
    [ATTACH]n304052[/ATTACH]

    Leave a comment:


  • Tanner
    replied
    But the delete 1 character script isn't working though...

    Leave a comment:


  • Tanner
    replied
    Originally posted by herrin View Post
    Clipboard action plugin 2.0.1.0



    Code:
    [ATTACH]n304046[/ATTACH]
    Thank you so much.

    Leave a comment:


  • herrin
    replied
    Clipboard action plugin 2.0.1.0



    Code:
    [ATTACH]n304046[/ATTACH]

    Leave a comment:


  • Tanner
    replied
    Originally posted by herrin View Post
    using clipboard plugin;
    Code:
    sText = Input.GetText("YourInput");
    Clipboard.CopyText(sText);
    
    CBText = Clipboard.GetText();
    Input.SetText("MyInput", CBText);


    Code:
    tSel = Input.GetSelection("YourInput");
    Input.Cut("YourInput", tSel)



    Only For Test
    Thanks so much! I'll try looking for the clipboard plugin. I'd greatly appreciate it if you linked me your source project and the clipboard plugin ♥

    Leave a comment:


  • herrin
    replied
    using clipboard plugin;
    Code:
    sText = Input.GetText("YourInput");
    Clipboard.CopyText(sText);
    
    CBText = Clipboard.GetText();
    Input.SetText("MyInput", CBText);


    Code:
    tSel = Input.GetSelection("YourInput");
    Input.Cut("YourInput", tSel)



    Only For Test

    Leave a comment:


  • Tanner
    started a topic Two questions please?

    Two questions please?

    Hey, i know i sound like a newbie but hey. Could you guys help me in just two simple things ?
    1. Copy text from the whole input (I tried Input.SetSelection and then Input.Copy, they didn't work)...
    2. Cancel/Delete/Erase 1 character from an input (I tried Input.SetSelection and then Input.Delete, they didn't work)...
Working...
X