Skip navigation.
 
mlRe: getting a list of connected displays
FROM : Yann Bizeul
DATE : Thu Nov 25 15:36:37 2004

> These device names are listed in the Displays system preference 
> applet. I would like to get these model names into an array or 
> dictionary so that I can use them elsewhere.

I don't think this is enough, but you get a list of all screens with 
NSScreen's +screens method
file:///Developer/ADC%20Reference%20Library/documentation/Cocoa/
Reference/ApplicationKit/ObjC_classic/Classes/NSScreen.html

Btw, you do not get Vendor ID or device "commercial" description, AKAIK.

--
Yann Bizeul - yann at tynsoe.org
Please use this e-mail when writing to me.

You can visit my projects at this address :
http://projects.tynsoe.org/
(BuddyPop - GeekTool - SSH Tunnel Manager...)

Related mailsAuthorDate
mlgetting a list of connected displays Alex Reynolds Nov 25, 11:50
mlRe: getting a list of connected displays Yann Bizeul Nov 25, 15:36
mlRe: getting a list of connected displays Shawn Erickson Nov 25, 17:56
mlRe: getting a list of connected displays Alex Reynolds Nov 25, 19:23
mlRe: getting a list of connected displays Shawn Erickson Nov 29, 16:18