View Single Post
02-06-13, 01:20 PM   #5
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Test is finsihed for now. DropDown lists are implemented:
http://code.google.com/p/rothui/sour...e.lua&old=1040



Next step is to glue everything together and create an actual config panel.

*edit*

I started a new addon and succeeded spawing a panel.

rTestPanel
http://code.google.com/p/rothui/sour....0/rTestPanel/



I looked at different Blizzard frame panels und decided to use the ButtonPanelTemplate.
https://github.com/tekkub/wow-ui-sou...ates.xml#L2950

The panel can be resized and has enough place for a tabbed navigation at the bottom, a tabbed navigation inside, a scrollframe and some buttons at the bottom of the panel.

Next step is to bring all the general frames in place.

*edit*

Next step is finished. Functions for generating / updating SubFrames are in place. So are bottom tabs to actually change the SubFrames.

http://code.google.com/p/rothui/sour...e.lua&old=1042



Next part is filling each subframe with some data and connecting the database (savedVariables).
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 02-08-13 at 09:08 PM.
  Reply With Quote