Still no Automator / Applescript Support in iWorks 09

Hi everybody,
i find it extremly annoying that there are still no iWork Actions in Automator nor is there any native Applescript Support ! Come on Apple, even the bad guys at Microsoft do have Automator actions in their Office 2008 product. I bought iWork 08 i will not buy iWork 09. Am i the only person who would like to have support for automator and applescript build into the products ?
cheers
Ronny

No, M$ feels they have to lead you by the hand. Apple knows there users are brighter and can do many things themselves.
What are they going to make? How do they know what automator actions will be needed by the community until the scripting is out and available, And they see how we end up using the technology.
Perfect example, they didn't introduce all 350+ functions available in XL in the numbers 1.0 version. They released about 150, then listened to the community to see what we wanted most. THEN they let their engineers go on those points, not WASTING their time and money creating stuff that nobody needs, or only 5% need. Now we have ~100 more functions, and even a new data type, duration, that XL doesn't have. why? because many people were trying to use Numbers to keep track of things like blood pressure logs, jogging logs, etc...
Another real world example, college campus', Believe it or not the best designers of campuses do not put sidewalks in except for around the buildings themselves, not between them. Because they cannot predict what class patterns the students will end up having, or what habits they, as a group, will develop. They wait till about a year later, see where the grass has been worn down to paths and make sidewalks over those paths.
This is classic design paradigms when you have a random, unpredictable user base that could require almost anything from you. Let them start by designing to fit their needs, then make official releases that take those concepts one step further and completely debugged and up to your standards.
Just my second set of two cents,
Jason

Similar Messages

  • Why is there not applescript support in iWork '13?

    I have workflows that used to interface with iWork documents through applescript and now there is no support. Why would this be done? Is there a new script for iWork to get these working again. Without outside interface iWork is useless to me.

    Until Apple adds it back, you can use Pages 4.  It should still be on your machine in Applications/iWork.
    Tell Apple you want this via
    http://www.apple.com/feedback

  • Is there a way to use Automator or AppleScript to convert iWork documents to Office Documents?

    I use iWork for my documents, but I sometimes need to convert a folder of iWork files to Microsoft Office files. It's one thing to convert one iWork document, but it's very tedious when I need to convert multiple documents. I'm hoping to be able to automate this process. By the way, I'm using the latest versions of the iWork applications, which I know have a lot less or no Automator support.

    Interestingly, the only Pages specific command in the AppleScript dictionary for Pages 5.1 is Export, and Word is one of the available formats. I have no idea how well it works (and no interest in producing Word docs) but it might be possible to do this for Pages documents.
    Numbers 3.1 has just added AppleScript support, but it does not have an Export command.
    I don't have Keynote to check.

  • Still no applescript support?

    Last version of numbers was woefully slower than Excel.
    There was no applescript support either.
    What's the point in having a flashy Office suite if you cannot automate any of your workflow?
    The mac version of Excel 2008 on the other hand discontinued its VBA support and
    has included a handicapped applescript support. Its Microsoft's way of saying -
    "In Office, You can PLAY the whole DAY on your mac, but you gotta SWITCH to a PC if you want to get your WORK done!"
    I have not tried Number 09 yet. would anyone know if Numbers 09 has applescript support?
    Apple has been seducing people to switch to mac by advertising its flashy GUI but when it comes to getting office work done, we have to switch back to windows and MS Office?

    would anyone know if Numbers 09 has applescript support?
    Yes, it does.
    (39705)

  • Help Needed: Automator Applescript for Folder Action - Encode Video

    Hi !
    I have created an Automator Applescript for a Folder Action to do the following:
    When a new video file is moved to the target folder (i.e. Download of Vuze is done), automatically launch the Applescript Action that does the followin g(Applescripted):
    1) Using "run shell script" and FFMPEG on a UNIX command line, determine Width/Height, Framerate, Bitrate
    2) Calculate encoding parameters (slightly reduced bitrate, reduced Aspect etc.)
    3) Using "run shell script" with ffmpeg on the command line and the calculated parameters to encode the video file
    At the same time, the action is written to a log file so I know if a file is recognized, when encoding started etc.
    It works fine if I save this Action as an .app, make an alias on the Desktop and drop video files on it.
    It also works fine if I attach the script to a folder as a folder action and drag a video file in there.
    However, when I attach the script as a folder action to the Vuze download folder, it encodes only some video files, i.e. if there was a download of 5 files, chances are good that it will not encode 1 or 2 files out of those 5.
    If for example a second download finishes while the encoding for the first download is still going on, sometimes the second file starts encoding after the first encode finishes, sometimes it does not, the file does not make the log file at all, i.e. the folder action missed it or the automator action dropped it because it was still encoding. Still, sometimes it happens, sometimes not.
    As I need a solution that is 100% accurate, I would like to ask if there are any ideas on how to do this better maybe? As I am not an Applescript Guru, I would need some help to know what works and what doesn't and what the syntax is.
    My main idea right now:
    Similar to how ffmpegX works with its "process" application, have a second script (as .app) that receives the files to be encoded from the automator action and puts them in a queue, then proceeds to encode this queue while the main automator action is free to receive the next file.
    Writing this second app is quite straightforward (a modified version of my current script) but I have some questions I need help with:
    1) How do I call another applescript from within an existing applescript that launches the new applescript in a new process?
    2) How do I pass parameters to this new applescript?
    3) In case of this "Queueing" Idea, once I called the external applescript the first time, how do I make sure when I call next time, that I don't open a second instance of this script but rather pass another queue item to the original instance to be processed?
    Or in general: Is there a better way to achieve this automatic encoding solution that I have not thought about?
    Alternatively:
    Does anyone know how to call the "process" application that comes with the ffmpegX package with the correct parameters to use as a queueing / processing tool?
    Thanks!
    Joe
    Message was edited by: Joe15000
    Message was edited by: Joe15000

    To do this, I created an Automator workflow with an Applescript snippet to change the 'media kind'.
    Here is the 'Run Applescript' workflow step code:
    on run {input, parameters}
              tell application "iTunes"
                        set video kind of (item 1 of input) to movie
              end tell
              return input
    end run
    Prior to this running, I have an 'Import Files into iTunes' workflow step.
    You can switch out 'movie' with: 'TV show', 'music video', or anything in ITLibMediaItemMediaKind.
    Good luck,
    Glenn

  • Applescript support for future CS

    Hi,
    I was asked by a customer if Applescript is going to be still supported in the next CS versions (starting from CS5).
    As Adobe is focusing more and more on Flex/AS3 for extensions, the question has made sense to me. So I ask here.
    Do you have any infos on that topic ? Will Applescript be supported for ever, is it planned to be abandoned ?
    Loic

    I would love to see Applescript support within Bridge, as I need to integrate Bridge, Filemaker, BBEdit, and OmniPlan into a start to finish workflow system. Javascript just doesn't cut it as it relates to file handling/manipulation.
    Kurt Jones
    [email protected]

  • Applescript support?

    The KB article about what is coming in the next 6 months lists "Improvements to AppleScript support" for Numbers 3.0.  AppleScript Editor tells me Numbers 3.0 is unscriptable.  So by "improvements to AppleScript support" does Apple mean "Bringing back Applescript support" or am I missing something? Is there any AppleScript support in Numbers 3.0 now?

    Hello
    Note that the said article [1] states nothing about any improvements to AppleScript support in Pages v5 and yet the existing AppleScript support in Pages v5 is reportedly miserable one, which lacks the decent objects model and decent methods to manipulate them. It would suggest the degree of "improvements to AppleScript support" in Numbers v3.
    Another thing to note is that iToy platform does not support AppleScript at all and thus implementing extensive scripting support in Numbers for Mac would contradict their obssessed scheme to have a common (divisor) software for both platforms. It would suggest the AppleScript support in Numbers v3 would never be better than in Numbers v2 at the most which itself is very limited to say the least.
    After all, it seems quite clear to me that Apple has effectively killed iWork for Mac by degenerating it into iToy version. From my experience I no longer see any future in this programme suite as productivity work horse.
    [1] http://support.apple.com/kb/HT6049
    Just my thought,
    H

  • IPhoto 08  & AppleScript - support for set rating?

    I am considering upgrading iPhot from 06 to 08..
    So I don't have 08.
    Can anyone confirm whether or not the AppleScript support has been improved to allow for setting the Rating of photos via AppleScript?
    Thanks!
    Steve

    Steve:
    Still no rating support via AS. I cannot find anything new in the AS dictionary since the latest edition. Perhaps with Leopard???

  • Dropping Applescript support for Pages

    apple new suite is grate!, but as it does not have Applescript support for Pages I can no longer use my citations tools and that makes pages '13 useless for me. Are you going to fix that at any time soon?

    PeterBreis0807 wrote:
    Hard to add AppleScript support for things that simply are not there.
    True. However, if you look at the Applescript dictionary for Pages '09, most of the objects are still there in the UI in Pages 5 even though there is no way of scripting them. It seems there simply was no time to get them into the scripting dictionary. The citation tools of Guchi922 may not be supported, however.
    If Apple implements all the objects they can in Pages 5' scripting dictionary, another question arises: Will there be much compatibility with scripts written for Pages '09, and there I do not dare being an optimist.

  • Still no full retina support, even with the new CC Apps?

    Hello over there!
    I just bought the full CC abo, after trying PS and Indesign and becoming a fan of the new workflow, that is possible with the upcoming new CC Apps (Muse, Edge Tools...).
    Now, after getting things right and downloading the needed Apps to my Macbook Pro (15" Retina) - I was very disappointed. The updated CC version of Dreamweaver and even some of the completely new Apps still have blurry text fields and buttons/layout graphics in it. Acrobat Pro XI is still a laggy, blurry fail on retina. The Mac OS Preview is sharp and scrolls a 600 pages PDF in seconds.
    I mean... Srsly? This would be okay if the retina MBP came out last month. But it came last year. I'm really a big fan of the Adobe workflow and functionality, this is why I upgraded and decided to spend some hundreds of dollars for it ( and become friends with the new and scary rent model ). But the best program is a pain, when your eyes start being overly stressed after 20 minutes of work, especially when you're already looking at hundres of code lines (And I'm 21 years old, so I'm glad to still have those good working eyes..). I remember when I fell totally in love with Dreamweaver because it was able to handle the amount of information in a good stucturized and clearly visible way. But the only really sharp and "look like it fits all together"-Apps are PS, AI and ID as far as I tried for now.
    Definitely affected are: DW, Muse, Edge Animate and Reflow (What? They are new!?)
    So, thats my question: Are there any official statements that this will be fixed? Im confused because Adobe is just partying about the retina-compatibility updates last fall/winter in blogs and descriptions. The blurry App elements are not mentioned. I really want to know this, to be able to take back my contract and abo in time and get a refund. Would be sad, but the only option to me.
    Thanks very much for reading and helping in advance. I really do not want to troll or sound agressive. The Adobe Suite is a very very big product and it does very good. But I'm simply disappointed about the handling of retina support, which is essential for users like me.
    English is not my main language, I hope everything was clear.
    Best regards,
    D. Fuchs

    Hi David,
    thank you for your effort. If I remember correctly you said you’ll also hand through this issue/question to the tech guys. Does this mean I’ll get further information? Because this article you found is about 10 month old and I’d like to get this issue verified.
    Furthermore, Acrobat (XI) is not even mentioned in that article and this is what brings the most problems.
    I really don’t like to be a stressing customer, but I think a official answer to this issue is definitely possible und should be made.
    I’ll attach a few hardcopy pictures of the issue. Don’t know if it helps, but it proofs.
    Thanks again and best regards,
    D. Fuchs
    Am 25.06.2013 um 01:17 schrieb David__B <[email protected]>:
    Re: Still no full retina support, even with the new CC Apps?
    created by David__B in Adobe Creative Cloud - View the full discussion
    Hi D.
    I found this http://blogs.adobe.com/creativelayer/new-macbook-pro-retina-display-su pport/
    I believe has been added to Photoshop, Illustrator and Lightroom so far. Hopefully it will be added to Dreamweaver soon too.
    Kind regards,
    -Dave
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5445698#5445698
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5445698#5445698
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5445698#5445698. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
    For more information about maintaining your forum email notifications please go tohttp://forums.adobe.com/message/2936746#2936746.

  • AppleScript support broken in CS5!

    Following the 'Changes to Photoshop CS5 and Applescript' thread. I'd like to emphasis that AppleScript support is way broken in CS5.
    We have compiled scripts which fail to execute properly. Once this happens, every AppleScript command then fails including trying to compile new commands using the script editor.
    This breaks our application which was working great for years on CS3 and CS4.
    What can be done?

    To reproduce the issue :
    1. Place an "image.tif" on your desktop
    2. Open another image in Photoshop
    3. Run the following script
    tell application "Adobe Photoshop CS5"
    activate
    set masterDocument to current document
    open file ((path to home folder as string) & "Desktop:image.tif")
    height of masterDocument
    end tell

  • I currently have Max OS X 10.5.8. What can I upgrade to that will still allow my programs to work (iWork '08 mainly)?

    I currently have Max OS X 10.5.8. What can I upgrade to that will still allow my programs to work (iWork '08 mainly)?

    Choose About this Mac from the Apple menu and check the processor.
    If you're using a PowerPC G4 or G5 Mac, nothing; they can't be upgraded past 10.5.8.
    If you're using an Intel Mac, click here and look the applications up.
    (107998)

  • AppleScript support, is it coming?

    AppleScript support would make things like CodeKit work with Firefox. (http://incident57.com/codekit/faq.php)

    Hi philclarke2k
    Welcome the the forums,
    Sorry you have had some trouble with this.  I'll find out what's going on.
    Could you drop me in an email please? Use the 'contact us' form in my forum profile under the 'about me' section. You can find it by clicking on my username.
    Thx
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • No iCloud support in iwork on mac?

    I just upgraded to Mountain Lion and I seems to have a problem: there is no Icloud support i iwork.
    My copy of iwork is not from the mac app store, is that the problem?
    I really hope someone can help, since this feature is one of the reasons i upgraded in the first place.

    Apple issued an iWork upgrade early last week.  You need to be on the latest release.
    See http://support.apple.com/kb/DL1563

  • HT201071 And still no Pentax K3 support? At least improve the DNG support so the K3's DNG can be read.

    And still no Pentax K3 support? At least improve the DNG support so the K3's DNG can be read.

    http://www.apple.com/feedback/macosx.html

Maybe you are looking for

  • How to download the application with my apple ID

    how to download the application with my apple ID

  • Objects to XML

    I use XStream to parse the following Objects to XML, the problem is what to do with: class Tag { @XStreamAsAttribute List<SubTag1> st1 = new ArrayList<SubTag1>(); @XStreamAsAttribute List<SubTag2> st2 = new ArrayList<SubTag2>(); ...When the class Tag

  • 7.1.1 with NETBOOT and HomeDirectories...crashes on launch

    We recently upgraded our office to 10.4.9 from 10.4.8 and itunes to 7.1.1 , however now, when launching itunes, the app bombs out and auto quits asking to report the problem to Apple. We have been running home dir and netboot for over 2 years and thi

  • Technical Documentation describing Server Monitoring?

    Although I've been primarily focusing on issues related to monitoring openSUSE Servers, I thought I'd take a peek at how SLES is doing it. For the most part I've found no technical documentation. From the bits I've read, am I correct that the plumbin

  • Using existing external drives (am a new iMac user) & photos

    I am a new convert to iMac from PC this weekend. Have searched support questions but not finding a match. What I have is two portable external drives - a 160 gig for all my photos (all sorted into annual folders then monthly folders, close to its lim