Now that we are managing the chatframe positions with the memory module,. we have the ability to allow the user to create multiple saves and choose among them.
We need to enhance memory to support saving only the frame layout to an arbitrary table that we pass in. i.e.
function memory:SaveFrameLayout(db) end
function memory:LoadFrameLayout(db) end
So - the first thing we can do is allow the user to save & load named layouts with a command.
Building on that we need some sort of solution for triggers - maybe people can use WA for that and just run the prat command from their WA - not sure
Now that we are managing the chatframe positions with the
memory
module,. we have the ability to allow the user to create multiple saves and choose among them.We need to enhance memory to support saving only the frame layout to an arbitrary table that we pass in. i.e.
So - the first thing we can do is allow the user to save & load named layouts with a command.
Building on that we need some sort of solution for triggers - maybe people can use WA for that and just run the prat command from their WA - not sure