Thread Tools Display Modes
02/23/15, 06:15 AM   #1
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
Right Click Item send to Clipboard

is there the ability to right click an item and send it to the clipboard (minus the items link code) - I'm just looking for the name.

Any ideas?

Thanks,

-d
  Reply With Quote
02/23/15, 06:31 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Very quick :

Lua Code:
  1. -- ZO_ChatWindowTextEntryEditBox = Chat entry text, can be change with your editbox defined in xml.
  2. ZO_ChatWindowTextEntryEditBox:SetText("[" ..  zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemLinkName(itemLink)) .. "]")
  Reply With Quote
02/23/15, 06:40 AM   #3
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
Originally Posted by Ayantir View Post
Very quick :

Lua Code:
  1. -- ZO_ChatWindowTextEntryEditBox = Chat entry text, can be change with your editbox defined in xml.
  2. ZO_ChatWindowTextEntryEditBox:SetText("[" ..  zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemLinkName(itemLink)) .. "]")
I could hug you -- a MAN hug - but still ty

I might just drop it in a quick addon and make it available to others, with your permission.

I'll make it an private addon if not.

Thanks again for the quick reply

-d
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Right Click Item send to Clipboard


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off