Thread Tools Display Modes
10/04/14, 08:29 PM   #1
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Text Buffer Add Message Indexing

Hello,

i'm using the code AddMessage below to "append" a message to a TextBuffer. it appears that text is appended from the bottom up. meaning new items appear above previous items. is there a way to append them After previous items?

Code:
MyoutputBuffer:AddMessage(newOutputLine, 1, 1, 1, nil )
Also, it appears that the "SetDimensions" option has an effect on the items positioning where it appears on the screen. which is odd. but is beside the point.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Text Buffer Add Message Indexing


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