Re: Using Log with Smile
Re: Using Log with Smile
- Subject: Re: Using Log with Smile
- From: Christopher Stone <email@hidden>
- Date: Fri, 23 Jan 2015 18:49:02 -0600
On Jan 23, 2015, at 17:31, Christopher Stone <email@hidden> wrote:It's pretty straightforward.
______________________________________________________________________
Hey Bob,
Whups. Probably better wrap that in a tell-block.
on logItem(_text) tell application "Smile" try set logWin to first window whose name is "Log Window" on error set logWin to make new text window with properties {name:"Log Window", bounds:{1075, 22, 1920, 1196}} end try set end of text of text window "Log Window" to _text & linefeed end tell end logItem
logItem("My Log Item…")
-- Take Care, Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden