View Single Post
02-08-13, 09:10 PM   #6
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Made quite a huge leap today.
http://code.google.com/p/rothui/source/detail?r=1044



Creation of all panels and general panel functions is complete.

Next part is connecting the database and adding some config items (slider, dropbox etc.)

*edit*

I'm currently reading into Lua classes. This very much needed right now since I need to create alot of instances of specific frame types.

A really good writeup on that is:
http://www.wowwiki.com/Object-oriented_programming
http://lua-users.org/wiki/SimpleLuaClasses
http://lua-users.org/wiki/LuaClassesWithMetatable

A good and small example using the above behaviour is the EasyStorage class:
http://www.wowinterface.com/download...syStorage.html

So I'm probably doing a quick break. Need to rewrite the functions to classes/instances.

I checked Tuller's code of "Classy". I do not get it yet.
__________________
| 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-09-13 at 07:05 AM.
  Reply With Quote