Re: Stack focus

2017-04-06 Thread Peter Bogdanoff via use-livecode
Yes, when I start afresh with making two stacks one with a button that goes from one stack to the other and back again, all is well. I was doing this same thing earlier, but running the script from the multi-line message box. There, of course, the focus is on the message box and stays on the me

Re: Stack focus

2017-04-06 Thread Richard Gaskin via use-livecode
Peter Bogdanoff wrote: > I’m seeing this issue where going from stack “A” to stack “B” doesn’t > focus on stack “B”: > > script: > go card 1 of stack "A" > go card 1 of stack “B" > > goes to stack “B” but its titlebar is greyed out until you physically > click on stack “B.” > > This: > go card 1

Re: Stack focus

2017-04-06 Thread dunbarx via use-livecode
Certainly not as issue in v.6, where I languish. How about v.7? Craig Newman -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Stack-focus-tp4713754p4713758.html Sent from the Revolution - User mailing list archive at Nabble.com

Stack focus

2017-04-05 Thread Peter Bogdanoff via use-livecode
I’m seeing this issue where going from stack “A” to stack “B” doesn’t focus on stack “B”: script: go card 1 of stack "A" go card 1 of stack “B" goes to stack “B” but its titlebar is greyed out until you physically click on stack “B.” This: go card 1 of stack "A" go card 1 of stack “B" click at