[futurebasic] Re: [FB] Rez

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2001 : Group Archive : Group : All Groups

From: Jamin <benjamen@...>
Date: 06 Feb 2001 09:51:13 +1100
On Tuesday, 6 February 2001, George Beckman <gbeckman@...> wrote:
>    We are working on the the Appearance dialog.  We want to turn on (put a
>check in) collapsing windows.  I have looked at it with resEdit, and find
>the thread growing faint.  We do pretty well with copying files from a
>server...installing FoolProof, cleaning up the desk top, etc. but this seems
>to go further than I can determine from the AppleScript Lanugage Guide.
>-- 

This seems to work (after opening the Appearance control panel):

tell application "Appearance"
	activate

     -- Turn On
	set «class dcac» to «constant ****mini»

     -- Turn Off
	set «class dcac» to «constant ****none»
end tell


The symbols («,») are option-backslash and option-shift-backslash, just incase they get eaten by the mail encoding.

Jamin