View Single Post
08-10-09, 04:43 PM   #18
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Originally Posted by Tristanian View Post
No, not really. Titan uses only a fragment of the Ace3 framework (remember Ace is not an acronym ) for very specific tasks, such as easy to implement configuration menus, hooking without breaking stuff, timed updates/autohiding and of course easy localization. The actual bar frames and the button frames that represent the plugins have a specific template, which really makes it trivial to support implementations such as that of LibDataBroker. You can seriously code an LDB plugin by simply looking at other people's code, within minutes (whether it will work as intended is an entirely different discussion of course ), for a display its more complicated because you have to take several things into consideration and first and foremost, decide exactly what you want to do with it and what kind of functionality and/or other existing addons, you want to support.
Yeah, I suspected it wouldn't be an easy read. With the help of the DBM LDB addon I figured out the necessary code to make drop down menus for LDB menus. The question is how to make these type of bars a part of the nUI system.
__________________
  Reply With Quote