lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 12-06-2011, 07:04 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
Req: Hide DASS dps meter on request

Seems that the author of DASS dps meter plugin hasn't been online for a while.

Anyone of you Lua wizards that could make a simple fix to it and add a feature to it so it would get hidden when you're taking a screenshot or so.

Appreciated. Thanks you
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote
  #2  
Unread 12-28-2011, 05:04 PM
MrJackdaw's Avatar
MrJackdaw MrJackdaw is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Location: Lancaster, England
Posts: 249
Daimon! Has anyone done this for you yet? I had a go - seems to work.

Add this to the end of Main.Lua

Code:
prog.ppWin:SetWantsKeyEvents(true)

prog.ppWin.KeyDown = function( sender, args )
	if args.Action ==  0x100000B3 then
		prog.ppWin:SetVisible(not(prog.ppWin:IsVisible()))
	end
end
Call it a late Christmas present *grin*
__________________
************************************************** ************************************************** **
"Our ideals may never be realised, But they indicate what we are trying to do." Dick Tahta
Reply With Quote
  #3  
Unread 12-29-2011, 09:56 AM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
Cheers JD! And Happy New year to you

Any chance you could upload this as an patch for the plugin ?
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote
Reply


Thread Tools
Display Modes

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
How to hide UI elements. Sgt_Awall Interface Help (D) 0 07-06-2011 06:56 PM
Threat Meter killertomato LotRO Wish List (L) 30 10-03-2010 03:56 PM
level meter?! liftedplane General Authoring Discussion (L) 5 09-18-2010 09:22 PM
Help me to position my xp bar please or to hide it Eili Interface Help (L) 6 06-29-2010 05:36 PM
Hide experience bar, simple request shouldn't take long snowbro6 Interface Requests (L) 0 07-20-2009 11:15 AM


All times are GMT -5. The time now is 09:12 AM.


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