View Single Post
04/24/14, 03:22 AM   #2
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
Hey,
In your XML file you have one TopLevelControl which is movable and contains two controls. If you want these controls to be independently moveble you could put them in separate TopLevelControls.
To save your controls location you must use ZO_SavedVars. You could look at my Subtitle addon code where i did what you want to do.

Last edited by Harven : 04/24/14 at 03:34 AM.
  Reply With Quote