January 5, 201313 yr 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 )
January 5, 201313 yr 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.
Create an account or sign in to comment