OSX stripey dialogs/sheets solved

Klaus Major k_major at os.surf2000.de
Wed Feb 26 06:55:03 EST 2003


Hi Michael and all,

>> 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

looks like the gray-striped OS X background is ONLY available
for palette, modal and modeless window-styles.

NOT with toplevel... Sorry...

You'll have to fake that with a small image of that bg and set the 
bg-pattern
to that image...


Regards


Klaus Major
k_major at os.surf2000.de




More information about the use-livecode mailing list