lotrointerface.com
Search Downloads


Go Back   elsinir's Portal > Feature List

View Feature Request
Toggle window visibility when showing/hiding HUD
Feature #: 75
File: BusyBee1.3.9
Date: 09-30-2018 12:17 PM
By: Kruulos
Status: Under Review
Currently BusyBee doesn't respect HUD toggling (F12)

I implemented it in your script:
BusyBeeWindow.lua
inside the BusyBeeWindow Constructor around row 890

just below self:SetMouseVisible(true);
self:SetWantsKeyEvents(true);

and then below the self.MouseLeave function declaration I made a new function around row 947

self.KeyDown = function(sender, args)
if args.Action == 268435635 then -- Toggle HUD
IsHUDHidden= not IsHUDHidden;
if IsHUDHidden then
self:SetVisible(false);
else
self:SetVisible(true);
end
end
end

Thanks

RSS 2.0 Feed for Favorite CommentsNotes Sort Options
By: elsinir - 11-17-2019 12:37 AM
Brilliant! Thanks Kruulos - I've incorporated that into 1.3.19.
 
Menu
» Home



Stats
Files: 3
Downloads: 159,882
Favorites: 54

New & Updated


LOTROInterface


All times are GMT -5. The time now is 01:03 PM.


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