Thread: Newbie Question
View Single Post
10-27-10, 12:33 PM   #1
Trockenbrot
A Defias Bandit
 
Trockenbrot's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 3
Newbie Question

I tinkered a small InfoPanel [Grid / Omen] together. But it's not "perfekt" since i just started with Lua...

I want to fix some nasty Grid-configurations which need to be done by the user right now.

There are 3 things which need to be set on a specific value to fit optimal into the panel:
  • Scale to 0.75
  • Spacing (Border) to 4
  • FrameLock to true
But i only found the method SetScale() i could use to set the scale to 0.75.

So my question is:
Is there a way to change the configuration values of a other addon, without using their methods?