2.7.1 annoying window thing
Jean-Paul Poccard
jp.poccard at neuf.fr
Tue May 23 13:26:03 EDT 2006
Le 23 mai 06, à 09:12, use-revolution-request at lists.runrev.com a écrit :
>
>> Has anyone noticed this? I have a window, not a pallet, but it's
>> decoration is set to minimize and close box. Now in 2.7.1, other
>> stacks open up _behind_ this window-- even the answer dialogue! I
>> was able to overcome regular stacks opening up behind it by using a
>> kluge (open the stack and then go to it), but the ask/answer
>> dialogue???? I ask you! Is there some property I need to set or may
>> have set inadvertently (this did happen in 2.6)
The same problems appears when I use the backdrop
it is easy to reproduce it :
this is the script of a test button :
(When the backdrop remains set to none, the stacks behave correctly)
On mouseup
-- set the backdrop to black
anser "and now another stack"
create stack "this is the last stack"
-- set the backdrop to none
end mouseup
if the first line is uncommented, the last stack, which is the
topstack, is displayed behind the first stack
if the backdrop is set to none via the message box, the last stack is
correctly displayed.
It is correctly displayed too if the last line of the test button
script is uncommented.
this is not the only problem generated by the backdrop
With macOs when the backdrop is set to some color, the stack can be
minimized.
On Windows, trying to minimize a stack with a backdrop crashes the
standalone ( only tested on laptop computers and only tested with
standalones built with MacOs for Windows)
Cordialement
Jean-Paul Poccard
More information about the use-livecode
mailing list