lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > Lua Programming Help (L)

Reply
Thread Tools Display Modes
  #11  
Unread 12-01-2010, 10:19 PM
goldbishop goldbishop is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Nov 2010
Posts: 30
Quote:
Originally Posted by D.H1cks
OK, I have to go back a step here and ask. Is there really a space between the r and t in your __init__.lua file? As in
Code:
FrameworkReport.FrameworkRepor tWindow
No there is not.
Reply With Quote
  #12  
Unread 12-01-2010, 10:27 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
LOL, ok. I had to make sure.

Here is what I did. I copied all your code into my own files here. I then tried to run it and it failed. I changed:
Code:
self:MouseEnter = function( sender, args )
sender:SetOpacity( 1.0 );
end

self:MouseLeave = function( sender, args )
sender:SetOpacity( 0.0 );
end
to


Code:
self.MouseEnter = function( sender, args )
sender:SetOpacity( 1.0 );
end

self.MouseLeave = function( sender, args )
sender:SetOpacity( 0.0 );
end
And the plugin works.

I think you will also have to do what DU mentioned earlier, but for now they are not a problem.
Reply With Quote
  #13  
Unread 12-01-2010, 10:33 PM
goldbishop goldbishop is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Nov 2010
Posts: 30
Think im going to handle the Events as such and code them outside the Constructor.

Not quite sure the short-circuited the whole process by putting it in the constructor, but ok.

TYVM D.Hicks
Reply With Quote
Reply



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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
issues with setting up UI rawdoggie Interface Help (L) 5 11-19-2010 12:38 PM
Loading creates Error Heta Lua Programming Help (L) 0 11-13-2010 09:38 AM
Help with vital issues... Putnal08 Interface Help (L) 10 10-21-2009 05:21 AM
UI not loading correctly Kiryan Interface Help (L) 5 04-01-2009 08:53 PM
Help with loading multiple UIs Crumby Interface Help (L) 0 07-06-2007 06:45 PM


All times are GMT -5. The time now is 05:30 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui