Thread Tools Display Modes
04-29-12, 09:57 AM   #1
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Looking for a Programmer's Help...

As the title states I'm in need a programmers help.

I have put together a UI from other peoples creations (and yes i have asked each one for there permission to use and edit said addons). i can use the AddOn as is but it becomes a pain having to open the .lua edit it, save it, then reload WoW. My main goal is to make in-game options and be abel to have everything in a single file. Right now I have accompliched this with 2 Addons BasicUI and BasicUI_Config. The main issue with this is you have to do a /reload for any changes to to effect.

So for this project i change the UI name to cUI and would like some help figuring out how to get my UI to have the following:
  1. In-Game options threw Blizzards Default AddOns Tab.
  2. Help with understanding how this is accomplished and how creating functions happens.

I know there will be alot of people that say "Well i guess you should start reading on .lua coding." or "Stop being lazy, do the foot work and create it yourself.". I do understand the best way to learn how to do it is read up on it and learn. But for me to learn is to do and right now I'm stuck on the to do part, i have been trying for about 3 weeks to bring the config over to the main AddOn but nothing seems to work and if i do get it over there and showing when i change a option nothing happens.

So below is the main AddOn in working form (the cUI one), if needed i can also upload BasicUI if it is needed.

Thank you all for your time in reading this and thank you to anyone who decides to help out.

Coke



Zip of cUI: <external link removed>

Topic also posted on curseforge forums, and MMOChampion forms.

Last edited by Haleth : 04-29-12 at 03:54 PM. Reason: Removed external link
  Reply With Quote
04-29-12, 11:22 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
You can do it really easily with the Ace3 framework, there should be a guide on wowace.com forums aswell.
  Reply With Quote
04-29-12, 11:31 AM   #3
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
To add an options panel:

http://www.wowpedia.org/Using_the_In...s_Addons_panel

P.S. Please do not link to external downloads.

Last edited by Haleth : 04-29-12 at 03:54 PM.
  Reply With Quote
04-29-12, 07:01 PM   #4
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Originally Posted by Haleth View Post
To add an options panel:

http://www.wowpedia.org/Using_the_In...s_Addons_panel

P.S. Please do not link to external downloads.
Sorry for the external link I willnot post one again.

And thank you for the info about the panels
  Reply With Quote
04-30-12, 01:39 AM   #5
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 27
Writing options panels that aren't, well.. bad.. can be quite a endeavor if you don't use a options library of some sort.

I suggest you look into p3lim's suggestion for Ace3-Options. Not that it's exactly the best option, but it's well documented and highly used, so examples are not few and far between.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Looking for a Programmer's Help...

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off