LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   General Authoring Discussion (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=22)
-   -   Update 21.1 on Bullroarer has Lua update! (https://www.lotrointerface.com/forums/showthread.php?t=3679)

magill 09-14-2017 08:09 AM

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 );

Thurallor 09-14-2017 10:13 AM

Yeah, I saw that.

I don't guess it's much of a problem if they deprecate a few functions, since the entire Lua interface is deprecated. :p


All times are GMT -5. The time now is 08:39 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI