View Single Post
11-26-08, 10:35 AM   #4
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
Originally Posted by shkm View Post
I personally prefer .lua setup addons, but I disagree that oUF layouts are easy to edit without coding knowledge: if you're trying to do something remotely different from whatever is already provided (within comments or otherwise), chances are you simply won't be able to without asking someone else.

OP may be better suited with ag_UF or Pitbull.
This really depends on the layout's author. Some author's will place helpful comments in their layout to tell you what that particular chunk of code will do. Generally changing the position of an oUF frame is as simple as edit an XX, YY coordinated. Usually most layouts are "anchored" to the center of the screen and the XX, YY coords are the distance from the left or right (XX) and the top or bottom (YY) of the center. My tinkering with lua began in part with oUF (both Haste's "Lily" and p3lim's layouts) along with playing with things like oChat.

To the OP, first get yourself a good text editor. Notepad will not cut it as it can't display formatted text (and that is what lua is, a formatted text file). Instead get something like Notepad++. There are others that offer more advance syntax highlighting however Notepad++ is excellent for the beginner.
__________________
Twitter
  Reply With Quote