View Single Post
  #1  
Unread 09-14-2017, 08:09 AM
magill's Avatar
magill magill is offline
The Undying
 
Join Date: Sep 2010
Location: Philadelphia PA
Posts: 85
Update 21.1 on Bullroarer has Lua update!

Lua - We recently changed the way LOTRO ListBoxes work to fix a category of UI bugs. This may have side-effects for Lua scripts dependent on the broken behavior. If you encounter issues with your existing Lua plugins, you may want to change the ListBox orientation from Horizontal to Vertical and remove the SetMaxItemsPerLine limitation setter.

The Lua interface is being updated to provide four new functions for the ListBox control. They should be used in the place of SetMaxItemsPerLine( value ) and GetMaxItemsPerLine() which are being deprecated:
* number GetMaxColumns();
* void SetMaxColumns( number );
* number GetMaxRows();
* void SetMaxRows( number );
__________________
Bill Magill Mac Player
(OTG)
Val - Man Minstrel (107)
Valalin - Dwarf Minsrel (69)
Valamar - Dwarf Hunter (118)
Valanne - Beorning (105)
Valhad - Elf LM (65)
Valkeeper - Elf RK (85)
Valdicta - Dwarf RK (105)
Valwood - Dwarf RK (80)

Valhunt - Dwarf Hunter (68)
Ninth - Man Warden (65)

"Laid back, not so serious, no drama.
All about the fun!"

Reply With Quote