IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label displayed. Show all posts
Showing posts with label displayed. Show all posts

Thursday, March 28, 2013

syntax for do shell script output displayed as list in applescript


Hi guys,


I am looking for the correct syntax for a


do shell script command in applescript,


where the results of the do shell script command are displayed as a list in applescript,


whereupon i can then choose one of these given results and move on from there, this is where i have gotten to:





my issue is that the results are as follows when done in terminal:



but when done in applescript i only see this:



obviously the terminal results need to be handled in some special manner that i am unaware of,


to handle each line in the terminal results as a single option in my list. Anyone got any idea how to do this?


cheers


View the original article here

Wednesday, March 20, 2013

syntax for do shell script output displayed as list in applescript


Hi guys,


I am looking for the correct syntax for a


do shell script command in applescript,


where the results of the do shell script command are displayed as a list in applescript,


whereupon i can then choose one of these given results and move on from there, this is where i have gotten to:





my issue is that the results are as follows when done in terminal:



but when done in applescript i only see this:



obviously the terminal results need to be handled in some special manner that i am unaware of,


to handle each line in the terminal results as a single option in my list. Anyone got any idea how to do this?


cheers


View the original article here