Thread Tools Display Modes
Prev Previous Post   Next Post Next
06-03-17, 12:23 PM   #1
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
(ace3) Need help changing the multiline edit box to have more lines

trying to use a custom control to change the default size of the editbox, but its not working. Any ideas?


Code:
local function MultiLineEditBoxConstructor()
  local Widget = AceGUI:Create('MultiLineEditBox')

  Widget.type = MultiLineEditBoxWidgetType
  Widget:SetNumLines(20)

  return AceGUI:RegisterAsWidget(Widget)
end

AceGUI:RegisterWidgetType(MultiLineEditBoxWidgetType, MultiLineEditBoxConstructor, MultiLineEditBoxWidgetVersion)
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » (ace3) Need help changing the multiline edit box to have more lines


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