ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Crisis on July 27, 2017, 02:32:49 PM

Title: The EUO command Display
Post by: Crisis on July 27, 2017, 02:32:49 PM
You can display things on a pop-up like:
Code: [Select]
display You are out of tinker tools. Get a tinker tool and press play!
Is there a way to make a pop-up that can display a list or something that can be copied with the right click copy command or display it another way that can be saved?

Title: Re: The EUO command Display
Post by: manwinc on July 29, 2017, 01:14:09 AM
Unless there is a command for the command line that can put text onto your clipboard, Only way is to Write a text file and then copy from there. Roadkill wrote a sub for writing multiple lines at a time to a text file, I think it's over on Easyuo.
Title: Re: The EUO command Display
Post by: TrailMyx on July 29, 2017, 08:55:28 AM
One possibility you can play with is utilizing  global namespaces to send text over to another tab that has a separate text box.  The textbox is the only control EasyUO has that you can cut/paste to.  There are no keyboard short cuts, you need to use the context menu right click.
Title: Re: The EUO command Display
Post by: Endless Night on July 30, 2017, 09:09:42 AM
if it is a one off... then  just create  var to hold what ever you want to copy and paste .. then add the var to the EUO right column display.    In EUO  select TOOLS menu option then  "Manage Var List" ... then just add the Var to the top of the list   when you run the script the var will update and you can left click copy the value.

If its a permanent thing then best bet is writing to a text file... its pretty simple to do that.
Title: Re: The EUO command Display
Post by: Crisis on July 30, 2017, 09:13:30 AM
I am actually feeling confident enough to look into those.  8)
Title: Re: The EUO command Display
Post by: Biza on July 31, 2017, 10:36:24 PM
Unless there is a command for the command line that can put text onto your clipboard, Only way is to Write a text file and then copy from there. Roadkill wrote a sub for writing multiple lines at a time to a text file, I think it's over on Easyuo.

Isnt that his rail writer? I think it is, I used it about 3 to 4 years ago. Wish that guy would come back  :(