View Single Post
10-20-14, 07:03 AM   #10
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by BabyRay View Post
Now i only have the problem with Skada.
I login and its on the wrong position again.
The simplest solution would be to find where Skada saves that information in its saved variables, and just set those values, with something like the following non-working example code:

Code:
/run Skada.db.profile.framePoint = "TOPLEFT"
/run Skada.db.profile.frameX = 800
/run Skada.db.profile.frameY = 200
Look in Skada's code to see where it sets these values (probably in an OnDragStop script for the window) to find the actual key paths.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote