Re: Go in Window (not working) Go in A window "working"

2018-01-04 Thread Brian Milby via use-livecode
Just a wild guess, but did you attempt to reset the full screen mode in the new stack? (Can’t tell from the above if you set it in each stack or just the first) On Thu, Jan 4, 2018 at 8:39 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > FWIW: > > Seems my e

Re: Go in Window (not working) Go in A window "working"

2018-01-04 Thread Sannyasin Brahmanathaswami via use-livecode
FWIW: Seems my error was (not in dict) that I should have been doing put the ID of the topstack into tWindowID go to cardOrStackObject in window id tWindowID Well I've been tinkering testing this for two days… made the mistake of making too many changes, then threw out that branch… went ba

Re: Go in Window (not working) Go in A window "working"

2018-01-03 Thread Sannyasin Brahmanathaswami via use-livecode
"Something is wrong" This works on desktop, but fails on iOS. Nothing happens at all. it stays on the same, open stack and does not navigate to/open the new stack declared in "go put the windowID of stack oStackName into tWindowID # current open stack go to cardOrStackObject in window

Re: Go in Window (not working) Go in A window "working"

2018-01-03 Thread Mark Waddingham via use-livecode
On 2018-01-03 05:55, Sannyasin Brahmanathaswami via use-livecode wrote: Hmmm how simple. go stack in window tID needs to be added to the dictionary… as an example… I did read the entry text description of the Window param, but missed it, still.. lets see if this helps on Android. Y

Re: Go in Window (not working) Go in A window "working"

2018-01-02 Thread Sannyasin Brahmanathaswami via use-livecode
Hmmm how simple. go stack in window tID needs to be added to the dictionary… as an example… I did read the entry text description of the Window param, but missed it, still.. lets see if this helps on Android. BR ___ use-livecode mailing

Re: Go in Window (not working) Go in A window "working"

2018-01-02 Thread J. Landman Gay via use-livecode
On 1/1/18 9:48 PM, Sannyasin Brahmanathaswami via use-livecode wrote: but this fails in a backscript put ("stack " & quote & gems & quote) into tDestination; go to tDestination in window It needs a specific reference, not just the word "window": put the windowID of this stack into tID go

Re: Go in Window (not working) Go in A window "working"

2018-01-01 Thread Mark Wieder via use-livecode
On 01/01/2018 07:48 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Mark recommends using "go in window" on Mobile, saying this closes stack A while going to open stack B This works on desktop put ("stack " & quote & gems & quote) into tDestination go tDestination # but stack A remains

Go in Window (not working) Go in A window "working"

2018-01-01 Thread Sannyasin Brahmanathaswami via use-livecode
Mark recommends using "go in window" on Mobile, saying this closes stack A while going to open stack B This works on desktop put ("stack " & quote & gems & quote) into tDestination go tDestination # but stack A remains open. but this fails in a backscript put ("stack " & quote & gems & quote)