Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-15-07, 09:23 AM   #1
Gack
A Defias Bandit
Join Date: Apr 2007
Posts: 3
Multiline Edit Box help

How do I retrieve the text in a Multiline Edit box? For a Single line edit box...I just call the GetText() method. ie: EditBox name: "TextBox1"

local msg
msg = TextBox1:GetText()
message(msg)


That works for singleline Edit boxes, but not the scrollable multiline...any hints/tips?

Tx!!
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » Multiline Edit Box help


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