• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using Log with Smile
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Log with Smile


  • Subject: Re: Using Log with Smile
  • From: Robert Poland <email@hidden>
  • Date: Sat, 24 Jan 2015 10:00:39 -0700

I figure I’d better step in here;

After dealing with Mails)?) screwing with copy/paste issues, Chris’s solution (below) was just what I wanted.


> On Jan 24, 2015, at 9:43:AM, Deivy Petrescu <email@hidden> wrote:
>
> I don’t believe Robert was clearly understood,
> I think he wanted the real log the ones that we get when we run an AppleScript in AS ScriptEditor.
>
> You guys were suggesting a different way to send some messages to a different file.
> This will do only part of the work.
>
> What he wants is "not possible" as far as I know, but since Smile is scriptable inside out there must be a (simple) way to do it.
>
>
>> On Jan 23, 2015, at 19:49 , Christopher Stone <email@hidden> wrote:
>>
>> 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
>>
>
> Deivy Petrescu
> email@hidden

Robert Poland
Fort Collins CO


 _______________________________________________
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


References: 
 >Using Log with Smile (From: Robert Poland <email@hidden>)
 >Re: Using Log with Smile (From: Christopher Stone <email@hidden>)
 >Re: Using Log with Smile (From: Robert Poland <email@hidden>)
 >Re: Using Log with Smile (From: Christopher Stone <email@hidden>)
 >Re: Using Log with Smile (From: Christopher Stone <email@hidden>)
 >Re: Using Log with Smile (From: Deivy Petrescu <email@hidden>)

  • Prev by Date: Re: Using Log with Smile
  • Next by Date: Re: Differences between commands in AppleScript editor and commands drop-down from tools menue from within Dragon Dictate
  • Previous by thread: Re: Using Log with Smile
  • Next by thread: Outlook in Yosemite?
  • Index(es):
    • Date
    • Thread