Download
(24Kb)
Download
Updated: 06-03-09 07:00 AM
Pictures
File Info
Updated:06-03-09 07:00 AM
Created:05-21-09 08:24 AM
Downloads:2,691
Favorites:28
MD5:

NuN-LDB, LibDataBroker Addon for NotesUNeed

Version: 3.1.3.7
by: markushe [More]

This Addon is a simple LDB "launcher" for NotesUNeed users, that don't want to have the micro buttons on the screen and don't want to use slash commands.
I wrote this for myself but decided to share it with the community.

You need to have NotesUNeed installed for this addon to work (and make sense )

  • it's not localized (eventually will be)
  • I only testet it with DockingStation so I don't know if there are any problems with other broker display addons

3.1.3.7
-------
- added wowinteface.com ID to TOC for Minion
- Updated TOC-Version to match WoW client

3.1.2.6
-------
- complete rewrite because of switch to LibQTip
- switched from TabletLib to LibQTip and LibQTipClick for more flexibility and eyecandy
- added icons to menu items. it's a workaround. cellprovider planned for the future
- added text field to data source.
- new versioning system: wowversion.repositoryversion
Optional Files (0)


Post A Reply Comment Options
Unread 07-03-10, 04:28 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
Just to note, this function
"function NUNLDB.OnClick(self)"

Replaces the "function NUNLDB.OnEnter(self)" in the original..

So comment out or delete the original and replace.
Report comment to moderator  
Reply With Quote
Unread 07-02-10, 12:23 AM  
thelurkerbelow
A Murloc Raider

Forum posts: 5
File comments: 56
Uploads: 0
Just in case there are others like myself who prefer normal "click on, click off" LDB launcher action:

Code:
function NUNLDB.OnClick(self)
    
    if (not NUNLDB.ldbTooltip) then
        NUNLDB.CreateTooltip()
    end
   
	NUNLDB.ldbTooltip:SmartAnchorTo(self)
	
	if NUNLDB.ldbTooltip:IsVisible() then
		NUNLDB.ldbTooltip:Hide()
	else
		NUNLDB.ldbTooltip:Show()
	end
end
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 09:35 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
Could you change to tooltip so that it faded out on its own. Having to select "close" is a real pain.


Other than that this is a great addon.

p.s. I am using it with Ninga Panel and it works just fine.
Last edited by ricks322 : 06-26-10 at 09:36 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: