rivet Posted January 5, 2013 Posted January 5, 2013 Before I begin building from scratch, has anyone seen a solution for managing window size and postion. I am thinking of a global variable to hold an array of window settings such as: layoutA; height; width; top; left layoutB; height; width; top; left layoutC; height; width; top; left Then a custom function to pull the settings: setWindow ( layout-name; h )
dansmith65 Posted January 5, 2013 Posted January 5, 2013 http://mikhailedoshin.com/cookbook/window_controller/installing.html This setup is pretty comprehensive, but not simple to install. I've used, modified, and like it.
Recommended Posts
This topic is 4338 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now