View Single Post
  #17  
Unread 11-30-2010, 12:28 PM
Digital_Utopia's Avatar
Digital_Utopia Digital_Utopia is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 207
Quote:
Originally Posted by Eili
Did that but changed nothing.

The plugins is almost working, but what happens is that the window does not show anymore.

I created a slot for testing, nothing showed up but in the data files, that slot is created.

So i guess its something with the call window (humm i am not at all a programer, i am just guessing )
Another major change - although it won't throw an error; but will lead to some undesired results, is that the Turbine.UI.Window class is now not visible by default. Meaning unless the author changes it, any element that uses the window class will be automatically hidden, unless the author specifically makes it visible.

For those entrepreneuring players who are attempting to get their plugins working, find every instance of "= Turbine.UI.Window()" and if there isn't a SetVisible(false) line for that window, add in a SetVisible(true) line: For example:

Code:
myWindow=Turbine.UI.Window();
myWindow:SetVisible(true)
__________________

Lord of the Rings Online
75 Fourohfour | 75 Artemedis | 60 Whiskeytango Foxtrot | 50 Mistah Boombastic | 56 Appetizer | 25 Aggromi
61 Onepointtwentyone Gigawatts


World of Warcraft
90 Downlo 85 Gravetaxi 85 Ümad 85 Artemedis 85 Guthuros
Reply With Quote