GUI Scripting iPhoto Export 'pop up button'
GUI Scripting iPhoto Export 'pop up button'
- Subject: GUI Scripting iPhoto Export 'pop up button'
- From: Joe Kerr <email@hidden>
- Date: Thu, 20 Feb 2003 12:15:37 -0800
I have lost a lot of sleep over this one. Using GUI Scripting beta, I am unable to select the format of export (ie JPG TIFF ). Using the UI Element Browser the perform AXPress on the 'pop up button' does not reveal the menu, however closing the export window does reveal just the pop up menu strange.
I dont have the script exactly but appear something like this [by now i have it memorized :) ]
without the end tells...
tell window "Export Photo"
tell tab group 1
tell group 1
tell group 1
tell pop up button 1
click
tell menu 1
click menu item "JPG"
Similar to iPhoto Import script from Apple web page on GUI scripting. That one works from the Import Dialog.
Now I thought it was tab groups but i test with UI Browser on app "Disk Copy" - it had a tab group with pop up button that performing the AXPress did reveal the menu.
The Solution that I am trying to provide is the ability to have the selected iPhotos exported to smaller resolutions for various purposes - one being send to my iChat buddy.
I discovered that one of my iPhotos was a PICT file and so upon export I could not scale the image as the default export type was 'original' so I would like to just change to JPG .
In reality, I would prefer internal applescript support for export.
I would like to get some sleep could someone please shed some light on the issue: I will accept that this is a defect in either iPhoto or GUI scripting: I will even accept this as defect in my scripting!
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.