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 present. Show all posts
Showing posts with label present. Show all posts

Tuesday, January 22, 2013

Re: how to detect if external display is present

This seems to cover the same issue:

 

http://macscripter.net/viewtopic.php?id=28627

 

From what I can tell at the moment, a full answer is going to have to be done in Obj-C, but a short Applescript like this will at least get the number of displays connected:

 

 

tell application "Image Events"

     launch

          get properties of every display

     quit

end tell


View the original article here

how to detect if external display is present

I need my code to evaluate whether an external display is connected via a mini-display port.

 

Ideally, I'd like to do this by having a bash command that determines a boolean True/False value for the presence of a file. I'm just not sure what file I should be looking for, presumably something in /dev/

 

Any suggestions what it should be, or suggestions of a better way to make the determination (anything in applescript, bash, objective-c, or plain-old c will do)?

 

TIA


View the original article here

Sunday, January 20, 2013

how to detect if external display is present

I need my code to evaluate whether an external display is connected via a mini-display port.

 

Ideally, I'd like to do this by having a bash command that determines a boolean True/False value for the presence of a file. I'm just not sure what file I should be looking for, presumably something in /dev/

 

Any suggestions what it should be, or suggestions of a better way to make the determination (anything in applescript, bash, objective-c, or plain-old c will do)?

 

TIA


View the original article here

how to detect if external display is present

I need my code to evaluate whether an external display is connected via a mini-display port.

 

Ideally, I'd like to do this by having a bash command that determines a boolean True/False value for the presence of a file. I'm just not sure what file I should be looking for, presumably something in /dev/

 

Any suggestions what it should be, or suggestions of a better way to make the determination (anything in applescript, bash, objective-c, or plain-old c will do)?

 

TIA


View the original article here