View Single Post
11-03-09, 11:06 AM   #12
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
In fact that is what makes this such a tedious issue. The fact that you have to go threw each addon and figure out how it works. They all work slightly different and thus means you have to make slightly dif code for each. Some of them work VERY differently and require extremely different and complex code.

Just a note, the mazzle in game options was very complex code, attempting to allow the user to alter all the addons from one window at load up is going to prove overwhelming. It is best to make a default setup and then code things so that changes made by the user later save per addon. So in other words just redirect addons default saved vars to ones you have coded into another file inside your addon. The resolution issue is best addressed this way.... the way im attempting to do it...

have two or three default setups coded then rather then trying to have the user select options have the addon do a getresolution on first install and and automatically setup for the end users highest resolution. based on the 2-3 default setups which of course are designed for the various resolutions.
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]

Last edited by Grimsin : 11-03-09 at 11:14 AM.
  Reply With Quote