Thread Tools Display Modes
Prev Previous Post   Next Post Next
Unread 01-26-12, 02:32 PM   #1
Melampus
Zombie
 
Melampus's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 2
Rift addon using wordwrap

I am a bit confused. I am using an addon that reads from a datafile, and displays that information onto the screen. I am attempting to insert that data into columns.
Rift addons cut the text after the column length is reached by default.
Is there a way to use the wordwrap command to spice the text and display it below the original text with out doing this manually for each piece of information? Or even using the wordwrap command to tell me where the text needs to be spliced?


ie

read x from file

x is too large for display in column y by 10 characters

->use wordwrap to display the additional 10 characters on line 2 of column y

all I have found is that I can use a string read command and manually read each character of the datafile - then compute that into the columns
Melampus is offline   Reply With Quote
 

Go BackRiftui » AddOns, Layouts and Macros » Help/Support » Rift addon using wordwrap

Thread Tools
Display Modes

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