Re: The width and height of a stack

2015-07-21 Thread Bob Sneidar
I think I have a corrupted card. I noticed that when resizing the card some objects change their position. When I look at the object’s properties however, I am not using the geometry manager. I will probably try to re-create the card. Bob S > On Jul 17, 2015, at 21:26 , Paul Hibbert wrote: >

Re: The width and height of a stack

2015-07-17 Thread Paul Hibbert
Seems to be working fine here (including breakpoints) with LC 7.1.0 (dp1), LC 6.7.6, LC7.6.4 and LC 5.5.5 on OS X 10.10.4 Simple test stack is on DBx if it’s any use… https://www.dropbox.com/s/3tu8fuja2oekfpp/Bob%20Script%20Test%205.livecode?dl=0 Paul > On Jul 17, 2015, at 19:48, Bob Sneidar

Re: The width and height of a stack

2015-07-17 Thread Bob Sneidar
Same thing with 6.7.6. I guess I can try a version of 7… I don’t think anything is going to change. Bob S > On Jul 17, 2015, at 19:32 , Bob Sneidar wrote: > > What is even weirder, is that if I set a breakpoint after the height or width > statement in the openCard handler, whichever is firs

Re: The width and height of a stack

2015-07-17 Thread Bob Sneidar
What is even weirder, is that if I set a breakpoint after the height or width statement in the openCard handler, whichever is first, the command completes and executes the first sizing statement but then the script crashes! If I put a breakpoint after the first sizing statement, it never reaches

The width and height of a stack

2015-07-17 Thread Bob Sneidar
Hi all. I have these two handlers in each of 3 cards of a stack: on openCard lock screen -- set the size of the stack set the width of this stack to the lastWidth of me set the height of this stack to the lastHeight of me set the loc of this stack to the lastLoc of me end openCa