Re: Artifacts on screen from closed stacks on Android

2018-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
Unfortunately, it is worse than that… see these screenshots from the Galaxy A7 running Nougat http://wiki.hindu.org/uploads/20171227_104835.jpg The entire "portal" stack remains rendered in the background, in this case, on card "home" even though a) it was closed b)

Re: Artifacts on screen from closed stacks on Android

2018-01-29 Thread Bob Sneidar via use-livecode
I hide background images and then set the background fill of the card to that image id. Not sure if that would help. Bob S > On Jan 28, 2018, at 19:06 , J. Landman Gay via use-livecode > wrote: > > On 1/28/18 8:25 PM, Sannyasin Brahmanathaswami via

Re: Artifacts on screen from closed stacks on Android

2018-01-28 Thread J. Landman Gay via use-livecode
On 1/28/18 8:25 PM, Sannyasin Brahmanathaswami via use-livecode wrote: BR: But we are talking about entire stacks… and the offending object wants to disappear completely across the entire screen, not be redrawn I think the problem in SivaSiva is the background image in most cases, the one

Re: Artifacts on screen from closed stacks on Android

2018-01-28 Thread Sannyasin Brahmanathaswami via use-livecode
J. Landman Gay wrote: We really do need a "redraw card" command, but for now you can force a redraw by either hiding and then showing the offending object, or by resetting it. BR: But we are talking about entire stacks… and the offending object wants to disappear completely

Re: Artifacts on screen from closed stacks on Android

2018-01-28 Thread J. Landman Gay via use-livecode
On 1/28/18 2:04 PM, Sannyasin Brahmanathaswami via use-livecode wrote: 2) worst case scenario Entire image map of Stack B is not fully rendered.. even get some bizarre tiles or squares with odd colors or image data from Stack A, and only one area of Stack B is rendered like some weird inlay

Re: Artifacts on screen from closed stacks on Android

2018-01-28 Thread J. Landman Gay via use-livecode
On 1/28/18 2:04 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Entire image map of Stack B is not fully rendered.. even get some bizarre tiles or squares with odd colors or image data from Stack A, and only one area of Stack B is rendered like some weird inlay or overlay on top of the

Re: Artifacts on screen from closed stacks on Android

2018-01-28 Thread Brian Milby via use-livecode
Have you tried a blank background image on stack B to explicitly overwrite the buffer for areas outside of the stack? That may help problem 1 but probably won’t help problem 2. On Sun, Jan 28, 2018 at 2:05 PM Sannyasin Brahmanathaswami via use-livecode wrote: > We

Artifacts on screen from closed stacks on Android

2018-01-28 Thread Sannyasin Brahmanathaswami via use-livecode
We are getting reports (and screen shot and screen videos) from some Android users that show artifacts from a previously opened Stack A, when opening Stack B where Stack A is explicitly closed and has both destroyStack and destroyWindow set to true. In the absence of being able to reproduce