Re: Changing boxes
Re: Changing boxes
- Subject: Re: Changing boxes
- From: Chris Swain <email@hidden>
- Date: Thu, 18 Nov 2010 20:40:34 +0000
Hi,
This worked perfectly,
Another chapter for your booK?
Cheers,
Chris Message: 2 Date: Thu, 18 Nov 2010 10:12:09 +1100 From: Shane Stanley <email@hidden> Subject: Re: Changing boxes To: ASObjC <email@hidden> Message-ID: <C90AAC79.68E96%email@hidden> Content-Type: text/plain; charset="US-ASCII"
Boxes (and windows) have contentView and setContentView: methods. So basically you make some properties set to missing value, connect them as outlets to the views and boxes involved in Interface Builder, and then use something like:
tell myBox to setContentView_(myVew)
-- Shane Stanley <email@hidden> 'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/> |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden