Zum Hauptinhalt gehen

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

AppleScript, Selections and Large Catalogs

Kommentare

3 Kommentare

  • Eric Valk
    By the way, if one wants to meaure durations, the following handler has significantly more accuracy and resolution than
    "get time of current date"

    on GetTick_Now()
    script GetTick
    use framework "Foundation" --> for more precise timing calculations
    on Now()
    return (current application's NSDate's timeIntervalSinceReferenceDate) as real
    end Now
    end script
    return GetTick's Now()
    end GetTick_Now

    Adapted from
    0
  • NNN636734290044867357
    Is the site having AppleScript or not ??? I am not able to understand the scripting in the backend.
    0
  • Eric Valk
    [quote="NNN636734290044867357" wrote:
    Is the site having AppleScript or not ??? I am not able to understand the scripting in the backend.


    I suspect these numbers will help if some part of AppleScript or Script Editor is broken, but little help if it’s working but you don’t understand the code.

    If you need better understanding, in my experience the best people to ask are the MacScripter forum and the Apple discussions forum.
    0

Post ist für Kommentare geschlossen.