OSX stripey dialogs/sheets solved

Michael Kristensen michael-kristensen at dsa-net.dk
Wed Feb 26 04:34:01 EST 2003


>
> You need to make sure that the backColor and backPixmap for the card,
> stack, and all other stacks in the hierarchy (i.e., a mainstack and/or
> the Home stack) are set to empty.  The same rule applies if you want
> to use the system background color on Win32 systems.
>    Regards,
>      Scott
>


Hi there

Tried this in a button on the mainstack (the only stack):

on mouseUp
   set the backcolor of this stack to empty
   set the backPixmap of this stack to empty
   set the backcolor of this card to empty
   set the backPixmap of this card to empty
end mouseUp

Nothing happend

What is wrong?

OSX 10.2.4

Kind regards
Michael Kristensen




More information about the use-livecode mailing list