View Single Post
08-17-12, 01:58 PM   #6
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Status update.

I had little time to work on this lately but I plan on doing so this weekend.

This is how far I am:


Log:
http://code.google.com/p/rothui/source/detail?r=913
http://code.google.com/p/rothui/source/detail?r=914
http://code.google.com/p/rothui/source/detail?r=915
http://code.google.com/p/rothui/source/detail?r=916

Config is loaded on demand. That can be either by surfing to the interface settings or by using the "/pulsar" slash command.

The basic for data handling concept is finished now.

There is a bunch of default settings. It will be loaded into the database when no database exists.
Changes to objects are made via local functions bound to the object that gets changed. Changes are saved to the database OnValueChange.

Log:
http://code.google.com/p/rothui/source/detail?r=917
http://code.google.com/p/rothui/source/detail?r=918
http://code.google.com/p/rothui/source/detail?r=919

What I'm currently doing is writing myself some config element widgets to make use of. I need a Slider with a connected editbox and an optional reset button. Plus I need checkboxes and such...
__________________
| 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 : 08-18-12 at 12:49 PM.
  Reply With Quote