Stacks Hiding Behind Backdrop?

Ken Norris pixelbird at interisland.net
Sat Nov 29 17:02:17 EST 2003


on 11/29/03 1:34 PM, use-revolution-request at lists.runrev.com at
use-revolution-request at lists.runrev.com wrote:

> Date: Sat, 29 Nov 2003 15:34:57 -0600
> From: "J. Landman Gay" <jacque at hyperactivesw.com>
> Subject: Re: Stacks Hiding Behind Backdrop?
> 
> On 11/29/03 3:15 PM, katir at hindu.org wrote:
>> 
>> Nice try but on resume the backdrop indeed returns, but as the top
>> layer on the screen with the stack hidden behind it.
> 
> Persistent bug, isn't it? Does this work?:
> 
> on resume
> send "set the backdrop of me to black" in 5 milliseconds
> end resume
> 
> Just shooting in the dark here...
------------
How about something like:

on resume
  send "set the backdrop of me to black" in 5 milliseconds
  set the defaultStack to the topStack
end resume

Ken N.




More information about the use-livecode mailing list