A small utility to collect selected stacks that have wandered off screen.
Lists all open stacks, then will bring selected stacks to the centre of the default screen.
Stacks are collected in size order with the largest at the back.
http://livecodeshare.runrev.com/stack/8 ... ctMyStacks
Ann: CollectMyStacks
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Ann: CollectMyStacks
Andy .... LC CLASSIC ROCKS!
-
- Livecode Staff Member
- Posts: 864
- Joined: Fri Feb 06, 2015 4:03 pm
Re: Ann: CollectMyStacks
Hi Andy,
Thanks for that. Could you also post this in the use-list/dev-list, as a lot of people suffer from this problem, especially if they have a multiple-screen setup.
Best,
Panos
--
Thanks for that. Could you also post this in the use-list/dev-list, as a lot of people suffer from this problem, especially if they have a multiple-screen setup.
Best,
Panos
--
Re: Ann: CollectMyStacks
Just updated CollectMyStacks to add the following
Set the visible of the selected stack to true
Reduce the size of the stack to fit the default screen screenRect
http://livecodeshare.runrev.com/stack/8 ... ctMyStacks
Set the visible of the selected stack to true
Reduce the size of the stack to fit the default screen screenRect
http://livecodeshare.runrev.com/stack/8 ... ctMyStacks
Andy .... LC CLASSIC ROCKS!